Home
last modified time | relevance | path

Searched refs:cnt_dropped_flag (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_sei.c96 unsigned int counting_type, cnt_dropped_flag; in ff_h264_sei_process_picture_timing() local
102 cnt_dropped_flag = get_bits(&gb, 1); /* cnt_dropped_flag */ in ff_h264_sei_process_picture_timing()
103 if (cnt_dropped_flag && counting_type > 1 && counting_type < 7) in ff_h264_sei_process_picture_timing()
H A Dhevc_sei.h105 uint8_t cnt_dropped_flag[3]; member
H A Dcbs_h264.h238 uint8_t cnt_dropped_flag; member
H A Dhevc_sei.c389 s->cnt_dropped_flag[i] = get_bits(gb, 1); in decode_nal_sei_timecode()
H A Dcbs_av1.h361 uint8_t cnt_dropped_flag; member
H A Dcbs_h265.h650 uint8_t cnt_dropped_flag[3]; member
H A Dcbs_h264_syntax_template.c572 flag(cnt_dropped_flag); in sei_pic_timestamp()
H A Dcbs_h265_syntax_template.c2021 flags(cnt_dropped_flag[i], 1, i); in sei_time_code()
H A Dcbs_av1_syntax_template.c1970 flag(cnt_dropped_flag); in metadata_timecode()
H A Dhevcdec.c2903 int drop = s->sei.timecode.cnt_dropped_flag[i]; in set_side_data()

Completed in 21 milliseconds