Home
last modified time | relevance | path

Searched refs:counting_type (Results 1 – 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.c84 unsigned int counting_type, cnt_dropped_flag; in ff_h264_sei_process_picture_timing() local
87 counting_type = get_bits(&gb, 5); /* counting_type */ in ff_h264_sei_process_picture_timing()
91 if (cnt_dropped_flag && counting_type > 1 && counting_type < 7) in ff_h264_sei_process_picture_timing()
Dcbs_h264.h244 uint8_t counting_type; member
Dcbs_av1.h354 uint8_t counting_type; member
Dcbs_h265.h649 uint8_t counting_type[3]; member
Dcbs_h264_syntax_template.c568 u(5, counting_type, 0, 6); in FUNC()
Dcbs_av1_syntax_template.c1871 fb(5, counting_type); in FUNC()
Dcbs_h265_syntax_template.c1989 us(5, counting_type[i], 0, 6, 1, i); in FUNC()
/third_party/boost/boost/spirit/home/karma/detail/
Doutput_iterator.hpp407 >::type counting_type; typedef
411 , disabling_output_iterator<buffering_type, counting_type, tracking_type>
412 , output_iterator_base<buffering_type, counting_type, tracking_type>
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h933 guint8 counting_type; member
Dgsth265parser.h1097 guint8 counting_type[3]; member
Dgsth264parser.c920 READ_UINT8 (nr, tim->counting_type, 5); in gst_h264_parse_clock_timestamp()
Dgsth265parser.c1141 READ_UINT8 (nr, tc->counting_type[i], 5); in gst_h265_parser_parse_time_code()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2276 if (h265parse->time_code.counting_type[i] == 4) in gst_h265_parse_pre_push_frame()
Dgsth264parse.c2719 if (tim->counting_type == 4) in gst_h264_parse_pre_push_frame()