HomeSort by relevance Sort by last modified time
    Searched refs:count15b (Results 1 - 4 of 4) sorted by null

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
wbalance.rs 72 int count15r = 0, count15g = 0, count15b = 0;
93 count15b += b;
100 if ((count15r>0) && (count15g>0) && (count15b>0) ){
103 out.b = sum15b/count15b;
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
wbalance.rs 72 int count15r = 0, count15g = 0, count15b = 0;
93 count15b += b;
100 if ((count15r>0) && (count15g>0) && (count15b>0) ){
103 out.b = sum15b/count15b;
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
wbalance.rs 72 int count15r = 0, count15g = 0, count15b = 0;
93 count15b += b;
100 if ((count15r>0) && (count15g>0) && (count15b>0) ){
103 out.b = sum15b/count15b;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 63 int count15r = 0,count15g=0,count15b=0; local
84 count15b += b;
92 if ((count15r>0) && (count15g>0) && (count15b>0) ){
95 *wg = sum15b/count15b;

Completed in 272 milliseconds