Lines Matching refs:stop_time
227 o->stop_time = INT64_MAX; in init_options()
1082 if (o->stop_time != INT64_MAX && o->recording_time != INT64_MAX) { in open_input_file()
1083 o->stop_time = INT64_MAX; in open_input_file()
1087 if (o->stop_time != INT64_MAX && o->recording_time == INT64_MAX) { in open_input_file()
1089 if (o->stop_time <= start_time) { in open_input_file()
1093 o->recording_time = o->stop_time - start_time; in open_input_file()
2166 if (o->stop_time != INT64_MAX && o->recording_time != INT64_MAX) { in open_output_file()
2167 o->stop_time = INT64_MAX; in open_output_file()
2171 if (o->stop_time != INT64_MAX && o->recording_time == INT64_MAX) { in open_output_file()
2173 if (o->stop_time <= start_time) { in open_output_file()
2177 o->recording_time = o->stop_time - start_time; in open_output_file()
3467 … HAS_ARG | OPT_TIME | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(stop_time) },