Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dh264_sei.c89 unsigned int counting_type, cnt_dropped_flag; in ff_h264_sei_process_picture_timing() local
92 counting_type = get_bits(&gb, 5); /* counting_type */ in ff_h264_sei_process_picture_timing()
96 if (cnt_dropped_flag && counting_type > 1 && counting_type < 7) in ff_h264_sei_process_picture_timing()
Dhevc_sei.h95 uint8_t counting_type[3]; member
Dcbs_h264.h235 uint8_t counting_type; member
Dcbs_av1.h358 uint8_t counting_type; member
Dhevc_sei.c361 s->counting_type[i] = get_bits(gb, 5); in decode_nal_sei_timecode()
Dcbs_h265.h626 uint8_t counting_type[3]; member
Dcbs_h264_syntax_template.c569 u(5, counting_type, 0, 6); in FUNC()
Dcbs_av1_syntax_template.c1967 fb(5, counting_type); in FUNC()
Dcbs_h265_syntax_template.c1950 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/tests/check/libs/
Dh264parser.c534 ta->counting_type != tb->counting_type || in check_sei_pic_timing()
Dh265parser.c989 (a->counting_type[i] != b->counting_type[i]) || in check_sei_time_code()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h994 guint8 counting_type; member
Dgstav1parser.h1035 guint8 counting_type; /* candidate for sperate Type GstAV1TimecodeCountingType */ member
Dgsth265parser.h1549 guint8 counting_type[3]; member
Dgsth264parser.c926 READ_UINT8 (nr, tim->counting_type, 5); in gst_h264_parse_clock_timestamp()
2898 WRITE_UINT8 (nw, timestamp->counting_type, 5); in gst_h264_write_sei_pic_timing()
Dgsth265parser.c1258 READ_UINT8 (nr, tc->counting_type[i], 5); in gst_h265_parser_parse_time_code()
3820 WRITE_UINT8 (nw, tc->counting_type[i], 5); in gst_h265_write_sei_time_code()
Dgstav1parser.c1674 timecode->counting_type = AV1_READ_BITS (br, 5); in gst_av1_parse_metadata_timecode()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c3015 tim->counting_type = 0; in gst_h264_parse_create_pic_timing_sei()
3019 tim->counting_type = 4; in gst_h264_parse_create_pic_timing_sei()
3327 if (tim->counting_type == 4) in gst_h264_parse_pre_push_frame()
Dgsth265parse.c3005 if (h265parse->time_code.counting_type[i] == 4) in gst_h265_parse_pre_push_frame()