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.c55 VASurfaceAttributeTPI *graphic_buffers, in psb_surface_create_from_ub() argument
68 psb_surface->stride = graphic_buffers->luma_stride; in psb_surface_create_from_ub()
71 } else if (512 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
73 } else if (1024 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
75 } else if (1280 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
78 if (graphic_buffers->tiling) { in psb_surface_create_from_ub()
83 } else if (2048 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
85 } else if (4096 == graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
90 if (psb_surface->stride != graphic_buffers->luma_stride) { in psb_surface_create_from_ub()
120 if (graphic_buffers->tiling) in psb_surface_create_from_ub()
Dpsb_surface_attrib.h39 int width, int height, int fourcc, VASurfaceAttributeTPI *graphic_buffers,