Searched refs:seek_by_sector (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | wtvdec.c | 63 static int64_t seek_by_sector(AVIOContext *pb, int64_t sector, int64_t offset) in seek_by_sector() function 97 seek_by_sector(pb, wf->sectors[i], 0) < 0)) { in wtvfile_read_packet() 122 seek_by_sector(pb, wf->sectors[offset >> wf->sector_bits], in wtvfile_seek() 159 if (seek_by_sector(s->pb, first_sector, 0) < 0) in wtvfile_open_sector() 193 if (seek_by_sector(s->pb, sectors1[i], 0) < 0) in wtvfile_open_sector() 224 if (seek_by_sector(s->pb, wf->sectors[0], 0) < 0) { in wtvfile_open_sector() 985 ret = seek_by_sector(s->pb, root_sector, 0); in read_header()
|
Completed in 2 milliseconds