Home | History | Annotate | Download | only in webrtc

Lines Matching refs:codecType

1061         out_codec->codecType = codecs[i].type;
3103 if (webrtc::kVideoCodecVP8 == codec.codecType) {
3116 if (engine()->IsExternalEncoderCodecType(codec.codecType) &&
3119 engine()->CreateExternalEncoder(codec.codecType);
3196 if (webrtc::kVideoCodecVP8 == vie_codec.codecType) {
3230 if (it->codecType == webrtc::kVideoCodecRED) {
3232 } else if (it->codecType == webrtc::kVideoCodecULPFEC) {
3240 it->codecType != webrtc::kVideoCodecRED &&
3241 it->codecType != webrtc::kVideoCodecULPFEC) {
3243 engine()->CreateExternalDecoder(it->codecType);