gecko/dom/media/gtest
Ralph Giles 070a39e4a1 Bug 1097849 - Enforce sane audio sample rates in MediaEncoder. r=derf
We believe the rate is constrained by the audio driver in practice,
but want to verify this assumption. The valid range 8-192 kHz covers
all sample rates in general use for audio data.

Note we must use an error return instead of an assertion since these
bounds are verified by unit tests, which do not catch MOZ_ASSERT().
2014-11-12 11:03:00 -08:00
..
mediasource_test.mp4
MockMediaDecoderOwner.h Bug 1093654 - Fix various memory leaks in MediaDecoders. r=jwwang 2014-11-06 19:17:05 +11:00
MockMediaResource.cpp
MockMediaResource.h
moz.build
test.webm
TestAudioCompactor.cpp
TestGMPCrossOrigin.cpp Bug 1088130: Add to TestGMPCrossOrigin.cpp gtest to test that the APIs required for Output Protection on Windows work within the sandbox. r=cpearce 2014-11-03 10:02:30 +00:00
TestMP4Reader.cpp Bug 1091008 - Remove the aStartTime argument from MediaDecoderReader::GetBuffered. r=cpearce 2014-11-11 20:50:21 -08:00
TestTrackEncoder.cpp Bug 1097849 - Enforce sane audio sample rates in MediaEncoder. r=derf 2014-11-12 11:03:00 -08:00
TestVideoSegment.cpp
TestVideoTrackEncoder.cpp
TestVorbisTrackEncoder.cpp Bug 1097849 - Enforce sane audio sample rates in MediaEncoder. r=derf 2014-11-12 11:03:00 -08:00
TestWebMBuffered.cpp
TestWebMWriter.cpp