Home
last modified time | relevance | path

Searched refs:riff_id (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Davienc.c72 int riff_id; member
166 avi->riff_id++; in avi_start_new_riff()
199 static int avi_write_counters(AVFormatContext *s, int riff_id) in avi_write_counters() argument
222 if (riff_id == 1) { in avi_write_counters()
289 avi->riff_id = 0; in avi_write_header()
614 …avio_wl32(pb, avi->riff_id - avist->indexes.master_odml_riff_id_base); /* nEntriesInUse */ in update_odml_entry()
615 avio_skip(pb, 16 * (avi->riff_id - avist->indexes.master_odml_riff_id_base)); in update_odml_entry()
644 if (avi->riff_id - avist->indexes.master_odml_riff_id_base == avi->master_index_max_size) { in avi_write_ix()
652 avist->indexes.master_odml_riff_id_base = avi->riff_id - 1; in avi_write_ix()
654 … av_assert0(avi->riff_id - avist->indexes.master_odml_riff_id_base < avi->master_index_max_size); in avi_write_ix()
[all …]