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.c1228 obj_context->pnw_cmdbuf_list[i] = NULL; in psb_CreateContext()
1319 obj_context->pnw_cmdbuf_list[i] = (pnw_cmdbuf_p)cmdbuf; in psb_CreateContext()
1357 if (obj_context->pnw_cmdbuf_list[i]) { in psb_CreateContext()
1358 pnw_cmdbuf_destroy(obj_context->pnw_cmdbuf_list[i]); in psb_CreateContext()
1359 free(obj_context->pnw_cmdbuf_list[i]); in psb_CreateContext()
1360 obj_context->pnw_cmdbuf_list[i] = NULL; in psb_CreateContext()
1619 if (obj_context->pnw_cmdbuf_list[i]) { in psb__destroy_context()
1620 pnw_cmdbuf_destroy(obj_context->pnw_cmdbuf_list[i]); in psb__destroy_context()
1621 free(obj_context->pnw_cmdbuf_list[i]); in psb__destroy_context()
1622 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()