gecko-dev/dom/media/gtest
Bryce Seager van Dyk 566e4b6e4e Bug 1582518 - Replace IntervalSet.Length usages with IsEmpty where appropriate. r=dminor
This replaces the instances where Length was being called on an interval set
to determine if it was empty or not empty. IsEmpty makes the intention in these
cases more immediately obvious, and avoids the need to think about ints as
bools in cases like `if(!mySet.Length())`.

Depends on D46638

Differential Revision: https://phabricator.services.mozilla.com/D46639

--HG--
extra : moz-landing-system : lando
2019-09-20 19:41:53 +00:00
..
mp4_demuxer
AudioGenerator.cpp Bug 1014393 - Move AudioGenerator to its own files so it can be used in more media gtests. r=pehrsons 2019-08-03 17:27:17 +00:00
AudioGenerator.h Bug 1014393 - Move AudioGenerator to its own files so it can be used in more media gtests. r=pehrsons 2019-08-03 17:27:17 +00:00
Cargo.toml
dash_dashinit.mp4
GMPTestMonitor.h
hello.rs
id3v2header.mp3
MockCubeb.h
MockMediaDecoderOwner.h
MockMediaResource.cpp
MockMediaResource.h
moz.build Bug 1573184 - Add unit test to DecoderBenchmark. r=jya 2019-08-14 10:41:25 +00:00
negative_duration.mp4
noise_vbr.mp3
noise.mp3
short-zero-in-moov.mp4
short-zero-inband.mov
small-shot-false-positive.mp3
small-shot-partial-xing.mp3
small-shot.mp3
test_case_1224361.vp8.ivf
test_case_1224363.vp8.ivf
test_case_1224369.vp8.ivf
test_vbri.mp3
test.webm
TestAudioBuffers.cpp
TestAudioCallbackDriver.cpp Bug 1574965 - Remove GraphDriver::Revive. r=karlt,padenot 2019-08-28 10:05:22 +00:00
TestAudioCompactor.cpp
TestAudioDeviceEnumerator.cpp
TestAudioMixer.cpp
TestAudioPacketizer.cpp
TestAudioSegment.cpp
TestAudioTrackEncoder.cpp Bug 1014393 - Move AudioGenerator to its own files so it can be used in more media gtests. r=pehrsons 2019-08-03 17:27:17 +00:00
TestBenchmarkStorage.cpp Bug 1573184 - Add gtests to BenchmarkStorage classes. r=jya 2019-08-14 10:41:18 +00:00
TestBitWriter.cpp
TestBlankVideoDataCreator.cpp
TestBufferReader.cpp
TestCDMStorage.cpp
TestDataMutex.cpp
TestDecoderBenchmark.cpp Bug 1573184 - Add unit test to DecoderBenchmark. r=jya 2019-08-14 10:41:25 +00:00
TestDriftCompensation.cpp
TestGMPCrossOrigin.cpp Bug 1577934 - Remove using namespace std from dom/media audio tests r=gerald 2019-09-01 06:47:26 +00:00
TestGMPRemoveAndDelete.cpp
TestGMPUtils.cpp Bug 1577934 - Remove using namespace std from dom/media audio tests r=gerald 2019-09-01 06:47:26 +00:00
TestGroupId.cpp Bug 1571667 - Lift constraint checking of deviceId and groupId out of MediaEngineSources. r=jib 2019-08-28 08:39:57 +00:00
TestIntervalSet.cpp Bug 1582518 - Replace IntervalSet.Length usages with IsEmpty where appropriate. r=dminor 2019-09-20 19:41:53 +00:00
TestKeyValueStorage.cpp Bug 1573184 - Add unit tests to KeyValueStorage class. r=jya 2019-08-14 10:41:16 +00:00
TestMediaDataDecoder.cpp
TestMediaDataEncoder.cpp Bug 1570337 - p6: repeat calling Drain() until no more output. r=jya 2019-09-12 18:19:24 +00:00
TestMediaEventSource.cpp
TestMediaMIMETypes.cpp Bug 1577021: Add test coverage for non-ascii characters in MimeType codecs. r=dminor 2019-09-03 19:02:14 +00:00
TestMediaSpan.cpp
TestMP3Demuxer.cpp
TestMP4Demuxer.cpp Bug 1563949 - part4 : prevent direct usage of 'AppendElement()' to append sample. r=jya 2019-07-19 21:11:21 +00:00
TestMuxer.cpp Bug 1014393 - Add gtests for the standalone muxer. r=bryce 2019-08-03 17:27:18 +00:00
TestOpusParser.cpp Bug 1573184 - Add unit test to DecoderBenchmark. r=jya 2019-08-14 10:41:25 +00:00
TestRust.cpp
TestTimeUnit.cpp
TestVideoFrameConverter.cpp Bug 1538933 - Convert remaining TimeStamp checks to use TimeDuration. r=bwc 2019-08-12 16:05:47 +00:00
TestVideoSegment.cpp
TestVideoTrackEncoder.cpp Bug 1014393 - Update EncodedFrame class to more closely resemble MediaData class. r=pehrsons 2019-08-03 17:27:17 +00:00
TestVideoUtils.cpp
TestVPXDecoding.cpp
TestWebMBuffered.cpp
TestWebMWriter.cpp Bug 1014393 - Update EncodedFrame class to more closely resemble MediaData class. r=pehrsons 2019-08-03 17:27:17 +00:00
YUVBufferGenerator.cpp Bug 1543359 - P13. Let the video decoder determines the default colorspace if unknown. r=mattwoodrow 2019-07-26 08:45:39 +00:00
YUVBufferGenerator.h