Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dpva.c87 int64_t pva_pts = AV_NOPTS_VALUE, startpos; in read_part_of_packet() local
119 pva_pts = avio_rb32(pb); in read_part_of_packet()
165 pva_pts = ff_parse_pes_pts(pes_header_data); in read_part_of_packet()
177 if (pva_pts != AV_NOPTS_VALUE) in read_part_of_packet()
178 av_add_index_entry(s->streams[streamid-1], startpos, pva_pts, 0, 0, AVINDEX_KEYFRAME); in read_part_of_packet()
180 *pts = pva_pts; in read_part_of_packet()
188 int64_t pva_pts; in pva_read_packet() local
191 if (read_part_of_packet(s, &pva_pts, &length, &streamid, 1) < 0 || in pva_read_packet()
196 pkt->pts = pva_pts; in pva_read_packet()