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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine_unittest.cc 442 webrtc::CodecInst gcodec; local
443 rtc::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
444 gcodec.plfreq = 16000;
445 gcodec.channels = 1;
446 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec));
447 EXPECT_EQ(106, gcodec.pltype);
448 EXPECT_STREQ("ISAC", gcodec.plname);
449 rtc::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname)
560 webrtc::CodecInst gcodec; local
588 webrtc::CodecInst gcodec; local
627 webrtc::CodecInst gcodec; local
743 webrtc::CodecInst gcodec; local
845 webrtc::CodecInst gcodec; local
862 webrtc::CodecInst gcodec; local
877 webrtc::CodecInst gcodec; local
906 webrtc::CodecInst gcodec; local
921 webrtc::CodecInst gcodec; local
949 webrtc::CodecInst gcodec; local
968 webrtc::CodecInst gcodec; local
984 webrtc::CodecInst gcodec; local
1001 webrtc::CodecInst gcodec; local
1017 webrtc::CodecInst gcodec; local
1169 webrtc::CodecInst gcodec; local
1186 webrtc::CodecInst gcodec; local
1204 webrtc::CodecInst gcodec; local
1256 webrtc::CodecInst gcodec; local
1275 webrtc::CodecInst gcodec; local
1294 webrtc::CodecInst gcodec; local
1313 webrtc::CodecInst gcodec; local
1332 webrtc::CodecInst gcodec; local
1398 webrtc::CodecInst gcodec; local
1421 webrtc::CodecInst gcodec; local
1448 webrtc::CodecInst gcodec; local
1510 webrtc::CodecInst gcodec; local
1529 webrtc::CodecInst gcodec; local
1552 webrtc::CodecInst gcodec; local
1585 webrtc::CodecInst gcodec; local
1607 webrtc::CodecInst gcodec; local
1649 webrtc::CodecInst gcodec; local
1672 webrtc::CodecInst gcodec; local
1697 webrtc::CodecInst gcodec; local
1716 webrtc::CodecInst gcodec; local
1736 webrtc::CodecInst gcodec; local
1755 webrtc::CodecInst gcodec; local
1774 webrtc::CodecInst gcodec; local
1793 webrtc::CodecInst gcodec; local
1812 webrtc::CodecInst gcodec; local
1906 webrtc::CodecInst gcodec; local
2457 webrtc::CodecInst gcodec; local
    [all...]
webrtcvideoengine_unittest.cc 237 webrtc::VideoCodec gcodec; local
238 EXPECT_EQ(0, vie_.GetSendCodec(channel_num, gcodec));
241 EXPECT_EQ(webrtc::kVideoCodecVP8, gcodec.codecType);
242 EXPECT_STREQ("VP8", gcodec.plName);
243 EXPECT_EQ(100, gcodec.plType);
244 EXPECT_EQ(width, gcodec.width);
245 EXPECT_EQ(height, gcodec.height);
246 EXPECT_EQ(rtc::_min(start_bitrate, max_bitrate), gcodec.startBitrate);
247 EXPECT_EQ(max_bitrate, gcodec.maxBitrate);
248 EXPECT_EQ(min_bitrate, gcodec.minBitrate)
621 webrtc::VideoCodec gcodec; local
654 webrtc::VideoCodec gcodec; local
1843 webrtc::VideoCodec gcodec; local
    [all...]
webrtcvoiceengine.h 140 bool FindWebRtcCodec(const AudioCodec& codec, webrtc::CodecInst* gcodec);

Completed in 435 milliseconds