Searched refs:pMax (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/wilhelm/src/itf/ |
H A D | IEqualizer.cpp | 125 SLmillibel *pMax) in IEqualizer_GetBandLevelRange() argument 129 if (NULL == pMin && NULL == pMax) { in IEqualizer_GetBandLevelRange() 136 if (NULL != pMax) in IEqualizer_GetBandLevelRange() 137 *pMax = thiz->mBandLevelRangeMax; in IEqualizer_GetBandLevelRange() 246 SLmilliHertz *pMin, SLmilliHertz *pMax) in IEqualizer_GetBandFreqRange() argument 250 if (NULL == pMin && NULL == pMax) { in IEqualizer_GetBandFreqRange() 261 if (NULL != pMax) in IEqualizer_GetBandFreqRange() 262 *pMax = thiz->mBands[band].mMax; in IEqualizer_GetBandFreqRange() 278 if (NULL != pMax) { in IEqualizer_GetBandFreqRange() 279 *pMax = range[1]; in IEqualizer_GetBandFreqRange()
|
/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() argument 52 return (pMax - pMin) * (v - vMin) / (vMax - vMin) + pMin; in scale()
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcEnc.cpp | 409 pMax = layer.max; in PictureQuantizationSetter() 411 ALOGV("pMin %d pMax %d", pMin, pMax); in PictureQuantizationSetter() 420 iMin, iMax, pMin, pMax, bMin, bMax); in PictureQuantizationSetter() 425 pMax = std::clamp(pMax, CODEC_QP_MIN, CODEC_QP_MAX); in PictureQuantizationSetter() 439 me.set().m.values[i].max = pMax; in PictureQuantizationSetter() 449 iMin, iMax, pMin, pMax, bMin, bMax); in PictureQuantizationSetter() 839 pMax = layer.max; in setQp() 841 ALOGV("pMin %d pMax %d", pMin, pMax); in setQp() 851 s_qp_ip.u4_p_qp_max = pMax; in setQp() 858 s_qp_ip.u4_p_qp = std::clamp(DEFAULT_P_QP, pMin, pMax); in setQp() [all …]
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 1168 int32_t pMax = INT32_MAX; in configure() local 1170 (void) sdkParams->findInt32(KEY_VIDEO_QP_P_MAX, &pMax); in configure() 1172 if (pMax != INT32_MAX || pMin != INT32_MIN) { in configure() 1173 qp->m.values[ix++] = {P_FRAME, pMin, pMax}; in configure()
|
/aosp12/frameworks/wilhelm/include/SLES/ |
H A D | OpenSLES.h | 1238 SLmillibel *pMax 1259 SLmilliHertz *pMax
|
/aosp12/frameworks/wilhelm/include/OMXAL/ |
H A D | OpenMAXAL.h | 2022 XAmillibel * pMax 2043 XAmilliHertz * pMax
|