Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_cmdbuf.c379 context_ENC_cmdbuf *ps_cmd = &(ctx->ctx_cmdbuf[stream_id]); in tng_cmdbuf_insert_command() local
397 ps_cmd->ui32HighCmdCount++; in tng_cmdbuf_insert_command()
401 … F_ENCODE(((ps_cmd->ui32LowCmdCount - 1) & 0xff) |(ps_cmd->ui32HighCmdCount << 8), MTX_MSG_COUNT); in tng_cmdbuf_insert_command()
405 F_ENCODE(ps_cmd->ui32LowCmdCount & 0xff, MTX_MSG_COUNT); in tng_cmdbuf_insert_command()
406 ++(ps_cmd->ui32LowCmdCount); in tng_cmdbuf_insert_command()