Searched refs:GetCodecType (Results 1 – 4 of 4) sorted by relevance
278 EXPECT_EQ(VideoCodec::CODEC_VIDEO, codec.GetCodecType()); in TEST_F()279 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType()); in TEST_F()280 EXPECT_EQ(VideoCodec::CODEC_ULPFEC, ulpfec_codec.GetCodecType()); in TEST_F()281 EXPECT_EQ(VideoCodec::CODEC_RED, red_codec.GetCodecType()); in TEST_F()287 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType()); in TEST_F()
269 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType() function in cricket::VideoCodec289 if (GetCodecType() != CODEC_VIDEO) { in ValidateCodecFormat()
205 CodecType GetCodecType() const;
200 if (codecs[i].GetCodecType() == VideoCodec::CODEC_VIDEO) { in ValidateCodecFormats()2597 payload_codec_type[payload_type] = in_codec.GetCodecType(); in MapCodecs()2599 switch (in_codec.GetCodecType()) { in MapCodecs()