Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Disom.h166 MOVStts *stts_data; member
Dmov.c2949 if (sc->stts_data) in mov_read_stts()
2951 av_freep(&sc->stts_data); in mov_read_stts()
2953 if (entries >= INT_MAX / sizeof(*sc->stts_data)) in mov_read_stts()
2960 MOVStts *stts_data = av_fast_realloc(sc->stts_data, &alloc_size, in mov_read_stts() local
2961 min_entries * sizeof(*sc->stts_data)); in mov_read_stts()
2962 if (!stts_data) { in mov_read_stts()
2963 av_freep(&sc->stts_data); in mov_read_stts()
2968 sc->stts_data = stts_data; in mov_read_stts()
2973 sc->stts_data[i].count= sample_count; in mov_read_stts()
2974 sc->stts_data[i].duration= sample_duration; in mov_read_stts()
[all …]