Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h164 int64_t *chunk_offsets; member
Dmov.c2014 if (sc->chunk_offsets) in mov_read_stco()
2016 av_free(sc->chunk_offsets); in mov_read_stco()
2018 sc->chunk_offsets = av_malloc_array(entries, sizeof(*sc->chunk_offsets)); in mov_read_stco()
2019 if (!sc->chunk_offsets) in mov_read_stco()
2025 sc->chunk_offsets[i] = avio_rb32(pb); in mov_read_stco()
2028 sc->chunk_offsets[i] = avio_rb64(pb); in mov_read_stco()
3885 int64_t next_offset = i+1 < sc->chunk_count ? sc->chunk_offsets[i+1] : INT64_MAX; in mov_build_index()
3886 current_offset = sc->chunk_offsets[i]; in mov_build_index()
4033 current_offset = sc->chunk_offsets[i]; in mov_build_index()
4334 av_freep(&sc->chunk_offsets); in mov_read_trak()
[all …]