Home
last modified time | relevance | path

Searched refs:codecType (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/content/renderer/media/
Drtc_video_decoder_factory_tv_unittest.cc125 codec_.codecType = webrtc::kVideoCodecVP8; in InitDecode()
212 codec_.codecType = webrtc::kVideoCodecI420; in TEST_F()
222 codec_.codecType = webrtc::kVideoCodecVP8; in TEST_F()
Drtc_video_decoder_unittest.cc75 codec_.codecType = webrtc::kVideoCodecVP8; in Initialize()
117 codec_.codecType = webrtc::kVideoCodecVP8; in TEST_F()
Drtc_video_decoder_bridge_tv.cc36 if (codec_settings->codecType != webrtc::kVideoCodecVP8 || in InitDecode()
Drtc_video_encoder.cc493 DVLOG(1) << "InitEncode(): codecType=" << codec_settings->codecType in InitEncode()
616 info.codecType = video_codec_type_; in ReturnEncodedImage()
Drtc_video_decoder.cc158 DCHECK_EQ(codecSettings->codecType, webrtc::kVideoCodecVP8); in InitDecode()
/external/chromium_org/media/base/android/java/src/org/chromium/media/
DMediaCodecBridge.java93 private CodecInfo(String codecType, String codecName, in CodecInfo() argument
95 mCodecType = codecType; in CodecInfo()
101 private String codecType() { return mCodecType; } in codecType() method in MediaCodecBridge.CodecInfo
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dfakewebrtcvideoengine.h683 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;
Dwebrtcvideoengine.cc1201 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()
Dwebrtcvideocapturer.cc115 cap->codecType = webrtc::kVideoCodecUnknown; in FormatToCapability()
Dwebrtcvideoengine_unittest.cc164 EXPECT_EQ(webrtc::kVideoCodecVP8, gcodec.codecType); in VerifyVP8SendCodec()
/external/aac/libSBRenc/include/
Dsbr_encoder.h104 typedef enum codecType enum
/external/webrtc/src/
Dcommon_types.h563 VideoCodecType codecType; member