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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvdec.c184 int nb_sectors1 = read_ints(s->pb, sectors1, WTV_SECTOR_SIZE / 4); local
187 wf->sectors = av_malloc_array(nb_sectors1, 1 << WTV_SECTOR_BITS);
193 for (i = 0; i < nb_sectors1; i++) {
H A Dwtvenc.c605 int nb_sectors1 = ((nb_sectors << 2) + WTV_SECTOR_SIZE - 1) / WTV_SECTOR_SIZE; local
608 write_fat(s->pb, start_sector1, nb_sectors1, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dwtv.c188 int nb_sectors1 = read_ints(s->pb, sectors1, WTV_SECTOR_SIZE / 4); local
191 wf->sectors = av_malloc(nb_sectors1 << WTV_SECTOR_BITS);
197 for (i = 0; i < nb_sectors1; i++) {

Completed in 45 milliseconds