Home
last modified time | relevance | path

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

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc205 static const int kHighH264QpThreshold = 37; in GetScalingSettingsInternal() local
207 high.value_or(kHighH264QpThreshold)); in GetScalingSettingsInternal()
/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java474 final int kHighH264QpThreshold = 37; in getScalingSettings() local
475 return new ScalingSettings(kLowH264QpThreshold, kHighH264QpThreshold); in getScalingSettings()
/external/webrtc/modules/video_coding/codecs/h264/
Dh264_encoder_impl.cc45 static const int kHighH264QpThreshold = 37; variable
624 VideoEncoder::ScalingSettings(kLowH264QpThreshold, kHighH264QpThreshold); in GetEncoderInfo()
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoEncoderH264.mm63 const int kHighH264QpThreshold = 39;
832 high:kHighH264QpThreshold];