Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dpsb_drv_video.h117 #define LNC_MAX_CMDBUFS_ENCODE 4 macro
399 struct lnc_cmdbuf_s *lnc_cmdbuf_list[LNC_MAX_CMDBUFS_ENCODE];
Dpsb_drv_video.c1165 cmdbuf_num = LNC_MAX_CMDBUFS_ENCODE; in psb_CreateContext()
1325 if (i >= LNC_MAX_CMDBUFS_ENCODE) { in psb_CreateContext()
1371 if (cmdbuf_num > LNC_MAX_CMDBUFS_ENCODE) in psb_CreateContext()
1372 cmdbuf_num = LNC_MAX_CMDBUFS_ENCODE; in psb_CreateContext()
1648 for (i = 0; i < LNC_MAX_CMDBUFS_ENCODE; i++) { in psb__destroy_context()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_cmdbuf.c311 if (obj_context->cmdbuf_current >= LNC_MAX_CMDBUFS_ENCODE) { in lnc_context_get_next_cmdbuf()