Home
last modified time | relevance | path

Searched refs:chroma_u_offset (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface_attrib.c269 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 …]
Dpsb_surface_attrib.h55 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 */
Dpsb_surface.c168 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()
Dpsb_drv_video.h645 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member
Dpsb_drv_video.c775 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/
Dva_tpi.h62 unsigned int chroma_u_offset; /* U offset from the beginning of the memory */ member
Dva_backend.h379 unsigned int *chroma_u_offset,
Dva.c1592 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()
Dva_trace.c132 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/
Dtest_vaSurfaceAttrib.c41 … 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/
DRotationBufferProvider.cpp206 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset; in createVaSurface()
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DRotationBufferProvider.cpp207 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset; in createVaSurface()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp256 unsigned int *chroma_u_offset,
/hardware/intel/img/hwcomposer/merrifield/common/devices/
DVirtualDevice.cpp227 attribTpi.chroma_u_offset = stride*height; in VAMappedHandle()