Home
last modified time | relevance | path

Searched refs:last_syncpoint_pos (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnutdec.c626 nut->last_syncpoint_pos = avio_tell(bc) - 8; in decode_syncpoint()
632 *back_ptr = nut->last_syncpoint_pos - 16 * ffio_read_varlen(bc); in decode_syncpoint()
655 if ((ret = ff_nut_add_sp(nut, nut->last_syncpoint_pos, *back_ptr, *ts)) < 0) in decode_syncpoint()
1010 avio_tell(bc) > nut->last_syncpoint_pos + nut->max_distance) { in decode_frame_header()
1013 avio_tell(bc), nut->last_syncpoint_pos, nut->max_distance); in decode_frame_header()
1199 tmp = find_any_startcode(bc, FFMAX(nut->last_syncpoint_pos, nut->last_resync_pos) + 1); in nut_read_packet()
1227 av_assert0(nut->last_syncpoint_pos == *pos_arg); in nut_read_timestamp()
1296 nut->last_syncpoint_pos = pos; in read_seek()
Dnut.h104 int64_t last_syncpoint_pos; member
Dnutenc.c686 nut->last_syncpoint_pos = INT_MIN; in write_headers()
997 … if (data_size + 30 /*FIXME check*/ + avio_tell(bc) >= nut->last_syncpoint_pos + nut->max_distance) in nut_write_packet()
1003 (!(nut->flags & NUT_PIPE) || nut->last_syncpoint_pos == INT_MIN)) { in nut_write_packet()
1026 nut->last_syncpoint_pos = avio_tell(bc); in nut_write_packet()
1031 put_v(dyn_bc, sp_pos != INT64_MAX ? (nut->last_syncpoint_pos - sp_pos) >> 4 : 0); in nut_write_packet()
1041 if ((ret = ff_nut_add_sp(nut, nut->last_syncpoint_pos, 0 /*unused*/, pkt->dts)) < 0) in nut_write_packet()
1155 nut->last_syncpoint_pos, in nut_write_packet()