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

  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc 160 webrtc::VideoCodec gcodec; local
161 EXPECT_EQ(0, vie_.GetSendCodec(channel_num, gcodec));
164 EXPECT_EQ(webrtc::kVideoCodecVP8, gcodec.codecType);
165 EXPECT_STREQ("VP8", gcodec.plName);
166 EXPECT_EQ(100, gcodec.plType);
167 EXPECT_EQ(width, gcodec.width);
168 EXPECT_EQ(height, gcodec.height);
169 EXPECT_EQ(talk_base::_min(start_bitrate, max_bitrate), gcodec.startBitrate);
170 EXPECT_EQ(max_bitrate, gcodec.maxBitrate);
171 EXPECT_EQ(min_bitrate, gcodec.minBitrate)
500 webrtc::VideoCodec gcodec; local
533 webrtc::VideoCodec gcodec; local
1113 webrtc::VideoCodec gcodec; local
1717 webrtc::VideoCodec gcodec; local
    [all...]
webrtcvoiceengine_unittest.cc 384 webrtc::CodecInst gcodec; local
385 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname), "ISAC");
386 gcodec.plfreq = 16000;
387 gcodec.channels = 1;
388 EXPECT_EQ(0, voe_.GetRecPayloadType(channel_num, gcodec));
389 EXPECT_EQ(106, gcodec.pltype);
390 EXPECT_STREQ("ISAC", gcodec.plname);
391 talk_base::strcpyn(gcodec.plname, ARRAY_SIZE(gcodec.plname)
502 webrtc::CodecInst gcodec; local
530 webrtc::CodecInst gcodec; local
569 webrtc::CodecInst gcodec; local
664 webrtc::CodecInst gcodec; local
687 webrtc::CodecInst gcodec; local
701 webrtc::CodecInst gcodec; local
716 webrtc::CodecInst gcodec; local
730 webrtc::CodecInst gcodec; local
745 webrtc::CodecInst gcodec; local
760 webrtc::CodecInst gcodec; local
774 webrtc::CodecInst gcodec; local
791 webrtc::CodecInst gcodec; local
806 webrtc::CodecInst gcodec; local
835 webrtc::CodecInst gcodec; local
850 webrtc::CodecInst gcodec; local
878 webrtc::CodecInst gcodec; local
897 webrtc::CodecInst gcodec; local
913 webrtc::CodecInst gcodec; local
930 webrtc::CodecInst gcodec; local
946 webrtc::CodecInst gcodec; local
1089 webrtc::CodecInst gcodec; local
1112 webrtc::CodecInst gcodec; local
1139 webrtc::CodecInst gcodec; local
1188 webrtc::CodecInst gcodec; local
1215 webrtc::CodecInst gcodec; local
1248 webrtc::CodecInst gcodec; local
1270 webrtc::CodecInst gcodec; local
1312 webrtc::CodecInst gcodec; local
1335 webrtc::CodecInst gcodec; local
1360 webrtc::CodecInst gcodec; local
1379 webrtc::CodecInst gcodec; local
1399 webrtc::CodecInst gcodec; local
1418 webrtc::CodecInst gcodec; local
1437 webrtc::CodecInst gcodec; local
1456 webrtc::CodecInst gcodec; local
1475 webrtc::CodecInst gcodec; local
1584 webrtc::CodecInst gcodec; local
2126 webrtc::CodecInst gcodec; local
    [all...]

Completed in 77 milliseconds