Searched refs:counting_type (Results 1 – 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_sei.c | 84 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()
|
D | cbs_h264.h | 244 uint8_t counting_type; member
|
D | cbs_av1.h | 354 uint8_t counting_type; member
|
D | cbs_h265.h | 649 uint8_t counting_type[3]; member
|
D | cbs_h264_syntax_template.c | 568 u(5, counting_type, 0, 6); in FUNC()
|
D | cbs_av1_syntax_template.c | 1871 fb(5, counting_type); in FUNC()
|
D | cbs_h265_syntax_template.c | 1989 us(5, counting_type[i], 0, 6, 1, i); in FUNC()
|
/third_party/boost/boost/spirit/home/karma/detail/ |
D | output_iterator.hpp | 407 >::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/ |
D | gsth264parser.h | 933 guint8 counting_type; member
|
D | gsth265parser.h | 1097 guint8 counting_type[3]; member
|
D | gsth264parser.c | 920 READ_UINT8 (nr, tim->counting_type, 5); in gst_h264_parse_clock_timestamp()
|
D | gsth265parser.c | 1141 READ_UINT8 (nr, tc->counting_type[i], 5); in gst_h265_parser_parse_time_code()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth265parse.c | 2276 if (h265parse->time_code.counting_type[i] == 4) in gst_h265_parse_pre_push_frame()
|
D | gsth264parse.c | 2719 if (tim->counting_type == 4) in gst_h264_parse_pre_push_frame()
|