Home
last modified time | relevance | path

Searched refs:read_ints (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dwtvdec.c135 static int read_ints(AVIOContext *pb, uint32_t *data, int count) in read_ints() function
180 wf->nb_sectors = read_ints(s->pb, wf->sectors, WTV_SECTOR_SIZE / 4); in wtvfile_open_sector()
183 int nb_sectors1 = read_ints(s->pb, sectors1, WTV_SECTOR_SIZE / 4); in wtvfile_open_sector()
195 wf->nb_sectors += read_ints(s->pb, wf->sectors + i * WTV_SECTOR_SIZE / 4, WTV_SECTOR_SIZE / 4); in wtvfile_open_sector()

Completed in 3 milliseconds