HomeSort by relevance Sort by last modified time
    Searched refs:chroma (Results 1 - 20 of 20) 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...]
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
shadows.rs 53 int iMin,iMax,chroma;
68 chroma = iMax - iMin;
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
114 // set chroma and min component value
    [all...]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
shadows.rs 53 int iMin,iMax,chroma;
68 chroma = iMax - iMin;
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
114 // set chroma and min component value
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
shadows.rs 53 int iMin,iMax,chroma;
68 chroma = iMax - iMin;
76 rs = (short)((k1*chroma)/iMax);
83 rh = (short)( (k2*(6*chroma+gi - bi))/(6*chroma));
86 rh = (short)( (k2*(2*chroma+bi - ri ))/(6*chroma));
88 rh = (short)( (k2*(4*chroma+ri - gi ))/(6*chroma));
114 // set chroma and min component value
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
saturation.rs 106 int iMin,iMax,chroma;
127 chroma = iMax - iMin;
128 rs = (short) ((k1 * chroma) / iMax);
134 rh = (short) ((k2 * (6 * chroma + gi - bi))/(6 * chroma));
142 return(short) ((k2 * (2 * chroma + bi - ri)) / (6 * chroma));
145 return (short) ((k2 * (4 * chroma + ri - gi)) / (6 * chroma));
  /hardware/samsung_slsi/exynos5/include/
gralloc_priv.h 95 int chroma; member in struct:private_handle_t
115 vstride(vstride), gamut(0), chroma(0), base(0), handle(0), handle1(0),
127 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
139 vstride(vstride), gamut(0), chroma(0), base(0), base1(0), base2(0),
  /hardware/intel/img/psb_video/src/
psb_surface.h 98 * Temporarily map surface and set all chroma values of surface to 'chroma'
100 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma);
psb_surface.c 165 unsigned int __maybe_unused chroma_u_stride, /* chroma stride */
200 unsigned int __maybe_unused chroma_u_stride, /* chroma stride */
318 * Temporarily map surface and set all chroma values of surface to 'chroma'
320 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma)
327 memset(surface_data + psb_surface->chroma_offset, chroma, psb_surface->size - psb_surface->chroma_offset);
psb_overlay.c 950 unsigned char *data, *chroma, *buffer, *header; local
973 printf("Alloc chroma buffer fail\n");
977 chroma = data;
    [all...]
pnw_VC1.c 656 P3(chroma);
    [all...]
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 313 // Set chroma & gamut fields
316 (*hnd)->chroma = HAL_PIXEL_CHROMA_BT601_8;
319 (*hnd)->chroma = HAL_PIXEL_CHROMA_BT709_8;
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6vdec.h 277 u32 chroma; member in struct:stride_type
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 159 u32 vc1_rangeUV; /* chroma range mapping */
247 u32 chroma; member in struct:stride_type
  /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;
  /external/libhevc/common/arm/
ihevc_weighted_pred_bi_default.s 221 @ this is only for chroma module with input 2x2
317 @ this is only for chroma module with inpput 4x2
403 @ if the input is chroma with 8x2 block size
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 724 // start of valid chroma region
725 unsigned const char *chroma = src + uvoffset; local
727 // copy luma and chroma line x line
734 memcpy(dst, chroma, width);
735 chroma += stride;
    [all...]
  /external/chromium_org/third_party/libva/va/
va.h 44 * rev 0.22 (08/27/2007 Jonathan Bian) - Added support for chroma-keying and global alpha.
1360 unsigned int chroma : 3; \/* ENTRY_POINT_LAYER::RANGE_MAPUV *\/ member in struct:_VAPictureParameterBufferVC1::__anon17521::__anon17522
    [all...]
  /hardware/intel/common/libva/va/
va.h 44 * rev 0.22 (08/27/2007 Jonathan Bian) - Added support for chroma-keying and global alpha.
1982 unsigned int chroma : 3; \/* ENTRY_POINT_LAYER::RANGE_MAPUV *\/ member in struct:_VAPictureParameterBufferVC1::__anon40422::__anon40423
    [all...]
va_trace.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 650 P3(chroma);
    [all...]

Completed in 501 milliseconds