Searched refs:cpb_size (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva.h77 * @cpb_size: coded picture buffer size (in kB)
95 u32 cpb_size; member in struct:hva_controls
H A Dhva-debugfs.c73 ctrls->cpb_size,
H A Dhva-h264.c693 td->cpb_buffer_size = ctrls->cpb_size * 8000;
H A Dhva-v4l2.c653 ctx->ctrls.cpb_size = ctrl->val;
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h103 u32 cpb_size; member in struct:create_channel_param
H A Dallegro-core.c1158 static u32 v4l2_cpb_size_to_mcu(unsigned int cpb_size, unsigned int bitrate) argument
1168 cpb_size_kbit = cpb_size * BITS_PER_BYTE;
1201 unsigned int cpb_size = v4l2_ctrl_g_ctrl(channel->mpeg_video_cpb_size); local
1271 param->cpb_size = v4l2_cpb_size_to_mcu(cpb_size, channel->bitrate_peak);
1272 /* Shall be ]0;cpb_size in 90 kHz units]. Use maximum value. */
1273 param->initial_rem_delay = param->cpb_size;
1580 unsigned int cpb_size; local
1651 cpb_size = v4l2_ctrl_g_ctrl(channel->mpeg_video_cpb_size);
1652 cpb_size_scale = ffs(cpb_size)
1767 unsigned int cpb_size; local
[all...]
H A Dallegro-mail.c170 dst[i++] = param->cpb_size;
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c43 u32 cpb_size; member in struct:venc_t
562 venc->cpb_size = ctrl->val * 1024;
704 if (vpu_helper_get_free_space(inst) < venc->cpb_size)
932 inst->stream_buffer.length = max_t(u32, stream_buffer_size, venc->cpb_size * 3);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_common.h380 u16 cpb_size; member in struct:s5p_mfc_h264_enc_params
H A Ds5p_mfc_opr_v5.c910 shm |= (p_264->cpb_size << 16);
H A Ds5p_mfc_enc.c1895 p->codec.h264.cpb_size = ctrl->val;
H A Ds5p_mfc_opr_v6.c1135 writel(p_h264->cpb_size & 0xFFFF,

Completed in 244 milliseconds