Home
last modified time | relevance | path

Searched refs:kLowH264QpThreshold (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc204 static const int kLowH264QpThreshold = 24; in GetScalingSettingsInternal() local
206 return ScalingSettings(low.value_or(kLowH264QpThreshold), in GetScalingSettingsInternal()
/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java473 final int kLowH264QpThreshold = 24; in getScalingSettings() local
475 return new ScalingSettings(kLowH264QpThreshold, kHighH264QpThreshold); in getScalingSettings()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.cc44 static const int kLowH264QpThreshold = 24; variable
624 VideoEncoder::ScalingSettings(kLowH264QpThreshold, kHighH264QpThreshold); in GetEncoderInfo()
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoEncoderH264.mm62 const int kLowH264QpThreshold = 28;
831 initWithThresholdsLow:kLowH264QpThreshold