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

/hardware/intel/img/psb_video/src/
H A Dpsb_surface_attrib.h55 unsigned int chroma_v_offset,
70 unsigned int chroma_v_offset,
H A Dpsb_surface_attrib.c274 unsigned int chroma_v_offset,
294 luma_offset, chroma_u_offset, chroma_v_offset);
321 (chroma_v_offset < luma_offset + width * height));
328 (chroma_v_offset < luma_offset + width * height));
377 chroma_v_offset,
428 unsigned int chroma_v_offset,
447 luma_offset, chroma_u_offset, chroma_v_offset);
474 (chroma_v_offset < luma_offset + width * height));
516 chroma_v_offset,
787 attribute_tpi->chroma_u_offset, attribute_tpi->chroma_v_offset,
260 psb_CreateSurfacesForUserPtr( VADriverContextP ctx, int Width, int Height, int format, int num_surfaces, VASurfaceID *surface_list, unsigned size, unsigned int fourcc, unsigned int luma_stride, unsigned int chroma_u_stride, unsigned int chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int chroma_v_offset, unsigned int tiling ) argument
414 psb_CreateSurfaceFromKBuf( VADriverContextP ctx, int _width, int _height, int format, VASurfaceID *surface, unsigned int kbuf_handle, unsigned size, unsigned int kBuf_fourcc, unsigned int luma_stride, unsigned int chroma_u_stride, unsigned int chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int chroma_v_offset, unsigned int tiling ) argument
[all...]
H A Dpsb_surface.c169 unsigned int __maybe_unused chroma_v_offset,
204 unsigned int __maybe_unused chroma_v_offset,
391 value.chroma_v_offset = psb_surface->chroma_offset;
159 psb_surface_create_for_userptr( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument
193 psb_surface_create_from_kbuf( psb_driver_data_p driver_data, int width, int height, unsigned size, unsigned int __maybe_unused fourcc, int __maybe_unused kbuf_handle, unsigned int luma_stride, unsigned int __maybe_unused chroma_u_stride, unsigned int __maybe_unused chroma_v_stride, unsigned int __maybe_unused luma_offset, unsigned int chroma_u_offset, unsigned int __maybe_unused chroma_v_offset, psb_surface_p psb_surface ) argument
H A Dpsb_drv_video.h620 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member in struct:_PsbSurfaceAttributeTPI
H A Dpsb_drv_video.c738 attribute_tpi.chroma_v_offset = pExternalBufDesc->offsets[2];
2711 unsigned int *chroma_v_offset,
2749 *chroma_v_offset = obj_surface->height * psb_surface->stride + 1;
2702 psb_LockSurface( VADriverContextP ctx, VASurfaceID surface, unsigned int *fourcc, unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride, unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, unsigned int *buffer_name, void **buffer ) argument
/hardware/intel/common/libva/va/
H A Dva_tpi.h63 unsigned int chroma_v_offset; /* V offset from the beginning of the memory */ member in struct:_VASurfaceAttributeTPI
H A Dva_backend.h380 unsigned int *chroma_v_offset,
H A Dva.c1593 unsigned int *chroma_v_offset,
1602 return ctx->vtable->vaLockSurface( ctx, surface, fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset, chroma_v_offset, buffer_name, buffer);
1585 vaLockSurface(VADisplay dpy, VASurfaceID surface, unsigned int *fourcc, unsigned int *luma_stride, unsigned int *chroma_u_stride, unsigned int *chroma_v_stride, unsigned int *luma_offset, unsigned int *chroma_u_offset, unsigned int *chroma_v_offset, unsigned int *buffer_name, void **buffer ) argument
H A Dva_trace.c133 unsigned int *chroma_v_offset,
293 unsigned int chroma_v_offset; local
313 &luma_offset, &chroma_u_offset, &chroma_v_offset,
329 va_TraceMsg(trace_ctx, "\tchroma_v_offset = %d\n", chroma_v_offset);
/hardware/intel/common/libva/test/basic/
H A Dtest_vaSurfaceAttrib.c42 unsigned int chroma_v_offset, buffer_name; local
/hardware/intel/img/hwcomposer/ips/common/
H A DRotationBufferProvider.cpp202 vaSurfaceAttrib->chroma_v_offset = stride * bufferHeight;
206 vaSurfaceAttrib->chroma_u_offset = vaSurfaceAttrib->chroma_v_offset;
/hardware/intel/common/libmix/videoencoder/
H A DVideoEncoderUtils.cpp253 unsigned int *chroma_v_offset,

Completed in 768 milliseconds