Searched refs:cpb_size (Results 1 - 23 of 23) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 1158 static u32 v4l2_cpb_size_to_mcu(unsigned int cpb_size, unsigned int bitrate) in v4l2_cpb_size_to_mcu() argument 1168 cpb_size_kbit = cpb_size * BITS_PER_BYTE; in v4l2_cpb_size_to_mcu() 1201 unsigned int cpb_size = v4l2_ctrl_g_ctrl(channel->mpeg_video_cpb_size); in fill_create_channel_param() local 1271 param->cpb_size = v4l2_cpb_size_to_mcu(cpb_size, channel->bitrate_peak); in fill_create_channel_param() 1272 /* Shall be ]0;cpb_size in 90 kHz units]. Use maximum value. */ in fill_create_channel_param() 1273 param->initial_rem_delay = param->cpb_size; in fill_create_channel_param() 1580 unsigned int cpb_size; in allegro_h264_write_sps() local 1651 cpb_size = v4l2_ctrl_g_ctrl(channel->mpeg_video_cpb_size); in allegro_h264_write_sps() 1652 cpb_size_scale = ffs(cpb_size) in allegro_h264_write_sps() 1767 unsigned int cpb_size; allegro_hevc_write_sps() local [all...] |
H A D | allegro-mail.h | 103 u32 cpb_size; member
|
H A D | allegro-mail.c | 170 dst[i++] = param->cpb_size; in allegro_encode_config_blob()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/ |
H A D | hva.h | 77 * @cpb_size: coded picture buffer size (in kB) 95 u32 cpb_size; member
|
H A D | hva-debugfs.c | 73 ctrls->cpb_size, in format_ctx()
|
H A D | hva-h264.c | 691 td->cpb_buffer_size = ctrls->cpb_size * 8000; in hva_h264_prepare_task()
|
H A D | hva-v4l2.c | 656 ctx->ctrls.cpb_size = ctrl->val; in hva_s_ctrl()
|
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/ |
H A D | allegro-mail.h | 100 u32 cpb_size; member
|
H A D | allegro-core.c | 207 unsigned int cpb_size; member 892 static u32 v4l2_cpb_size_to_mcu(unsigned int cpb_size, unsigned int bitrate) in v4l2_cpb_size_to_mcu() argument 902 cpb_size_kbit = cpb_size * BITS_PER_BYTE; in v4l2_cpb_size_to_mcu() 970 param->cpb_size = v4l2_cpb_size_to_mcu(channel->cpb_size, in fill_create_channel_param() 972 /* Shall be ]0;cpb_size in 90 kHz units]. Use maximum value. */ in fill_create_channel_param() 973 param->initial_rem_delay = param->cpb_size; in fill_create_channel_param() 1340 (channel->cpb_size * 1000) / (1 << (4 + sps->vui.vcl_hrd_parameters.cpb_size_scale)) - 1; in allegro_h264_write_sps() 2115 channel->cpb_size = maximum_cpb_size(channel->level); in allegro_set_default_params() 2362 channel->cpb_size in allegro_s_ctrl() [all...] |
H A D | allegro-mail.c | 164 dst[i++] = param->cpb_size; in allegro_encode_config_blob()
|
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/ |
H A D | hva.h | 77 * @cpb_size: coded picture buffer size (in kB) 95 u32 cpb_size; member
|
H A D | hva-debugfs.c | 73 ctrls->cpb_size, in format_ctx()
|
H A D | hva-h264.c | 693 td->cpb_buffer_size = ctrls->cpb_size * 8000; in hva_h264_prepare_task()
|
H A D | hva-v4l2.c | 656 ctx->ctrls.cpb_size = ctrl->val; in hva_s_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/platform/amphion/ |
H A D | venc.c | 43 u32 cpb_size; member 562 venc->cpb_size = ctrl->val * 1024; in venc_op_s_ctrl() 704 if (vpu_helper_get_free_space(inst) < venc->cpb_size) in venc_check_ready() 932 inst->stream_buffer.length = max_t(u32, stream_buffer_size, venc->cpb_size * 3); in venc_start_session()
|
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/ |
H A D | s5p_mfc_common.h | 374 u16 cpb_size; member
|
H A D | s5p_mfc_opr_v5.c | 908 shm |= (p_264->cpb_size << 16); in s5p_mfc_set_enc_params_h264()
|
H A D | s5p_mfc_opr_v6.c | 982 writel(p_h264->cpb_size & 0xFFFF, in s5p_mfc_set_enc_params_h264()
|
H A D | s5p_mfc_enc.c | 1860 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_common.h | 378 u16 cpb_size; member
|
H A D | s5p_mfc_opr_v5.c | 908 shm |= (p_264->cpb_size << 16); in s5p_mfc_set_enc_params_h264()
|
H A D | s5p_mfc_enc.c | 1858 p->codec.h264.cpb_size = ctrl->val; in s5p_mfc_enc_s_ctrl()
|
H A D | s5p_mfc_opr_v6.c | 982 writel(p_h264->cpb_size & 0xFFFF, in s5p_mfc_set_enc_params_h264()
|
Completed in 39 milliseconds