Searched refs:dpb_count (Results 1 - 3 of 3) sorted by relevance

/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.c183 ctx->dst_queue_cnt >= ctx->dpb_count)
187 ctx->dst_queue_cnt >= ctx->dpb_count)
197 ctx->dst_queue_cnt >= ctx->dpb_count)
465 if (reqbufs->count < ctx->dpb_count) {
657 ctrl->val = ctx->dpb_count;
669 ctrl->val = ctx->dpb_count;
771 if (*buf_count < ctx->dpb_count)
772 *buf_count = ctx->dpb_count;
773 if (*buf_count > ctx->dpb_count + MFC_MAX_EXTRA_DPB)
774 *buf_count = ctx->dpb_count
[all...]
H A Ds5p_mfc_common.h414 * @dpb_count: count of the DPB buffers required by MFC hw
505 int dpb_count; member in struct:s5p_mfc_ctx
H A Ds5p_mfc.c357 || ctx->dst_queue_cnt < ctx->dpb_count)
476 ctx->dpb_count = s5p_mfc_get_dpb_count();

Completed in 61 milliseconds