Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dwtvenc.c605 int nb_sectors1 = ((nb_sectors << 2) + WTV_SECTOR_SIZE - 1) / WTV_SECTOR_SIZE; in write_fat_sector() local
608 write_fat(s->pb, start_sector1, nb_sectors1, 0); in write_fat_sector()
H A Dwtvdec.c183 int nb_sectors1 = read_ints(s->pb, sectors1, WTV_SECTOR_SIZE / 4); in wtvfile_open_sector() local
186 wf->sectors = av_malloc_array(nb_sectors1, 1 << WTV_SECTOR_BITS); in wtvfile_open_sector()
192 for (i = 0; i < nb_sectors1; i++) { in wtvfile_open_sector()

Completed in 4 milliseconds