Home
last modified time | relevance | path

Searched refs:number_of_cores_ (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/api/video_codecs/
Dvideo_decoder_software_fallback_wrapper.cc74 int32_t number_of_cores_; member in webrtc::__anonc6c2dd860111::VideoDecoderSoftwareFallbackWrapper
101 number_of_cores_ = number_of_cores; in InitDecode()
124 int32_t status = hw_decoder_->InitDecode(&codec_settings_, number_of_cores_); in InitHwDecoder()
140 fallback_decoder_->InitDecode(&codec_settings_, number_of_cores_); in InitFallbackDecoder()
/external/webrtc/sdk/android/src/jni/
Dvideo_decoder_wrapper.cc62 number_of_cores_ = number_of_cores; in InitDecode()
68 jni, number_of_cores_, codec_settings_.width, codec_settings_.height); in InitDecodeInternal()
Dvideo_decoder_wrapper.h98 int32_t number_of_cores_ RTC_GUARDED_BY(decoder_thread_checker_);
Dvideo_encoder_wrapper.h92 int number_of_cores_; variable
Dvideo_encoder_wrapper.cc52 number_of_cores_ = settings.number_of_cores; in InitEncode()
78 jni, number_of_cores_, codec_settings_.width, codec_settings_.height, in InitEncodeInternal()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.h104 int32_t number_of_cores_; variable
Dh264_encoder_impl.cc153 number_of_cores_(0), in H264EncoderImpl()
211 number_of_cores_ = settings.number_of_cores; in InitEncode()
564 encoder_params.iPicWidth, encoder_params.iPicHeight, number_of_cores_); in CreateEncoderParams()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.h108 int number_of_cores_ = 0; variable
Dlibvpx_vp8_encoder.cc505 number_of_cores_ = settings.number_of_cores; in InitEncode()
714 RTC_DCHECK_GT(number_of_cores_, 0); in GetCpuSpeed()
715 if (number_of_cores_ <= 3) in GetCpuSpeed()
/external/webrtc/video/
Dvideo_stream_encoder.h225 const uint32_t number_of_cores_; variable
Dvideo_stream_encoder.cc295 number_of_cores_(number_of_cores), in VideoStreamEncoder()
806 VideoEncoder::Settings(settings_.capabilities, number_of_cores_, in ReconfigureEncoder()