/aosp12/packages/apps/Gallery2/jni/filters/ |
H A D | hsv.c | 35 int iMin,iMax,chroma; in rgb2hsv() local 48 iMax = MAX (ri, bi); in rgb2hsv() 51 iMax = MAX (gi, bi); in rgb2hsv() 55 chroma = iMax - iMin; in rgb2hsv() 57 rv = (short)( iMax << ABITS); in rgb2hsv() 63 rs = (short)((k1*chroma)/iMax); in rgb2hsv() 69 if ( ri == iMax ) { in rgb2hsv() 72 } else if (gi == iMax) in rgb2hsv()
|
/aosp12/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
H A D | shadows_f.rscript | 53 int iMin,iMax,chroma; 61 iMax = max (ri, bi); 64 iMax = max (gi, bi); 68 chroma = iMax - iMin; 70 rv = (short)( iMax << ABITS); 76 rs = (short)((k1*chroma)/iMax); 82 if ( ri == iMax ) { 85 } else if (gi == iMax) 87 else // (bi == iMax )
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
H A D | shadows.rscript | 53 int iMin,iMax,chroma; 61 iMax = max (ri, bi); 64 iMax = max (gi, bi); 68 chroma = iMax - iMin; 70 rv = (short)( iMax << ABITS); 76 rs = (short)((k1*chroma)/iMax); 82 if ( ri == iMax ) { 85 } else if (gi == iMax) 87 else // (bi == iMax )
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
H A D | shadows.rscript | 53 int iMin,iMax,chroma; 61 iMax = max (ri, bi); 64 iMax = max (gi, bi); 68 chroma = iMax - iMin; 70 rv = (short)( iMax << ABITS); 76 rs = (short)((k1*chroma)/iMax); 82 if ( ri == iMax ) { 85 } else if (gi == iMax) 87 else // (bi == iMax )
|
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
H A D | shadows.rscript | 53 int iMin,iMax,chroma; 61 iMax = max (ri, bi); 64 iMax = max (gi, bi); 68 chroma = iMax - iMin; 70 rv = (short)( iMax << ABITS); 76 rs = (short)((k1*chroma)/iMax); 82 if ( ri == iMax ) { 85 } else if (gi == iMax) 87 else // (bi == iMax )
|
/aosp12/frameworks/base/core/java/android/view/displayhash/ |
H A D | DisplayHash.java | 164 int iMax = byteArray.length - 1; in byteArrayToString() local 165 if (iMax == -1) { in byteArrayToString() 174 if (i == iMax) { in byteArrayToString()
|
H A D | VerifiedDisplayHash.java | 64 int iMax = byteArray.length - 1; in byteArrayToString() local 65 if (iMax == -1) { in byteArrayToString() 74 if (i == iMax) { in byteArrayToString()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
H A D | MtpDeviceIndex.java | 306 int iMax = results.buckets.length - 1; in getPositionFromPositionWithoutLabels() local 307 while (iMax >= iMin) { in getPositionFromPositionWithoutLabels() 308 int iMid = (iMax + iMin) / 2; in getPositionFromPositionWithoutLabels() 313 iMax = iMid - 1; in getPositionFromPositionWithoutLabels()
|
/aosp12/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcEnc.cpp | 405 iMax = layer.max; in PictureQuantizationSetter() 407 ALOGV("iMin %d iMax %d", iMin, iMax); in PictureQuantizationSetter() 420 iMin, iMax, pMin, pMax, bMin, bMax); in PictureQuantizationSetter() 423 iMax = std::clamp(iMax, CODEC_QP_MIN, CODEC_QP_MAX); in PictureQuantizationSetter() 435 me.set().m.values[i].max = iMax; in PictureQuantizationSetter() 449 iMin, iMax, pMin, pMax, bMin, bMax); in PictureQuantizationSetter() 835 iMax = layer.max; in setQp() 837 ALOGV("iMin %d iMax %d", iMin, iMax); in setQp() 849 s_qp_ip.u4_i_qp_max = iMax; in setQp() 857 s_qp_ip.u4_i_qp = std::clamp(DEFAULT_I_QP, iMin, iMax); in setQp() [all …]
|
/aosp12/frameworks/av/media/codec2/sfplugin/ |
H A D | CCodec.cpp | 1160 int32_t iMax = INT32_MAX; in configure() local 1162 (void) sdkParams->findInt32(KEY_VIDEO_QP_I_MAX, &iMax); in configure() 1164 if (iMax != INT32_MAX || iMin != INT32_MIN) { in configure() 1165 qp->m.values[ix++] = {I_FRAME, iMin, iMax}; in configure()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 4856 final int iMax = Math.min(mNumberPreviousOffsets, HISTORY_SIZE); in filterOnTouchUp() local 4857 while (i < iMax && (now - mPreviousOffsetsTimes[index]) < TOUCH_UP_FILTER_DELAY_AFTER) { in filterOnTouchUp() 4862 if (i > 0 && i < iMax in filterOnTouchUp()
|
/aosp12/packages/services/Telecomm/libs/ |
H A D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/aosp12/packages/apps/TV/libs/m2/ |
H A D | guava-28.0-android.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
H A D | guava-28.0-jre.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/maven/
META- ... |
/aosp12/packages/apps/TV/libs/ |
H A D | google-java-format-1.7-all-deps.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |