Home
last modified time | relevance | path

Searched refs:duration_error (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Ddemux.c2201 if (!info->duration_error) in ff_rfps_add_frame()
2202 info->duration_error = av_mallocz(sizeof(info->duration_error[0])*2); in ff_rfps_add_frame()
2203 if (!info->duration_error) in ff_rfps_add_frame()
2209 if (info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
2215 info->duration_error[j][0][i] += error; in ff_rfps_add_frame()
2216 info->duration_error[j][1][i] += error*error; in ff_rfps_add_frame()
2228 if (info->duration_error[0][1][i] < 1e10) { in ff_rfps_add_frame()
2229 double a0 = info->duration_error[0][0][i] / n; in ff_rfps_add_frame()
2230 double error0 = info->duration_error[ in ff_rfps_add_frame()
[all...]
H A Ddemux.h35 double (*duration_error)[2][MAX_STD_TIMEBASES]; member
H A Davformat.c65 av_freep(&sti->info->duration_error); in ff_free_stream()

Completed in 6 milliseconds