Lines Matching refs:sector_bits
595 …write_fat_sector(AVFormatContext *s, int64_t start_pos, int nb_sectors, int sector_bits, int depth) in write_fat_sector() argument
598 int shift = sector_bits - WTV_SECTOR_BITS; in write_fat_sector()
731 int sector_bits, nb_sectors, pad; in finish_file() local
740 sector_bits = WTV_SECTOR_BITS; in finish_file()
743 sector_bits = WTV_SECTOR_BITS; in finish_file()
746 sector_bits = WTV_BIGSECTOR_BITS; in finish_file()
749 sector_bits = WTV_SECTOR_BITS; in finish_file()
752 sector_bits = WTV_BIGSECTOR_BITS; in finish_file()
759 nb_sectors = (int)(w->length >> sector_bits); in finish_file()
762 pad = (1 << sector_bits) - (w->length % (1 << sector_bits)); in finish_file()
770 …w->first_sector = write_fat_sector(s, start_pos, nb_sectors, sector_bits, w->depth) >> WTV_SECTOR_… in finish_file()
776 if (sector_bits == WTV_SECTOR_BITS) in finish_file()