HomeSort by relevance Sort by last modified time
    Searched refs:GetCodecType (Results 1 - 4 of 4) sorted by null

  /external/webrtc/talk/media/base/
codec_unittest.cc 278 EXPECT_EQ(VideoCodec::CODEC_VIDEO, codec.GetCodecType());
279 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType());
280 EXPECT_EQ(VideoCodec::CODEC_ULPFEC, ulpfec_codec.GetCodecType());
281 EXPECT_EQ(VideoCodec::CODEC_RED, red_codec.GetCodecType());
287 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType());
codec.h 205 CodecType GetCodecType() const;
codec.cc 269 VideoCodec::CodecType VideoCodec::GetCodecType() const {
289 if (GetCodecType() != CODEC_VIDEO) {
  /external/webrtc/talk/media/webrtc/
webrtcvideoengine2.cc 200 if (codecs[i].GetCodecType() == VideoCodec::CODEC_VIDEO) {
    [all...]

Completed in 232 milliseconds