Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/s5p-mfc/
Ds5p_mfc_dec.c232 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
236 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
246 ctx->dst_queue_cnt >= ctx->pb_count) in s5p_mfc_ctx_ready()
737 ctrl->val = ctx->pb_count; in s5p_mfc_dec_g_v_ctrl()
749 ctrl->val = ctx->pb_count; in s5p_mfc_dec_g_v_ctrl()
910 if (*buf_count < ctx->pb_count) in s5p_mfc_queue_setup()
911 *buf_count = ctx->pb_count; in s5p_mfc_queue_setup()
912 if (*buf_count > ctx->pb_count + MFC_MAX_EXTRA_DPB) in s5p_mfc_queue_setup()
913 *buf_count = ctx->pb_count + MFC_MAX_EXTRA_DPB; in s5p_mfc_queue_setup()
Ds5p_mfc_enc.c815 if (ctx->pb_count < enc_pb_count) in enc_post_seq_start()
816 ctx->pb_count = enc_pb_count; in enc_post_seq_start()
1188 if (ctx->pb_count && in vidioc_reqbufs()
1189 (reqbufs->count < ctx->pb_count)) { in vidioc_reqbufs()
1190 reqbufs->count = ctx->pb_count; in vidioc_reqbufs()
1192 ctx->pb_count); in vidioc_reqbufs()
1194 ctx->pb_count = reqbufs->count; in vidioc_reqbufs()
1655 ctrl->val = ctx->pb_count; in s5p_mfc_enc_g_v_ctrl()
1666 ctrl->val = ctx->pb_count; in s5p_mfc_enc_g_v_ctrl()
1954 if (ctx->src_bufs_cnt < ctx->pb_count) { in s5p_mfc_start_streaming()
[all …]
Ds5p_mfc_opr_v6.c199 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()
213 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()
232 (ctx->pb_count * (ctx->luma_dpb_size + in s5p_mfc_alloc_codec_buffers_v6()
574 for (i = 0; i < ctx->pb_count; i++) { in s5p_mfc_set_enc_ref_buffer_v6()
597 buf_addr1, buf_size1, ctx->pb_count); in s5p_mfc_set_enc_ref_buffer_v6()
1740 ctx->dst_queue_cnt, ctx->pb_count, ctx->src_queue_cnt); in s5p_mfc_try_run_v6()
Ds5p_mfc_common.h629 int pb_count; member
Ds5p_mfc.c417 || ctx->dst_queue_cnt < ctx->pb_count) in s5p_mfc_handle_frame()
495 ctx->pb_count = s5p_mfc_hw_call(dev->mfc_ops, get_dpb_count, in s5p_mfc_handle_seq_done()