Home
last modified time | relevance | path

Searched refs:max_dec_frame_buffering (Results 1 – 6 of 6) sorted by relevance

/rockchip-linux_mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h80 RK_S32 max_dec_frame_buffering; member
H A Dh264e_sps.c248 vui->max_dec_frame_buffering = info->dpb_size; in h264e_sps_update()
445 mpp_writer_put_ue(bit, vui->max_dec_frame_buffering); in h264e_sps_to_packet()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_global.h464 RK_U32 max_dec_frame_buffering; // ue(v) member
565 RK_S32 max_dec_frame_buffering; member
704 RK_S32 *max_dec_frame_buffering; member
H A Dh264d_scalist.c291 sps->max_dec_frame_buffering = size; in get_max_dec_frame_buf_size()
H A Dh264d_dpb.c124 if ((RK_S32)active_sps->vui_seq_parameters.max_dec_frame_buffering > size) { in getDpbSize()
127 size_vui = MPP_MAX(1, active_sps->vui_seq_parameters.max_dec_frame_buffering); in getDpbSize()
1975 if (active_sps->max_dec_frame_buffering < active_sps->max_num_ref_frames) { in init_dpb()
H A Dh264d_sps.c163 READ_UE(p_bitctx, &vui->max_dec_frame_buffering); in read_VUI()