Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/
H A Dnal-h264.h86 unsigned int max_dec_frame_buffering; member
H A Dnal-h264.c590 rbsp_uev(rbsp, &vui->max_dec_frame_buffering); in nal_h264_rbsp_vui_parameters()
/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_sps.h80 RK_S32 max_dec_frame_buffering; member
H A Dh264e_sps.c246 vui->max_dec_frame_buffering = info->dpb_size; in h264e_sps_update()
441 mpp_writer_put_ue(bit, vui->max_dec_frame_buffering); in h264e_sps_to_packet()
/OK3568_Linux_fs/external/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()
1891 if (active_sps->max_dec_frame_buffering < active_sps->max_num_ref_frames) { in init_dpb()
H A Dh264d_sps.c161 READ_UE(p_bitctx, &vui->max_dec_frame_buffering); in read_VUI()