Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h170 unsigned int ctts_allocated_size; member
Dmov.c3071 … sc->ctts_data = av_fast_realloc(NULL, &sc->ctts_allocated_size, entries * sizeof(*sc->ctts_data)); in mov_read_ctts()
3086 add_ctts_entry(&sc->ctts_data, &ctts_count, &sc->ctts_allocated_size, in mov_read_ctts()
3552 msc->ctts_allocated_size = 0; in mov_fix_index()
3645 &msc->ctts_allocated_size, in mov_fix_index()
3751 &msc->ctts_allocated_size, in mov_fix_index()
3889 sc->ctts_allocated_size = 0; in mov_build_index()
3890 sc->ctts_data = av_fast_realloc(NULL, &sc->ctts_allocated_size, in mov_build_index()
3897 memset((uint8_t*)(sc->ctts_data), 0, sc->ctts_allocated_size); in mov_build_index()
3904 &sc->ctts_allocated_size, 1, in mov_build_index()
4897 old_ctts_allocated_size = sc->ctts_allocated_size; in mov_read_trun()
[all …]