Searched refs:codecType (Results 1 – 12 of 12) sorted by relevance
125 codec_.codecType = webrtc::kVideoCodecVP8; in InitDecode()212 codec_.codecType = webrtc::kVideoCodecI420; in TEST_F()222 codec_.codecType = webrtc::kVideoCodecVP8; in TEST_F()
75 codec_.codecType = webrtc::kVideoCodecVP8; in Initialize()117 codec_.codecType = webrtc::kVideoCodecVP8; in TEST_F()
36 if (codec_settings->codecType != webrtc::kVideoCodecVP8 || in InitDecode()
493 DVLOG(1) << "InitEncode(): codecType=" << codec_settings->codecType in InitEncode()616 info.codecType = video_codec_type_; in ReturnEncodedImage()
158 DCHECK_EQ(codecSettings->codecType, webrtc::kVideoCodecVP8); in InitDecode()
93 private CodecInfo(String codecType, String codecName, in CodecInfo() argument95 mCodecType = codecType; in CodecInfo()101 private String codecType() { return mCodecType; } in codecType() method in MediaCodecBridge.CodecInfo
683 out_codec.codecType = webrtc::kVideoCodecI420;685 out_codec.codecType = webrtc::kVideoCodecVP8;687 out_codec.codecType = webrtc::kVideoCodecRED;689 out_codec.codecType = webrtc::kVideoCodecULPFEC;691 out_codec.codecType = webrtc::kVideoCodecUnknown;
1201 out_codec->codecType = codecs[i].type; in ConvertFromCricketVideoCodec()3343 if (webrtc::kVideoCodecVP8 == codec.codecType) { in SetSendCodec()3356 if (engine()->IsExternalEncoderCodecType(codec.codecType) && in SetSendCodec()3359 engine()->CreateExternalEncoder(codec.codecType); in SetSendCodec()3445 if (webrtc::kVideoCodecVP8 == vie_codec.codecType) { in LogSendCodecChange()3482 if (it->codecType == webrtc::kVideoCodecRED) { in SetReceiveCodecs()3484 } else if (it->codecType == webrtc::kVideoCodecULPFEC) { in SetReceiveCodecs()3492 it->codecType != webrtc::kVideoCodecRED && in SetReceiveCodecs()3493 it->codecType != webrtc::kVideoCodecULPFEC) { in SetReceiveCodecs()3495 engine()->CreateExternalDecoder(it->codecType); in SetReceiveCodecs()
115 cap->codecType = webrtc::kVideoCodecUnknown; in FormatToCapability()
164 EXPECT_EQ(webrtc::kVideoCodecVP8, gcodec.codecType); in VerifyVP8SendCodec()
104 typedef enum codecType enum
563 VideoCodecType codecType; member