Searched refs:chroma (Results 1 - 13 of 13) sorted by relevance

/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h95 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/
H A Dpsb_surface.h98 * 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);
H A Dpsb_surface.c165 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) argument
327 memset(surface_data + psb_surface->chroma_offset, chroma, psb_surface->size - psb_surface->chroma_offset);
H A Dpsb_overlay.c950 unsigned char *data, *chroma, *buffer, *header; local
973 printf("Alloc chroma buffer fail\n");
977 chroma = data;
986 data = chroma;
H A Dpnw_VC1.c656 P3(chroma);
1984 REGIO_WRITE_FIELD(cmd, VC1_RENDEC_CMD, VC1SLICE03, RANGE_MAPUV, pic_params->range_mapping_fields.bits.chroma);
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp313 // 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/
H A Dmsm_q6vdec.h277 u32 chroma; member in struct:stride_type
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6vdec.h159 u32 vc1_rangeUV; /* chroma range mapping */
247 u32 chroma; member in struct:stride_type
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_surfacetexture.cpp156 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;
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp724 // 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;
/hardware/intel/common/libva/va/
H A Dva.h44 * 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::__anon302::__anon303
2993 * VA_SUBPICTURE_CHROMA_KEYING - supports chroma-keying
3081 * whether to enable chroma-keying, global-alpha, or screen relative mode
H A Dva_trace.c1852 va_TraceMsg(trace_ctx, "\trange_mapping_chroma = %d\n", p->range_mapping_fields.bits.chroma);
/hardware/intel/img/psb_video/src/mrst/
H A Dpsb_VC1.c650 P3(chroma);
2027 REGIO_WRITE_FIELD(cmd, VC1_RENDEC_CMD, VC1SLICE03, RANGE_MAPUV, pic_params->range_mapping_fields.bits.chroma);

Completed in 3866 milliseconds