Searched refs:OPT_TIME (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.h145 #define OPT_TIME 0x10000 macro
H A Dcmdutils.c277 } else if (po->flags & OPT_TIME) {
H A Davconv.c4410 { "t", HAS_ARG | OPT_TIME | OPT_OFFSET, {.off = OFFSET(recording_time)}, "record or transcode \"duration\" seconds of audio/video", "duration" },
4412 { "ss", HAS_ARG | OPT_TIME | OPT_OFFSET, {.off = OFFSET(start_time)}, "set the start time offset", "time_off" },
4413 { "itsoffset", HAS_ARG | OPT_TIME | OPT_OFFSET, {.off = OFFSET(input_ts_offset)}, "set the input ts offset", "time_off" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.h179 #define OPT_TIME 0x10000 macro
H A Dffmpeg_opt.c2758 { "t", HAS_ARG | OPT_TIME | OPT_OFFSET |
2762 { "to", HAS_ARG | OPT_TIME | OPT_OFFSET | OPT_OUTPUT, { .off = OFFSET(stop_time) },
2766 { "ss", HAS_ARG | OPT_TIME | OPT_OFFSET |
2772 { "itsoffset", HAS_ARG | OPT_TIME | OPT_OFFSET |
H A Dcmdutils.c309 } else if (po->flags & OPT_TIME) {

Completed in 134 milliseconds