Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dwtvenc.c579 pad = WTV_SECTOR_SIZE- size; in write_root_table()
592 write_pad(pb, WTV_SECTOR_SIZE - ((nb_sectors << 2) % WTV_SECTOR_SIZE)); in write_fat()
605 int nb_sectors1 = ((nb_sectors << 2) + WTV_SECTOR_SIZE - 1) / WTV_SECTOR_SIZE; in write_fat_sector()
738 if (w->length <= WTV_SECTOR_SIZE) { in finish_file()
741 } else if (w->length <= (WTV_SECTOR_SIZE / 4) * WTV_SECTOR_SIZE) { in finish_file()
744 } else if (w->length <= (WTV_SECTOR_SIZE / 4) * WTV_BIGSECTOR_SIZE) { in finish_file()
747 } else if (w->length <= (int64_t)(WTV_SECTOR_SIZE / in finish_file()
[all...]
H A Dwtv.h29 #define WTV_SECTOR_SIZE (1 << WTV_SECTOR_BITS) macro
H A Dwtvdec.c175 wf->sectors = av_malloc(WTV_SECTOR_SIZE); in wtvfile_open_sector()
180 wf->nb_sectors = read_ints(s->pb, wf->sectors, WTV_SECTOR_SIZE / 4); in wtvfile_open_sector()
182 uint32_t sectors1[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()
966 uint8_t root[WTV_SECTOR_SIZE]; in read_header()

Completed in 4 milliseconds