HomeSort by relevance Sort by last modified time
    Searched refs:FindCodec (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 371 TEST_F(WebRtcVideoEngine2Test, FindCodec) {
376 EXPECT_TRUE(engine_.FindCodec(vp8));
379 EXPECT_TRUE(engine_.FindCodec(vp8));
382 EXPECT_TRUE(engine_.FindCodec(vp8_diff_fr_diff_pref));
385 EXPECT_FALSE(engine_.FindCodec(vp8_diff_id));
387 EXPECT_TRUE(engine_.FindCodec(vp8_diff_id));
389 // FindCodec ignores the codec size.
390 // Test that FindCodec can accept uncommon codec size.
392 EXPECT_TRUE(engine_.FindCodec(vp8_diff_res));
395 // Test that FindCodec can handle the case when width/height is 0
    [all...]
webrtcvoiceengine_unittest.cc 397 TEST_F(WebRtcVoiceEngineTestFake, FindCodec) {
    [all...]
webrtcvideoengine_unittest.cc     [all...]
webrtcvideoengine.h 161 bool FindCodec(const VideoCodec& in);
webrtcvideoengine2.h 174 bool FindCodec(const VideoCodec& in);
webrtcvoiceengine.h 139 bool FindCodec(const AudioCodec& codec);
webrtcvideoengine.cc     [all...]
webrtcvoiceengine.cc 205 static bool FindCodec(const std::vector<AudioCodec>& codecs,
    [all...]
webrtcvideoengine2.cc 428 bool WebRtcVideoEngine2::FindCodec(const VideoCodec& in) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakemediaengine.h 914 bool FindCodec(const VideoCodec& in) {
    [all...]

Completed in 2100 milliseconds