Home
last modified time | relevance | path

Searched refs:chroma_v_offset (Results 1 – 12 of 12) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface_attrib.c274 unsigned int chroma_v_offset, in psb_CreateSurfacesForUserPtr() argument
294 luma_offset, chroma_u_offset, chroma_v_offset); in psb_CreateSurfacesForUserPtr()
321 (chroma_v_offset < luma_offset + width * height)); in psb_CreateSurfacesForUserPtr()
328 (chroma_v_offset < luma_offset + width * height)); in psb_CreateSurfacesForUserPtr()
377 chroma_v_offset, in psb_CreateSurfacesForUserPtr()
428 unsigned int chroma_v_offset, in psb_CreateSurfaceFromKBuf() argument
447 luma_offset, chroma_u_offset, chroma_v_offset); in psb_CreateSurfaceFromKBuf()
474 (chroma_v_offset < luma_offset + width * height)); in psb_CreateSurfaceFromKBuf()
516 chroma_v_offset, in psb_CreateSurfaceFromKBuf()
787 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset, in psb_CreateSurfacesWithAttribute()
[all …]
Dpsb_surface_attrib.h55 unsigned int chroma_v_offset,
70 unsigned int chroma_v_offset,
Dpsb_surface.c169 unsigned int __maybe_unused chroma_v_offset, in psb_surface_create_for_userptr() argument
204 unsigned int __maybe_unused chroma_v_offset, in psb_surface_create_from_kbuf() argument
391 value.chroma_v_offset = psb_surface->chroma_offset; in psb_surface_set_displaying()
Dpsb_drv_video.h620 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member
Dpsb_drv_video.c738 attribute_tpi.chroma_v_offset = pExternalBufDesc->offsets[2]; in psb_CreateSurfaces2()
2711 unsigned int *chroma_v_offset, argument
2749 *chroma_v_offset = obj_surface->height * psb_surface->stride + 1;
/hardware/intel/common/libva/va/
Dva_tpi.h63 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member
Dva_backend.h380 unsigned int *chroma_v_offset,
Dva.c1593 unsigned int *chroma_v_offset, in vaLockSurface() argument
1602 …ide, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset, chroma_v_offset, buffer_name,… in vaLockSurface()
Dva_trace.c133 unsigned int *chroma_v_offset,
293 unsigned int chroma_v_offset; in va_TraceSurface() local
313 &luma_offset, &chroma_u_offset, &chroma_v_offset, in va_TraceSurface()
329 va_TraceMsg(trace_ctx, "\tchroma_v_offset = %d\n", chroma_v_offset); in va_TraceSurface()
/hardware/intel/common/libva/test/basic/
Dtest_vaSurfaceAttrib.c42 unsigned int chroma_v_offset, buffer_name; in test() local
/hardware/intel/img/hwcomposer/ips/common/
DRotationBufferProvider.cpp202 vaSurfaceAttrib->chroma_v_offset = stride * bufferHeight; in createVaSurface()
206 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset; in createVaSurface()
/hardware/intel/common/libmix/videoencoder/
DVideoEncoderUtils.cpp253 unsigned int *chroma_v_offset,