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

  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 166 TEST_F(WebRtcVideoEngine2Test, FindCodec) {
171 EXPECT_TRUE(engine_.FindCodec(vp8));
174 EXPECT_TRUE(engine_.FindCodec(vp8));
177 EXPECT_TRUE(engine_.FindCodec(vp8_diff_fr_diff_pref));
180 EXPECT_FALSE(engine_.FindCodec(vp8_diff_id));
182 EXPECT_TRUE(engine_.FindCodec(vp8_diff_id));
184 // FindCodec ignores the codec size.
185 // Test that FindCodec can accept uncommon codec size.
187 EXPECT_TRUE(engine_.FindCodec(vp8_diff_res));
190 // Test that FindCodec can handle the case when width/height is 0
    [all...]
webrtcvideoengine2.h 133 bool FindCodec(const VideoCodec& in);
webrtcvoiceengine.cc 170 bool FindCodec(const std::vector<AudioCodec>& codecs,
    [all...]
webrtcvideoengine2.cc 556 bool WebRtcVideoEngine2::FindCodec(const VideoCodec& in) {
    [all...]
webrtcvoiceengine_unittest.cc 438 TEST_F(WebRtcVoiceEngineTestFake, FindCodec) {
    [all...]
  /external/webrtc/talk/media/base/
fakemediaengine.h 813 bool FindCodec(const VideoCodec& in) {

Completed in 873 milliseconds