/hardware/intel/img/psb_video/src/ |
D | psb_surface_attrib.c | 269 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */ in psb_CreateSurfacesForUserPtr() argument 290 luma_offset, chroma_u_offset, chroma_v_offset); in psb_CreateSurfacesForUserPtr() 316 (chroma_u_offset < luma_offset + width * height) || in psb_CreateSurfacesForUserPtr() 323 (chroma_u_offset < luma_offset + width * height) || in psb_CreateSurfacesForUserPtr() 372 chroma_u_offset, in psb_CreateSurfacesForUserPtr() 423 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */ in psb_CreateSurfaceFromKBuf() argument 443 luma_offset, chroma_u_offset, chroma_v_offset); in psb_CreateSurfaceFromKBuf() 469 (chroma_u_offset < luma_offset + width * height) || in psb_CreateSurfaceFromKBuf() 511 chroma_u_offset, in psb_CreateSurfaceFromKBuf() 785 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset, in psb_CreateSurfacesWithAttribute() [all …]
|
D | psb_surface_attrib.h | 55 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */ 70 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */
|
D | psb_surface.c | 168 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */ in psb_surface_create_for_userptr() argument 183 psb_surface->chroma_offset = chroma_u_offset; in psb_surface_create_for_userptr() 203 unsigned int chroma_u_offset, /* UV offset from the beginning of the memory */ in psb_surface_create_from_kbuf() argument 232 psb_surface->chroma_offset = chroma_u_offset; in psb_surface_create_from_kbuf() 390 value.chroma_u_offset = psb_surface->chroma_offset; in psb_surface_set_displaying()
|
D | psb_drv_video.h | 645 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member
|
D | psb_drv_video.c | 775 attribute_tpi.chroma_u_offset = pExternalBufDesc->offsets[1]; in psb_CreateSurfaces2() 2778 unsigned int *chroma_u_offset, argument 2816 *chroma_u_offset = obj_surface->height * psb_surface->stride;
|
/hardware/intel/common/libva/va/ |
D | va_tpi.h | 62 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member
|
D | va_backend.h | 379 unsigned int *chroma_u_offset,
|
D | va.c | 1592 unsigned int *chroma_u_offset, in vaLockSurface() argument 1602 … fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset, chroma_v_off… in vaLockSurface()
|
D | va_trace.c | 132 unsigned int *chroma_u_offset, 291 unsigned int chroma_u_offset; in va_TraceSurface() local 311 &luma_offset, &chroma_u_offset, &chroma_v_offset, in va_TraceSurface() 326 va_TraceMsg(trace_ctx, "\tchroma_u_offset = %d\n", chroma_u_offset); in va_TraceSurface() 340 UV_data = (unsigned char*)buffer + chroma_u_offset; in va_TraceSurface()
|
/hardware/intel/common/libva/test/basic/ |
D | test_vaSurfaceAttrib.c | 41 … unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; in test() local
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | RotationBufferProvider.cpp | 206 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset; in createVaSurface()
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | RotationBufferProvider.cpp | 207 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset; in createVaSurface()
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.cpp | 256 unsigned int *chroma_u_offset,
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 227 attribTpi.chroma_u_offset = stride*height; in VAMappedHandle()
|