Searched refs:GetCodecType (Results 1 – 4 of 4) sorted by relevance
327 EXPECT_EQ(VideoCodec::CODEC_VIDEO, codec.GetCodecType()); in TEST_F()328 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType()); in TEST_F()329 EXPECT_EQ(VideoCodec::CODEC_ULPFEC, ulpfec_codec.GetCodecType()); in TEST_F()330 EXPECT_EQ(VideoCodec::CODEC_RED, red_codec.GetCodecType()); in TEST_F()336 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType()); in TEST_F()
176 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType() function in cricket::VideoCodec196 if (GetCodecType() != CODEC_VIDEO) { in ValidateCodecFormat()
266 CodecType GetCodecType() const;
745 if (codecs[i].GetCodecType() == VideoCodec::CODEC_VIDEO) { in ValidateCodecFormats()1866 payload_codec_type[payload_type] = in_codec.GetCodecType(); in MapCodecs()1868 switch (in_codec.GetCodecType()) { in MapCodecs()