Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h93 int64_t start_time_eof; member
Dffmpeg_opt.c232 o->start_time_eof = AV_NOPTS_VALUE; in init_options()
1304 if (o->start_time != AV_NOPTS_VALUE && o->start_time_eof != AV_NOPTS_VALUE) { in open_input_file()
1306 o->start_time_eof = AV_NOPTS_VALUE; in open_input_file()
1309 if (o->start_time_eof != AV_NOPTS_VALUE) { in open_input_file()
1310 if (o->start_time_eof >= 0) { in open_input_file()
1315 o->start_time = o->start_time_eof + ic->duration; in open_input_file()
3697 … OPT_INPUT, { .off = OFFSET(start_time_eof) },