Home
last modified time | relevance | path

Searched refs:stts_data (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmov.c3140 if (sc->stts_data)
3142 av_freep(&sc->stts_data);
3144 if (entries >= INT_MAX / sizeof(*sc->stts_data))
3151 MOVStts *stts_data = av_fast_realloc(sc->stts_data, &alloc_size,
3152 min_entries * sizeof(*sc->stts_data));
3153 if (!stts_data) {
3154 av_freep(&sc->stts_data);
3159 sc->stts_data = stts_data;
[all...]
H A Doptions.c301 st->stts_data = NULL; in avformat_new_stream()
H A Disom.h171 MOVStts *stts_data; member
H A Davformat.h1134 * used to fetch stts_data and ctts_data of mov files
1137 AVMOVStts *stts_data; member

Completed in 10 milliseconds