Searched refs:time_offset_value (Results 1 – 11 of 11) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevc_sei.h | 107 int32_t time_offset_value[3]; member
|
D | cbs_av1.h | 370 uint32_t time_offset_value; member
|
D | hevc_sei.c | 389 s->time_offset_value[i] = get_bits_long(gb, s->time_offset_length[i]); in decode_nal_sei_timecode()
|
D | cbs_h265.h | 638 int32_t time_offset_value[3]; member
|
D | cbs_h265_syntax_template.c | 1977 ibs(current->time_offset_length[i], time_offset_value[i], 1, i); in FUNC() 1979 infer(time_offset_value[i], 0); in FUNC()
|
D | cbs_av1_syntax_template.c | 1993 fb(current->time_offset_length, time_offset_value); in FUNC()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstav1parser.h | 1047 guint32 time_offset_value; member
|
D | gsth265parser.h | 1561 guint32 time_offset_value[3]; member
|
D | gsth265parser.c | 1292 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()
|
D | gstav1parser.c | 1723 timecode->time_offset_value = in gst_av1_parse_metadata_timecode()
|
/third_party/ffmpeg/ |
D | Changelog | 96 - avcodec/hevc_sei: Use get_bits_long() for time_offset_value
|