Searched defs:luma_stride (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/common/libva/test/basic/
H A Dtest_vaSurfaceAttrib.c41 unsigned int fourcc, luma_stride, chroma_u_stride, chroma_v_stride, luma_offset, chroma_u_offset; local
126 //vaSurfaceExternBuf.pitches[0] = attribute_tpi->luma_stride;
/hardware/intel/common/libva/va/
H A Dva_tpi.h58 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_VASurfaceAttributeTPI
H A Dva.c1588 unsigned int *luma_stride,
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.c128 unsigned int *luma_stride,
287 unsigned int luma_stride; local
310 &luma_stride, &chroma_u_stride, &chroma_v_stride,
322 va_TraceMsg(trace_ctx, "\tluma_stride = %d\n", luma_stride);
342 tmp = Y_data + luma_stride * trace_ctx->trace_surface_yoff;
348 tmp += luma_stride;
/hardware/intel/img/psb_video/src/
H A Dpsb_surface.c164 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
179 psb_surface->stride = luma_stride;
199 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
213 psb_surface->stride = luma_stride;
217 } else if (512 == luma_stride) {
219 } else if (1024 == luma_stride) {
221 } else if (1280 == luma_stride) {
223 } else if (2048 == luma_stride) {
225 } else if (4096 == luma_stride) {
386 value.luma_stride
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
[all...]
H A Dpsb_surface_attrib.c70 psb_surface->stride = graphic_buffers->luma_stride;
73 } else if (512 == graphic_buffers->luma_stride) {
75 } else if (1024 == graphic_buffers->luma_stride) {
77 } else if (1280 == graphic_buffers->luma_stride) {
79 } else if (2048 == graphic_buffers->luma_stride) {
81 } else if (4096 == graphic_buffers->luma_stride) {
86 if (psb_surface->stride != graphic_buffers->luma_stride) {
265 unsigned int luma_stride, /* luma stride, could be width aligned with a special value */
289 luma_stride, chroma_u_stride, chroma_v_stride,
313 (luma_stride < widt
256 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
410 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_drv_video.c771 attribute_tpi.luma_stride = pExternalBufDesc->pitches[0];
2774 unsigned int *luma_stride,
2812 *luma_stride = psb_surface->stride;
2770 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
H A Dpsb_drv_video.h500 unsigned int luma_stride; member in struct:psb_surface_share_info_s
641 unsigned int luma_stride; /* luma stride, could be width aligned with a special value */ member in struct:_PsbSurfaceAttributeTPI
/hardware/intel/img/hwcomposer/merrifield/ips/common/
H A DVideoPayloadBuffer.h38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
H A DVideoPayloadBuffer.h38 uint32_t luma_stride; member in struct:android::intel::VideoPayloadBuffer

Completed in 760 milliseconds