Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c1251 obj_context->tng_cmdbuf_list[i] = NULL; in psb_CreateContext()
1333 obj_context->tng_cmdbuf_list[i] = (tng_cmdbuf_p)cmdbuf; in psb_CreateContext()
1382 if (obj_context->tng_cmdbuf_list[i]) { in psb_CreateContext()
1383 tng_cmdbuf_destroy(obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1384 free(obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1385 obj_context->tng_cmdbuf_list[i] = NULL; in psb_CreateContext()
1658 if (obj_context->tng_cmdbuf_list[i]) { in psb__destroy_context()
1659 tng_cmdbuf_destroy(obj_context->tng_cmdbuf_list[i]); in psb__destroy_context()
1660 free(obj_context->tng_cmdbuf_list[i]); in psb__destroy_context()
1661 obj_context->tng_cmdbuf_list[i] = NULL; in psb__destroy_context()
Dpsb_drv_video.h401 struct tng_cmdbuf_s *tng_cmdbuf_list[TNG_MAX_CMDBUFS_ENCODE]; member
Dtng_cmdbuf.c521 cmdbuf = obj_context->tng_cmdbuf_list[obj_context->cmdbuf_current]; in tng_context_get_next_cmdbuf()