Searched refs:kH264Codec (Results 1 – 1 of 1) sorted by relevance
/external/webrtc/pc/ |
D | channel_unittest.cc | 53 const cricket::VideoCodec kH264Codec(97, "H264"); variable 235 CreateContent(flags1, kPcmuCodec, kH264Codec, &local_media_content1_); in CreateChannels() 236 CreateContent(flags2, kPcmuCodec, kH264Codec, &local_media_content2_); in CreateChannels() 465 CreateContent(0, kPcmuCodec, kH264Codec, content); in CreateMediaContentWithStream() 530 CreateContent(0, kPcmuCodec, kH264Codec, &content); in TestSetContents() 546 CreateContent(0, kPcmuCodec, kH264Codec, &content); in TestSetContentsExtmapAllowMixedCaller() 560 CreateContent(0, kPcmuCodec, kH264Codec, &content); in TestSetContentsExtmapAllowMixedCallee() 576 CreateContent(0, kPcmuCodec, kH264Codec, &content); in TestSetContentsNullOffer() 589 CreateContent(0, kPcmuCodec, kH264Codec, &content); in TestSetContentsRtcpMux() 605 CreateContent(0, kPcmuCodec, kH264Codec, &content); in TestSetContentsRtcpMuxWithPrAnswer() [all …]
|