Home
last modified time | relevance | path

Searched refs:GetCodecType (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/talk/media/base/
Dcodec_unittest.cc278 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()
Dcodec.cc269 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType() function in cricket::VideoCodec
289 if (GetCodecType() != CODEC_VIDEO) { in ValidateCodecFormat()
Dcodec.h205 CodecType GetCodecType() const;
/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc200 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()