Home
last modified time | relevance | path

Searched refs:full_timestamp_flag (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh264_sei.c88 unsigned int full_timestamp_flag; in ff_h264_sei_process_picture_timing() local
93 full_timestamp_flag = get_bits(&gb, 1); in ff_h264_sei_process_picture_timing()
99 if (full_timestamp_flag) { in ff_h264_sei_process_picture_timing()
Dhevc_sei.h96 uint8_t full_timestamp_flag[3]; member
Dhevc_sei.c362 s->full_timestamp_flag[i] = get_bits(gb, 1); in decode_nal_sei_timecode()
368 if (s->full_timestamp_flag[i]) { in decode_nal_sei_timecode()
Dcbs_h264.h236 uint8_t full_timestamp_flag; member
Dcbs_av1.h359 uint8_t full_timestamp_flag; member
Dcbs_h264_syntax_template.c570 flag(full_timestamp_flag); in FUNC()
574 if (current->full_timestamp_flag) { in FUNC()
Dcbs_h265.h627 uint8_t full_timestamp_flag[3]; member
Dcbs_h265_syntax_template.c1951 flags(full_timestamp_flag[i], 1, i); in FUNC()
1957 if (current->full_timestamp_flag[i]) { in FUNC()
Dcbs_av1_syntax_template.c1968 flag(full_timestamp_flag); in FUNC()
1973 if (current->full_timestamp_flag) { in FUNC()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dh265parser.c990 (a->full_timestamp_flag[i] != b->full_timestamp_flag[i]) || in check_sei_time_code()
997 if (a->full_timestamp_flag[i]) { in check_sei_time_code()
Dh264parser.c540 if (ta->full_timestamp_flag) { in check_sei_pic_timing()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c927 READ_UINT8 (nr, tim->full_timestamp_flag, 1); in gst_h264_parse_clock_timestamp()
932 if (tim->full_timestamp_flag) { in gst_h264_parse_clock_timestamp()
2899 WRITE_UINT8 (nw, timestamp->full_timestamp_flag, 1); in gst_h264_write_sei_pic_timing()
2904 if (timestamp->full_timestamp_flag) { in gst_h264_write_sei_pic_timing()
3090 if (timestamp->full_timestamp_flag) { in gst_h264_create_sei_memory_internal()
Dgstav1parser.h1036 gboolean full_timestamp_flag; member
Dgsth264parser.h995 guint8 full_timestamp_flag; member
Dgsth265parser.c1259 READ_UINT8 (nr, tc->full_timestamp_flag[i], 1); in gst_h265_parser_parse_time_code()
1264 if (tc->full_timestamp_flag[i]) { in gst_h265_parser_parse_time_code()
3821 WRITE_UINT8 (nw, tc->full_timestamp_flag[i], 1); in gst_h265_write_sei_time_code()
3826 if (tc->full_timestamp_flag[i]) { in gst_h265_write_sei_time_code()
3958 if (tc->full_timestamp_flag[j]) { in gst_h265_create_sei_memory_internal()
Dgsth265parser.h1550 guint8 full_timestamp_flag[3]; member
Dgstav1parser.c1675 timecode->full_timestamp_flag = AV1_READ_BIT (br); in gst_av1_parse_metadata_timecode()
1680 if (timecode->full_timestamp_flag) { in gst_av1_parse_metadata_timecode()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c3029 tim->full_timestamp_flag = in gst_h264_parse_create_pic_timing_sei()
3033 tim->full_timestamp_flag = 1; in gst_h264_parse_create_pic_timing_sei()