Searched refs:graphic_buffers (Results 1 – 2 of 2) sorted by relevance
55 VASurfaceAttributeTPI *graphic_buffers, in psb_surface_create_from_ub() argument68 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()
39 int width, int height, int fourcc, VASurfaceAttributeTPI *graphic_buffers,