Home
last modified time | relevance | path

Searched refs:ctts_index (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Disom.h185 int ctts_index; member
H A Dmov.c3516 * Places the found ctts_index and ctts_sample in corresponding output args.
3526 int64_t* ctts_index,
3563 av_assert0(ctts_index);
3565 // Find out the ctts_index for the found frame.
3566 *ctts_index = 0;
3569 if (*ctts_index < ctts_count) {
3571 if (ctts_data[*ctts_index].count == *ctts_sample) {
3572 (*ctts_index)++;
3578 while (*index >= 0 && (*ctts_index) >= 0 && (*ctts_index) < ctts_coun
[all...]

Completed in 6 milliseconds