Lines Matching defs:times
148 av_log(s, AV_LOG_TRACE, "keyframe filepositions = %"PRId64" times = %"PRId64"\n",
456 int64_t *times = NULL;
484 if (!strcmp(KEYFRAMES_TIMESTAMP_TAG , str_val) && !times) {
485 current_array = ×
508 if (current_array == × && (d <= INT64_MIN / 1000 || d >= INT64_MAX / 1000))
514 if (times && filepositions) {
525 flv->validate_index[i].dts = times[i] * 1000;
528 flv->keyframe_times = times;
531 times = NULL;
539 av_freep(×);