Searched defs:pMin (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
H A D | InterpolateUtils.java | 51 public static float scale(float v, float vMin, float vMax, float pMin, float pMax) { in scale()
|
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IEqualizer.cpp | 124 static SLresult IEqualizer_GetBandLevelRange(SLEqualizerItf self, SLmillibel *pMin, in IEqualizer_GetBandLevelRange() 246 SLmilliHertz *pMin, SLmilliHertz *pMax) in IEqualizer_GetBandFreqRange()
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcEnc.cpp | 398 int32_t iMin = DEFAULT_I_QP_MIN, pMin = DEFAULT_P_QP_MIN, bMin = DEFAULT_B_QP_MIN; in PictureQuantizationSetter() local 824 int32_t iMin = DEFAULT_I_QP_MIN, pMin = DEFAULT_P_QP_MIN, bMin = DEFAULT_B_QP_MIN; in setQp() local
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 1169 int32_t pMin = INT32_MIN; in configure() local
|