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.c1204 obj_context->pnw_cmdbuf_list[i] = NULL; in psb_CreateContext()
1295 obj_context->pnw_cmdbuf_list[i] = (pnw_cmdbuf_p)cmdbuf; in psb_CreateContext()
1333 if (obj_context->pnw_cmdbuf_list[i]) { in psb_CreateContext()
1334 pnw_cmdbuf_destroy(obj_context->pnw_cmdbuf_list[i]); in psb_CreateContext()
1335 free(obj_context->pnw_cmdbuf_list[i]); in psb_CreateContext()
1336 obj_context->pnw_cmdbuf_list[i] = NULL; in psb_CreateContext()
1594 if (obj_context->pnw_cmdbuf_list[i]) { in psb__destroy_context()
1595 pnw_cmdbuf_destroy(obj_context->pnw_cmdbuf_list[i]); in psb__destroy_context()
1596 free(obj_context->pnw_cmdbuf_list[i]); in psb__destroy_context()
1597 obj_context->pnw_cmdbuf_list[i] = NULL; in psb__destroy_context()
Dpsb_drv_video.h378 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()