Searched refs:full_timestamp_flag (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h264_sei.c | 88 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()
|
D | hevc_sei.h | 96 uint8_t full_timestamp_flag[3]; member
|
D | hevc_sei.c | 362 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()
|
D | cbs_h264.h | 236 uint8_t full_timestamp_flag; member
|
D | cbs_av1.h | 359 uint8_t full_timestamp_flag; member
|
D | cbs_h264_syntax_template.c | 570 flag(full_timestamp_flag); in FUNC() 574 if (current->full_timestamp_flag) { in FUNC()
|
D | cbs_h265.h | 627 uint8_t full_timestamp_flag[3]; member
|
D | cbs_h265_syntax_template.c | 1951 flags(full_timestamp_flag[i], 1, i); in FUNC() 1957 if (current->full_timestamp_flag[i]) { in FUNC()
|
D | cbs_av1_syntax_template.c | 1968 flag(full_timestamp_flag); in FUNC() 1973 if (current->full_timestamp_flag) { in FUNC()
|
/third_party/gstreamer/gstplugins_bad/tests/check/libs/ |
D | h265parser.c | 990 (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()
|
D | h264parser.c | 540 if (ta->full_timestamp_flag) { in check_sei_pic_timing()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth264parser.c | 927 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()
|
D | gstav1parser.h | 1036 gboolean full_timestamp_flag; member
|
D | gsth264parser.h | 995 guint8 full_timestamp_flag; member
|
D | gsth265parser.c | 1259 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()
|
D | gsth265parser.h | 1550 guint8 full_timestamp_flag[3]; member
|
D | gstav1parser.c | 1675 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/ |
D | gsth264parse.c | 3029 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()
|