Searched refs:threshold (Results 1 - 3 of 3) sorted by relevance

/system/media/wilhelm/src/android/
H A DAudioPlayer_to_android.h87 SLpermille threshold);
H A DAudioPlayer_to_android.cpp2078 SLpermille threshold) {
2084 ap->mAPlayer->setBufferingUpdateThreshold(threshold / 10);
2077 android_audioPlayer_setBufferingUpdateThresholdPerMille(CAudioPlayer *ap, SLpermille threshold) argument
/system/core/libpixelflinger/
H A Dscanline.cpp1107 int threshold = get_value(); local
1109 r += (threshold >> (GGL_DITHER_BITS-8 +5));
1110 g += (threshold >> (GGL_DITHER_BITS-8 +6));
1111 b += (threshold >> (GGL_DITHER_BITS-8 +5));
1164 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
1173 sR = ((sR << 8) + f*dR + threshold)>>8;
1174 sG = ((sG << 8) + f*dG + threshold)>>8;
1175 sB = ((sB << 8) + f*dB + threshold)>>8;
1283 /* Scale threshold to 0.8 fixed float format */
1284 int threshold local
1339 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
[all...]

Completed in 132 milliseconds