Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h99 int64_t start_time_eof; member
Dffmpeg_opt.c230 o->start_time_eof = AV_NOPTS_VALUE; in init_options()
1211 if (o->start_time != AV_NOPTS_VALUE && o->start_time_eof != AV_NOPTS_VALUE) { in open_input_file()
1213 o->start_time_eof = AV_NOPTS_VALUE; in open_input_file()
1216 if (o->start_time_eof != AV_NOPTS_VALUE) { in open_input_file()
1217 if (o->start_time_eof >= 0) { in open_input_file()
1222 o->start_time = o->start_time_eof + ic->duration; in open_input_file()
3475 … OPT_INPUT, { .off = OFFSET(start_time_eof) },