Home | History | Annotate | Download | only in src

Lines Matching refs:coded_buf

611     ctx->coded_buf = BUFFER(pBuffer->coded_buf);
616 if (NULL == ctx->coded_buf) {
696 ctx->coded_buf->size);
699 ctx->coded_buf_per_slice = (ctx->coded_buf->size / ctx->ParallelCores) & (~0xf) ;
700 drv_debug_msg(VIDEO_DEBUG_GENERAL, "TOPAZ: the size of coded_buf per slice %d( Total %d) \n", ctx->coded_buf_per_slice,
701 ctx->coded_buf->size);