Searched refs:pva_pts (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | pva.c | 88 int64_t pva_pts = AV_NOPTS_VALUE, startpos; in read_part_of_packet() local 120 pva_pts = avio_rb32(pb); in read_part_of_packet() 166 pva_pts = ff_parse_pes_pts(pes_header_data); in read_part_of_packet() 178 if (pva_pts != AV_NOPTS_VALUE) in read_part_of_packet() 179 av_add_index_entry(s->streams[streamid-1], startpos, pva_pts, 0, 0, AVINDEX_KEYFRAME); in read_part_of_packet() 181 *pts = pva_pts; in read_part_of_packet() 189 int64_t pva_pts; in pva_read_packet() local 192 if (read_part_of_packet(s, &pva_pts, &length, &streamid, 1) < 0 || in pva_read_packet() 197 pkt->pts = pva_pts; in pva_read_packet()
|
Completed in 1 milliseconds