Home
last modified time | relevance | path

Searched defs:rgb (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Gallery2/jni/filters/
Dredeye.c24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dhsv.c33 void rgb2hsv( unsigned char *rgb,int rgbOff,unsigned short *hsv,int hsvOff) in rgb2hsv()
82 void hsv2rgb(unsigned short *hsv,int hsvOff, unsigned char *rgb,int rgbOff) in hsv2rgb()
Dexposure.c23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dhighlight.c26 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dshadows.c33 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dhue.c23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dcontrast.c43 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dbwfilter.c24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dfx.c40 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
Dwbalance.c139 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterBwFilter.java57 int rgb = Color.HSVToColor(hsv); in apply() local
/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DPanoUtil.java45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
/packages/apps/Camera2/src/com/android/camera/
DPanoUtil.java45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
/packages/apps/LegacyCamera/jni/
Dfeature_mos_jni.cpp309 void decodeYUV444SP(unsigned char* rgb, unsigned char* yuv420sp, int width, in decodeYUV444SP()