Home
last modified time | relevance | path

Searched refs:vcl_hrd_parameters_present_flag (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_sei.c59 } else if (vui_seq_parameters->vcl_hrd_parameters_present_flag) { in interpret_picture_timing_info()
189 if (vui_seq_parameters->vcl_hrd_parameters_present_flag) { in interpret_buffering_period_info()
H A Dh264d_sps.c136 READ_ONEBIT(p_bitctx, &vui->vcl_hrd_parameters_present_flag); in read_VUI()
137 if (vui->vcl_hrd_parameters_present_flag) { in read_VUI()
151 if (vui->nal_hrd_parameters_present_flag || vui->vcl_hrd_parameters_present_flag) { in read_VUI()
H A Dh264d_global.h452 RK_S32 vcl_hrd_parameters_present_flag; // u(1) member
478 RK_S8 *vcl_hrd_parameters_present_flag; member