Home
last modified time | relevance | path

Searched refs:graphic_buffers (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface_attrib.c56 VASurfaceAttributeTPI *graphic_buffers, in psb_surface_create_from_ub() argument
70 psb_surface->stride = graphic_buffers->luma_stride; in psb_surface_create_from_ub()
73 } else if (512 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
75 } else if (1024 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
77 } else if (1280 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
79 } else if (2048 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
81 } else if (4096 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
86 if (psb_surface->stride != graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
116 if (graphic_buffers->tiling) in psb_surface_create_from_ub()
Dpsb_surface_attrib.h39 int width, int height, int fourcc, VASurfaceAttributeTPI *graphic_buffers,