Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dwtv.h30 #define WTV_BIGSECTOR_BITS 18 macro
H A Dwtvenc.c36 #define WTV_BIGSECTOR_SIZE (1 << WTV_BIGSECTOR_BITS)
393 avio_wl32(pb, 1 << WTV_BIGSECTOR_BITS); in write_header()
746 sector_bits = WTV_BIGSECTOR_BITS; in finish_file()
752 sector_bits = WTV_BIGSECTOR_BITS; in finish_file()
H A Dwtvdec.c202 wf->sector_bits = length & (1ULL<<63) ? WTV_SECTOR_BITS : WTV_BIGSECTOR_BITS; in wtvfile_open_sector()

Completed in 6 milliseconds