Searched refs:first_sector (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | wtvenc.c | 73 int first_sector; member 572 avio_wl32(pb, w->first_sector); in write_root_table() 770 w->first_sector = write_fat_sector(s, start_pos, nb_sectors, sector_bits, w->depth) >> WTV_SECTOR_BITS; in finish_file() 772 w->first_sector = start_pos >> WTV_SECTOR_BITS; in finish_file()
|
H A D | wtvdec.c | 147 * @param first_sector First sector 152 static AVIOContext * wtvfile_open_sector(unsigned first_sector, uint64_t length, int depth, AVFormatContext *s) in wtvfile_open_sector() argument 159 if (seek_by_sector(s->pb, first_sector, 0) < 0) in wtvfile_open_sector() 172 wf->sectors[0] = first_sector; in wtvfile_open_sector() 261 int dir_length, name_size, first_sector, depth; in wtvfile_open2() local 286 first_sector = AV_RL32(buf + 40 + name_size); in wtvfile_open2() 294 return wtvfile_open_sector(first_sector, file_length, depth, s); in wtvfile_open2()
|
Completed in 4 milliseconds