Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2MC.c129 uint32_t residual_pendingDMA; member
543 if (ctx->residual_pendingDMA) { in psb__MPEG2MC_finalise_residDMA()
545 if (ctx->residual_pendingDMA != (ctx->blk_size * ctx->blk_in_buffer)) { in psb__MPEG2MC_finalise_residDMA()
548 ctx->residual_pendingDMA, ctx->residual_pendingDMA / ctx->blk_size, in psb__MPEG2MC_finalise_residDMA()
557 ctx->residual_pendingDMA, in psb__MPEG2MC_finalise_residDMA()
565 ctx->residual_sent += ctx->residual_pendingDMA; in psb__MPEG2MC_finalise_residDMA()
566 ctx->residual_pendingDMA = 0; in psb__MPEG2MC_finalise_residDMA()
598 ctx->residual_pendingDMA += blocks * (8 * 8); /* 8bit */ in psb__MPEG2MC_send_residual()
602 ctx->residual_pendingDMA += blocks * (8 * 8) * 2;/* 16 bit */ in psb__MPEG2MC_send_residual()
1432 ctx->residual_pendingDMA = 0; in psb_MPEG2MC_RenderPicture()