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.c1267 obj_context->tng_cmdbuf_list[i] = NULL; in psb_CreateContext()
1286 obj_context->tng_cmdbuf_list[i] = calloc(1, sizeof(struct tng_cmdbuf_s)); in psb_CreateContext()
1287 if (NULL == obj_context->tng_cmdbuf_list[i]) { in psb_CreateContext()
1339 …tatus = tng_cmdbuf_create(obj_context, driver_data, (tng_cmdbuf_p)obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1341 free(obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1390 tng_cmdbuf_destroy((tng_cmdbuf_p)obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1391 free(obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1435 if (obj_context->tng_cmdbuf_list[i]) { in psb_CreateContext()
1436 tng_cmdbuf_destroy(obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
1437 free(obj_context->tng_cmdbuf_list[i]); in psb_CreateContext()
[all …]
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()