Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpnw_rotate.c636 share_info && share_info->out_loop_khandle) { in psb_CreateRotateSurface()
639 share_info->out_loop_khandle, in psb_CreateRotateSurface()
654 share_info && share_info->out_loop_khandle != 0) { in psb_CreateRotateSurface()
655 …DEBUG_GENERAL,"Create the surface from kbuf out_loop_khandle=%x!\n", share_info->out_loop_khandle); in psb_CreateRotateSurface()
660 share_info->out_loop_khandle, in psb_CreateRotateSurface()
731 share_info->out_loop_khandle = in psb_CreateRotateSurface()
754 if (share_info && share_info->out_loop_khandle) { in psb_DestroyRotateBuffer()
755 …VIDEO_DEBUG_GENERAL,"psb_DestroyRotateBuffer out_loop_khandle=%x\n", share_info->out_loop_khandle); in psb_DestroyRotateBuffer()
756 vaStatus = psb_kbuffer_reference(driver_data, &psb_buf, share_info->out_loop_khandle); in psb_DestroyRotateBuffer()
760 share_info->out_loop_khandle = 0; in psb_DestroyRotateBuffer()
Dpsb_drv_video.h493 unsigned int out_loop_khandle; member