/external/webrtc/webrtc/modules/video_capture/ |
D | device_info_impl.cc | 204 bestCodecType = capability.codecType; in GetBestMatchedCapability() 213 if (capability.codecType == requested.codecType in GetBestMatchedCapability() 214 && bestCodecType != requested.codecType) in GetBestMatchedCapability() 216 bestCodecType = capability.codecType; in GetBestMatchedCapability() 223 if (requested.codecType == capability.codecType) in GetBestMatchedCapability() 229 bestCodecType = capability.codecType; in GetBestMatchedCapability() 238 if (requested.codecType == capability.codecType) in GetBestMatchedCapability() 243 bestCodecType = capability.codecType; in GetBestMatchedCapability() 252 if (requested.codecType == capability.codecType) in GetBestMatchedCapability() 257 bestCodecType = capability.codecType; in GetBestMatchedCapability()
|
D | video_capture_defines.h | 36 VideoCodecType codecType; member 46 codecType = kVideoCodecUnknown; in VideoCaptureCapability() 60 if (codecType != other.codecType)
|
D | video_capture_impl.cc | 165 _requestedCapability.codecType = kVideoCodecUnknown; in VideoCaptureImpl() 247 if (frameInfo.codecType == kVideoCodecUnknown) in IncomingFrame()
|
/external/webrtc/webrtc/modules/video_coding/ |
D | encoded_frame.cc | 27 _codecSpecificInfo.codecType = kVideoCodecUnknown; in VCMEncodedFrame() 39 _codecSpecificInfo.codecType = kVideoCodecUnknown; in VCMEncodedFrame() 92 _codecSpecificInfo.codecType = kVideoCodecUnknown; in Reset() 102 if (_codecSpecificInfo.codecType != kVideoCodecVP8) { in CopyCodecSpecific() 108 _codecSpecificInfo.codecType = kVideoCodecVP8; in CopyCodecSpecific() 129 if (_codecSpecificInfo.codecType != kVideoCodecVP9) { in CopyCodecSpecific() 137 _codecSpecificInfo.codecType = kVideoCodecVP9; in CopyCodecSpecific() 196 _codecSpecificInfo.codecType = kVideoCodecH264; in CopyCodecSpecific() 200 _codecSpecificInfo.codecType = kVideoCodecUnknown; in CopyCodecSpecific()
|
D | codec_database.cc | 124 settings->codecType = kVideoCodecVP8; in Codec() 139 settings->codecType = kVideoCodecVP9; in Codec() 154 settings->codecType = kVideoCodecH264; in Codec() 169 settings->codecType = kVideoCodecI420; in Codec() 204 RTC_DCHECK(send_codec->codecType != kVideoCodecUnknown); in SetSendCodec() 283 return send_codec_.codecType; in SendCodec() 321 if (new_send_codec.codecType != send_codec_.codecType || in RequiresEncoderReset() 336 switch (new_send_codec.codecType) { in RequiresEncoderReset() 439 if (receive_codec->codecType == kVideoCodecUnknown) { in RegisterReceiveCodec() 475 return receive_codec_.codecType; in ReceiveCodec() [all …]
|
D | video_sender.cc | 109 if (sendCodec->codecType == kVideoCodecVP8) { in RegisterSendCodec() 111 } else if (sendCodec->codecType == kVideoCodecVP9) { in RegisterSendCodec() 129 _mediaOpt.SetEncodingData(sendCodec->codecType, sendCodec->maxBitrate * 1000, in RegisterSendCodec()
|
D | video_coding_impl.cc | 295 void VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { in Codec() argument 296 VCMCodecDataBase::Codec(codecType, codec); in Codec()
|
/external/webrtc/webrtc/video/ |
D | video_receive_stream.cc | 115 codec.codecType = kVideoCodecVP8; in CreateDecoderVideoCodec() 117 codec.codecType = kVideoCodecVP9; in CreateDecoderVideoCodec() 119 codec.codecType = kVideoCodecH264; in CreateDecoderVideoCodec() 121 codec.codecType = kVideoCodecGeneric; in CreateDecoderVideoCodec() 124 if (codec.codecType == kVideoCodecVP8) { in CreateDecoderVideoCodec() 126 } else if (codec.codecType == kVideoCodecVP9) { in CreateDecoderVideoCodec() 128 } else if (codec.codecType == kVideoCodecH264) { in CreateDecoderVideoCodec() 229 codec.codecType = kVideoCodecULPFEC; in VideoReceiveStream() 237 codec.codecType = kVideoCodecRED; in VideoReceiveStream()
|
D | video_send_stream.cc | 308 video_codec.codecType = kVideoCodecVP8; in ReconfigureVideoEncoder() 310 video_codec.codecType = kVideoCodecVP9; in ReconfigureVideoEncoder() 312 video_codec.codecType = kVideoCodecH264; in ReconfigureVideoEncoder() 314 video_codec.codecType = kVideoCodecGeneric; in ReconfigureVideoEncoder() 331 if (video_codec.codecType == kVideoCodecVP8) { in ReconfigureVideoEncoder() 333 } else if (video_codec.codecType == kVideoCodecVP9) { in ReconfigureVideoEncoder() 335 } else if (video_codec.codecType == kVideoCodecH264) { in ReconfigureVideoEncoder() 339 if (video_codec.codecType == kVideoCodecVP8) { in ReconfigureVideoEncoder() 347 } else if (video_codec.codecType == kVideoCodecVP9) { in ReconfigureVideoEncoder() 361 } else if (video_codec.codecType == kVideoCodecH264) { in ReconfigureVideoEncoder() [all …]
|
D | vie_codec_unittest.cc | 18 video_codec->codecType = kVideoCodecVP8; in BuildVP8Codec() 77 codec2.codecType = kVideoCodecUnknown; in TEST()
|
D | video_encoder_unittest.cc | 127 codec_.codecType = kVideoCodecVP8; in UtilizeFallbackEncoder() 145 codec_.codecType = kVideoCodecVP8; in FallbackFromEncodeRequest()
|
D | vie_channel.cc | 343 if (video_codec.codecType == kVideoCodecRED || in SetSendCodec() 344 video_codec.codecType == kVideoCodecULPFEC) { in SetSendCodec() 345 LOG_F(LS_ERROR) << "Not a valid send codec " << video_codec.codecType; in SetSendCodec() 431 if (video_codec.codecType != kVideoCodecRED && in SetReceiveCodec() 432 video_codec.codecType != kVideoCodecULPFEC) { in SetReceiveCodec()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | tester_main.cc | 49 args->codecType = kVideoCodecVP8; in ParseArguments() 51 args->codecType = kVideoCodecVP9; in ParseArguments() 53 args->codecType = kVideoCodecI420; in ParseArguments()
|
D | test_util.h | 78 webrtc::VideoCodecType codecType; variable
|
D | test_util.cc | 25 codecType(webrtc::kVideoCodecVP8), in CmdArgs()
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
D | device_info_ios_objc.mm | 66 capability.codecType = webrtc::kVideoCodecUnknown; 75 capability.codecType = webrtc::kVideoCodecUnknown; 84 capability.codecType = webrtc::kVideoCodecUnknown; 93 capability.codecType = webrtc::kVideoCodecUnknown;
|
/external/webrtc/webrtc/modules/video_coding/utility/ |
D | qp_parser.cc | 19 switch (frame.CodecSpecific()->codecType) { in GetQp()
|
/external/webrtc/webrtc/ |
D | common_types.h | 688 VideoCodecType codecType; member 716 bool ret = codecType == other.codecType && 729 if (ret && codecType == kVideoCodecVP8) {
|
/external/webrtc/talk/app/webrtc/java/jni/ |
D | androidmediadecoder_jni.cc | 74 JNIEnv* jni, VideoCodecType codecType, jobject render_egl_context); 175 JNIEnv* jni, VideoCodecType codecType, jobject render_egl_context) : in MediaCodecVideoDecoder() argument 176 codecType_(codecType), in MediaCodecVideoDecoder() 283 RTC_CHECK(inst->codecType == codecType_) in InitDecode() 284 << "Unsupported codec " << inst->codecType << " for " << codecType_; in InitDecode()
|
D | androidmediaencoder_jni.cc | 86 VideoCodecType codecType, 250 JNIEnv* jni, VideoCodecType codecType, jobject egl_context) : in MediaCodecVideoEncoder() argument 251 codecType_(codecType), in MediaCodecVideoEncoder() 338 RTC_CHECK(codec_settings->codecType == codecType_) in InitEncode() 339 << "Unsupported codec " << codec_settings->codecType << " for " in InitEncode() 923 info.codecType = codecType_; in DeliverPendingOutputs()
|
/external/webrtc/webrtc/modules/video_coding/include/ |
D | video_codec_interface.h | 93 VideoCodecType codecType; member
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/ |
D | BluetoothA2dpFacade.java | 251 @RpcParameter(name = "codecType") Integer codecType, in bluetoothA2dpSetCodecConfigPreference() 261 codecType, in bluetoothA2dpSetCodecConfigPreference()
|
/external/webrtc/webrtc/modules/video_coding/codecs/interface/ |
D | video_codec_interface.h | 95 VideoCodecType codecType; member
|
/external/webrtc/webrtc/modules/video_coding/codecs/h264/ |
D | h264_video_toolbox_encoder.cc | 106 codec_specific_info.codecType = webrtc::kVideoCodecH264; in FrameEncodeParams() 221 RTC_DCHECK_EQ(codec_settings->codecType, kVideoCodecH264); in InitEncode()
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | simulcast_encoder_adapter_unittest.cc | 252 EXPECT_EQ(ref.codecType, target.codecType); in VerifyCodec()
|