Searched defs:CodecTest (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
H A Dtest.h22 class CodecTest class
25 CodecTest(std::string name, std::string description);
26 CodecTest(std::string name, std::string description,
28 virtual ~CodecTest() {};
H A Dtest.cc24 CodecTest::CodecTest(std::string name, std::string description) function in class:CodecTest
38 CodecTest::CodecTest(std::string name, std::string description, function in class:CodecTest
54 CodecTest::Print()
76 CodecTest::Setup()
91 CodecTest::CodecSettings(int width, int height,
113 CodecTest::Teardown()
119 CodecTest::SetEncoder(webrtc::VideoEncoder*encoder)
125 CodecTest
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Dcodec_test.cc14 class CodecTest : public AfterStreamingFixture { class in inherits:AfterStreamingFixture
45 TEST_F(CodecTest, PcmuIsDefaultCodecAndHasTheRightValues) {
55 TEST_F(CodecTest, VoiceActivityDetectionIsOffByDefault) {
67 TEST_F(CodecTest, VoiceActivityDetectionCanBeEnabled) {
81 TEST_F(CodecTest, VoiceActivityDetectionTypeSettingsCanBeChanged) {
115 TEST_F(CodecTest, VoiceActivityDetectionCanBeTurnedOff) {
133 TEST_F(CodecTest, OpusMaxPlaybackRateCanBeSet) {
149 TEST_F(CodecTest, OpusMaxPlaybackRateCannotBeSetForNonOpus) {
161 TEST_F(CodecTest, DISABLED_ManualVerifySendCodecsForAllPacketSizes) {
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dcodec_unittest.cc41 class CodecTest : public testing::Test { class in inherits:testing::Test
43 CodecTest() {} function in class:CodecTest
46 TEST_F(CodecTest, TestCodecOperators) {
83 TEST_F(CodecTest, TestAudioCodecOperators) {
122 TEST_F(CodecTest, TestAudioCodecMatches) {
162 TEST_F(CodecTest, TestVideoCodecOperators) {
201 TEST_F(CodecTest, TestVideoCodecMatches) {
217 TEST_F(CodecTest, TestVideoEncoderConfigOperators) {
265 TEST_F(CodecTest, TestDataCodecMatches) {
281 TEST_F(CodecTest, TestSetParamGetParamAndRemovePara
[all...]

Completed in 843 milliseconds