Home
last modified time | relevance | path

Searched refs:psb_surface_sync (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface.h110 VAStatus psb_surface_sync(psb_surface_p psb_surface);
Dpsb_surface.c345 VAStatus psb_surface_sync(psb_surface_p psb_surface) in psb_surface_sync() function
Dpsb_drv_video.c598 psb_surface_sync(obj_surface->psb_surface); in psb__destroy_surface()
2461 vaStatus = psb_surface_sync(obj_surface->out_loop_surface); in psb_SyncSurface()
2463 vaStatus = psb_surface_sync(obj_surface->psb_surface); in psb_SyncSurface()
2466 vaStatus = psb_surface_sync(obj_surface->psb_surface); in psb_SyncSurface()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_H264.c1884 psb_surface_sync(target_surface); in psb_H264_EndPicture()