Home
last modified time | relevance | path

Searched refs:pnw_cmdbuf_list (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c1246 obj_context->pnw_cmdbuf_list[i] = NULL; in psb_CreateContext()
1337 obj_context->pnw_cmdbuf_list[i] = (pnw_cmdbuf_p)cmdbuf; in psb_CreateContext()
1375 if (obj_context->pnw_cmdbuf_list[i]) { in psb_CreateContext()
1376 pnw_cmdbuf_destroy(obj_context->pnw_cmdbuf_list[i]); in psb_CreateContext()
1377 free(obj_context->pnw_cmdbuf_list[i]); in psb_CreateContext()
1378 obj_context->pnw_cmdbuf_list[i] = NULL; in psb_CreateContext()
1649 if (obj_context->pnw_cmdbuf_list[i]) { in psb__destroy_context()
1650 pnw_cmdbuf_destroy(obj_context->pnw_cmdbuf_list[i]); in psb__destroy_context()
1651 free(obj_context->pnw_cmdbuf_list[i]); in psb__destroy_context()
1652 obj_context->pnw_cmdbuf_list[i] = NULL; in psb__destroy_context()
Dpsb_drv_video.h400 struct pnw_cmdbuf_s *pnw_cmdbuf_list[PNW_MAX_CMDBUFS_ENCODE]; member
Dpnw_cmdbuf.c373 cmdbuf = obj_context->pnw_cmdbuf_list[obj_context->cmdbuf_current]; in pnw_context_get_next_cmdbuf()