Home
last modified time | relevance | path

Searched refs:GET_SURFACE_INFO_tiling (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface.h94 #define GET_SURFACE_INFO_tiling(psb_surface) ((unsigned long) psb_surface->extra_info[7]) macro
Dpnw_rotate.c623 SET_SURFACE_INFO_tiling(rotate_surface, GET_SURFACE_INFO_tiling(obj_surface->psb_surface)); in psb_CreateRotateSurface()
658 rotate_tiling = GET_SURFACE_INFO_tiling(rotate_surface); in psb_CreateRotateSurface()
703 … if (GET_SURFACE_INFO_tiling(rotate_surface) && obj_config->entrypoint != VAEntrypointVideoProc) { in psb_CreateRotateSurface()
Dtng_yuv_processor.c231 if (GET_SURFACE_INFO_tiling(ctx->src_surface)) { in tng__yuv_processor_execute()
270 if (GET_SURFACE_INFO_tiling(ctx->src_surface)) { in tng__yuv_processor_execute()
Dpsb_surface.c53 int tiling = GET_SURFACE_INFO_tiling(psb_surface); in psb_surface_create()
Dpsb_drv_video.c1207 if (GET_SURFACE_INFO_tiling(psb_surface)) { in psb_CreateContext()
2186 if (GET_SURFACE_INFO_tiling(obj_surface->psb_surface)) { in psb_BeginPicture()
2235 if (driver_data->vpp_on && GET_SURFACE_INFO_tiling(obj_surface->psb_surface)) in psb_BeginPicture()
2270 if (driver_data->vpp_on && GET_SURFACE_INFO_tiling(obj_surface->psb_surface)) { in psb_BeginPicture()
2523 if (GET_SURFACE_INFO_tiling(obj_surface->psb_surface) && in psb_SyncSurface()
2596 if (GET_SURFACE_INFO_tiling(obj_surface->psb_surface) && in psb_QuerySurfaceStatus()
Dvsp_VPP.c548 tiled = GET_SURFACE_INFO_tiling(input_surface->psb_surface); in vsp__VPP_process_pipeline_param()