Searched defs:rgb (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Gallery2/jni/filters/ |
D | redeye.c | 24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | hsv.c | 33 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()
|
D | exposure.c | 23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | highlight.c | 26 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | shadows.c | 33 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | hue.c | 23 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | contrast.c | 43 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | bwfilter.c | 24 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | fx.c | 40 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
D | wbalance.c | 139 unsigned char * rgb = (unsigned char * )destination; in JNIFUNCF() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterBwFilter.java | 57 int rgb = Color.HSVToColor(hsv); in apply() local
|
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
D | PanoUtil.java | 45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | PanoUtil.java | 45 public static void decodeYUV420SPQuarterRes(int[] rgb, byte[] yuv420sp, int width, int height) { in decodeYUV420SPQuarterRes()
|
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 309 void decodeYUV444SP(unsigned char* rgb, unsigned char* yuv420sp, int width, in decodeYUV444SP()
|