Home
last modified time | relevance | path

Searched refs:time_offset_value (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevc_sei.h107 int32_t time_offset_value[3]; member
Dcbs_av1.h370 uint32_t time_offset_value; member
Dhevc_sei.c389 s->time_offset_value[i] = get_bits_long(gb, s->time_offset_length[i]); in decode_nal_sei_timecode()
Dcbs_h265.h638 int32_t time_offset_value[3]; member
Dcbs_h265_syntax_template.c1977 ibs(current->time_offset_length[i], time_offset_value[i], 1, i); in FUNC()
1979 infer(time_offset_value[i], 0); in FUNC()
Dcbs_av1_syntax_template.c1993 fb(current->time_offset_length, time_offset_value); in FUNC()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1047 guint32 time_offset_value; member
Dgsth265parser.h1561 guint32 time_offset_value[3]; member
Dgsth265parser.c1292 READ_UINT32 (nr, tc->time_offset_value[i], tc->time_offset_length[i]); in gst_h265_parser_parse_time_code()
3851 WRITE_UINT8 (nw, tc->time_offset_value[i], tc->time_offset_length[i]); in gst_h265_write_sei_time_code()
Dgstav1parser.c1723 timecode->time_offset_value = in gst_av1_parse_metadata_timecode()
/third_party/ffmpeg/
DChangelog96 - avcodec/hevc_sei: Use get_bits_long() for time_offset_value