Home
last modified time | relevance | path

Searched refs:kLowVp8QpThreshold (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/sdk/android/src/jni/
Dvideo_encoder_wrapper.cc188 static const int kLowVp8QpThreshold = 29; in GetScalingSettingsInternal() local
190 return ScalingSettings(low.value_or(kLowVp8QpThreshold), in GetScalingSettingsInternal()
/external/webrtc/sdk/android/src/java/org/webrtc/
DHardwareVideoEncoder.java469 final int kLowVp8QpThreshold = 29; in getScalingSettings() local
471 return new ScalingSettings(kLowVp8QpThreshold, kHighVp8QpThreshold); in getScalingSettings()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc57 constexpr int kLowVp8QpThreshold = 29; variable
1244 kLowVp8QpThreshold, kHighVp8QpThreshold) in GetEncoderInfo()