/third_party/ffmpeg/libavcodec/ |
D | h264_sei.c | 89 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()
|
D | hevc_sei.h | 95 uint8_t counting_type[3]; member
|
D | cbs_h264.h | 235 uint8_t counting_type; member
|
D | cbs_av1.h | 358 uint8_t counting_type; member
|
D | hevc_sei.c | 361 s->counting_type[i] = get_bits(gb, 5); in decode_nal_sei_timecode()
|
D | cbs_h265.h | 626 uint8_t counting_type[3]; member
|
D | cbs_h264_syntax_template.c | 569 u(5, counting_type, 0, 6); in FUNC()
|
D | cbs_av1_syntax_template.c | 1967 fb(5, counting_type); in FUNC()
|
D | cbs_h265_syntax_template.c | 1950 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/tests/check/libs/ |
D | h264parser.c | 534 ta->counting_type != tb->counting_type || in check_sei_pic_timing()
|
D | h265parser.c | 989 (a->counting_type[i] != b->counting_type[i]) || in check_sei_time_code()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.h | 994 guint8 counting_type; member
|
D | gstav1parser.h | 1035 guint8 counting_type; /* candidate for sperate Type GstAV1TimecodeCountingType */ member
|
D | gsth265parser.h | 1549 guint8 counting_type[3]; member
|
D | gsth264parser.c | 926 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()
|
D | gsth265parser.c | 1258 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()
|
D | gstav1parser.c | 1674 timecode->counting_type = AV1_READ_BITS (br, 5); in gst_av1_parse_metadata_timecode()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth264parse.c | 3015 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()
|
D | gsth265parse.c | 3005 if (h265parse->time_code.counting_type[i] == 4) in gst_h265_parse_pre_push_frame()
|