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.c622 share_info && share_info->out_loop_khandle) { in psb_CreateRotateSurface()
625 share_info->out_loop_khandle, in psb_CreateRotateSurface()
640 share_info && share_info->out_loop_khandle != 0) { in psb_CreateRotateSurface()
641 …DEBUG_GENERAL,"Create the surface from kbuf out_loop_khandle=%x!\n", share_info->out_loop_khandle); in psb_CreateRotateSurface()
646 share_info->out_loop_khandle, in psb_CreateRotateSurface()
717 share_info->out_loop_khandle = in psb_CreateRotateSurface()
740 if (share_info && share_info->out_loop_khandle) { in psb_DestroyRotateBuffer()
741 …VIDEO_DEBUG_GENERAL,"psb_DestroyRotateBuffer out_loop_khandle=%x\n", share_info->out_loop_khandle); in psb_DestroyRotateBuffer()
742 vaStatus = psb_kbuffer_reference(driver_data, &psb_buf, share_info->out_loop_khandle); in psb_DestroyRotateBuffer()
746 share_info->out_loop_khandle = 0; in psb_DestroyRotateBuffer()
Dpsb_drv_video.h475 unsigned int out_loop_khandle; member