Searched refs:read_part_of_packet (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | pva.c | 82 static int read_part_of_packet(AVFormatContext *s, int64_t *pts, in read_part_of_packet() function 191 if (read_part_of_packet(s, &pva_pts, &length, &streamid, 1) < 0 || in pva_read_packet() 215 if (read_part_of_packet(s, &res, &length, &streamid, 0)) { in pva_read_timestamp()
|