Searched refs:input_ts_offset (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.h111 int64_t input_ts_offset; member in struct:OptionsContext
332 int64_t input_ts_offset; member in struct:InputFile
H A Dffmpeg_opt.c926 f->input_ts_offset = o->input_ts_offset;
927 f->ts_offset = o->input_ts_offset - (copy_ts ? 0 : timestamp);
2773 OPT_EXPERT | OPT_INPUT, { .off = OFFSET(input_ts_offset) },
H A Dffmpeg.c886 && input_files[ist->file_index]->input_ts_offset == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c297 int64_t input_ts_offset; member in struct:OptionsContext
3382 input_files[nb_input_files - 1].ts_offset = o->input_ts_offset - (copy_ts ? 0 : timestamp);
4413 { "itsoffset", HAS_ARG | OPT_TIME | OPT_OFFSET, {.off = OFFSET(input_ts_offset)}, "set the input ts offset", "time_off" },
H A Dffmpeg.c183 static int64_t input_ts_offset = 0; variable
3110 input_ts_offset = parse_time_or_die(opt, arg, 1);
3330 input_files[nb_input_files - 1].ts_offset = input_ts_offset - (copy_ts ? 0 : timestamp);

Completed in 137 milliseconds