Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/modules/video_capture/
Ddevice_info_impl.cc204 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()
Dvideo_capture_defines.h36 VideoCodecType codecType; member
46 codecType = kVideoCodecUnknown; in VideoCaptureCapability()
60 if (codecType != other.codecType)
Dvideo_capture_impl.cc165 _requestedCapability.codecType = kVideoCodecUnknown; in VideoCaptureImpl()
247 if (frameInfo.codecType == kVideoCodecUnknown) in IncomingFrame()
/external/webrtc/webrtc/modules/video_coding/
Dencoded_frame.cc27 _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()
Dcodec_database.cc124 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 …]
Dvideo_sender.cc109 if (sendCodec->codecType == kVideoCodecVP8) { in RegisterSendCodec()
111 } else if (sendCodec->codecType == kVideoCodecVP9) { in RegisterSendCodec()
129 _mediaOpt.SetEncodingData(sendCodec->codecType, sendCodec->maxBitrate * 1000, in RegisterSendCodec()
Dvideo_coding_impl.cc295 void VideoCodingModule::Codec(VideoCodecType codecType, VideoCodec* codec) { in Codec() argument
296 VCMCodecDataBase::Codec(codecType, codec); in Codec()
/external/webrtc/webrtc/video/
Dvideo_receive_stream.cc115 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()
Dvideo_send_stream.cc308 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 …]
Dvie_codec_unittest.cc18 video_codec->codecType = kVideoCodecVP8; in BuildVP8Codec()
77 codec2.codecType = kVideoCodecUnknown; in TEST()
Dvideo_encoder_unittest.cc127 codec_.codecType = kVideoCodecVP8; in UtilizeFallbackEncoder()
145 codec_.codecType = kVideoCodecVP8; in FallbackFromEncodeRequest()
Dvie_channel.cc343 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/
Dtester_main.cc49 args->codecType = kVideoCodecVP8; in ParseArguments()
51 args->codecType = kVideoCodecVP9; in ParseArguments()
53 args->codecType = kVideoCodecI420; in ParseArguments()
Dtest_util.h78 webrtc::VideoCodecType codecType; variable
Dtest_util.cc25 codecType(webrtc::kVideoCodecVP8), in CmdArgs()
/external/webrtc/webrtc/modules/video_capture/ios/
Ddevice_info_ios_objc.mm66 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/
Dqp_parser.cc19 switch (frame.CodecSpecific()->codecType) { in GetQp()
/external/webrtc/webrtc/
Dcommon_types.h688 VideoCodecType codecType; member
716 bool ret = codecType == other.codecType &&
729 if (ret && codecType == kVideoCodecVP8) {
/external/webrtc/talk/app/webrtc/java/jni/
Dandroidmediadecoder_jni.cc74 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()
Dandroidmediaencoder_jni.cc86 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/
Dvideo_codec_interface.h93 VideoCodecType codecType; member
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothA2dpFacade.java251 @RpcParameter(name = "codecType") Integer codecType, in bluetoothA2dpSetCodecConfigPreference()
261 codecType, in bluetoothA2dpSetCodecConfigPreference()
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h95 VideoCodecType codecType; member
/external/webrtc/webrtc/modules/video_coding/codecs/h264/
Dh264_video_toolbox_encoder.cc106 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/
Dsimulcast_encoder_adapter_unittest.cc252 EXPECT_EQ(ref.codecType, target.codecType); in VerifyCodec()

12