Searched defs:ps_cmd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 42 milliseconds