Home
last modified time | relevance | path

Searched refs:timing_info_present_flag (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dnal-h264.h69 unsigned int timing_info_present_flag; member
H A Dnal-h264.c165 rbsp_bit(rbsp, &vui->timing_info_present_flag); in nal_h264_rbsp_vui_parameters()
166 if (vui->timing_info_present_flag) { in nal_h264_rbsp_vui_parameters()
H A Dnal-hevc.h82 unsigned int timing_info_present_flag; member
H A Dnal-hevc.c202 rbsp_bit(rbsp, &vps->timing_info_present_flag); in nal_hevc_rbsp_vps()
203 if (vps->timing_info_present_flag) in nal_hevc_rbsp_vps()
H A Dallegro-core.c1637 sps->vui.timing_info_present_flag = 1; in allegro_h264_write_sps()