HomeSort by relevance Sort by last modified time
    Searched defs:chroma (Results 1 - 7 of 7) sorted by null

  /packages/apps/Gallery2/jni/filters/
hsv.c 35 int iMin,iMax,chroma; local
55 chroma = iMax - iMin;
63 rs = (short)((k1*chroma)/iMax);
70 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
73 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
75 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
98 // set chroma and min component value
    [all...]
  /hardware/intel/img/psb_video/src/
psb_overlay.c 950 unsigned char *data, *chroma, *buffer, *header; local
973 printf("Alloc chroma buffer fail\n");
977 chroma = data;
    [all...]
  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_surfacetexture.cpp 156 unsigned char *luma = NULL, *chroma = NULL, *src = NULL; local
172 // start of valid chroma region
173 chroma = src + uvoffset;
188 // write chroma line x line
192 if (write_size != write(fd, chroma, width)) {
197 chroma += stride;