Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_ps.h58 int gaps_in_frame_num_allowed_flag; member
Dcbs_h264.h138 uint8_t gaps_in_frame_num_allowed_flag; member
Dvaapi_h264.c249 .gaps_in_frame_num_value_allowed_flag = sps->gaps_in_frame_num_allowed_flag, in vaapi_h264_start_frame()
Dh264_ps.c496 sps->gaps_in_frame_num_allowed_flag = get_bits1(gb); in ff_h264_decode_seq_parameter_set()
Dcbs_h264_syntax_template.c342 flag(gaps_in_frame_num_allowed_flag); in FUNC()
Dh264_slice.c1655 if (!sps->gaps_in_frame_num_allowed_flag) in h264_field_start()
1667 h->cur_pic_ptr->invalid_gap = !sps->gaps_in_frame_num_allowed_flag; in h264_field_start()