Searched refs:OPT_OFFSET (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.h141 #define OPT_OFFSET 0x4000 /* option is specified as an offset in a passed optctx */ macro
143 Implies OPT_OFFSET. Next element after the offset is
H A Davconv.c401 } else if (po->flags & OPT_OFFSET && po->flags & OPT_STRING)
4400 { "f", HAS_ARG | OPT_STRING | OPT_OFFSET, {.off = OFFSET(format)}, "force format", "fmt" },
4409 { "map_chapters", OPT_INT | HAS_ARG | OPT_EXPERT | OPT_OFFSET, {.off = OFFSET(chapters_input_file)}, "set chapters mapping", "input_file_index" },
4410 { "t", HAS_ARG | OPT_TIME | OPT_OFFSET, {.off = OFFSET(recording_time)}, "record or transcode \"duration\" seconds of audio/video", "duration" },
4411 { "fs", HAS_ARG | OPT_INT64 | OPT_OFFSET, {.off = OFFSET(limit_filesize)}, "set the limit file size in bytes", "limit_size" }, //
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" },
4424 { "re", OPT_BOOL | OPT_EXPERT | OPT_OFFSET, {.off = OFFSET(rate_emu)}, "read input at native frame rate", "" },
4452 { "vn", OPT_BOOL | OPT_VIDEO | OPT_OFFSET, {.off = OFFSET(video_disable)}, "disable video" },
4482 { "an", OPT_BOOL | OPT_AUDIO | OPT_OFFSET, {
[all...]
H A Dcmdutils.c254 dst = po->flags & (OPT_OFFSET | OPT_SPEC) ? (uint8_t *)optctx + po->u.off
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c130 } else if (po->flags & OPT_OFFSET && po->flags & OPT_STRING)
2547 const int per_file = OPT_SPEC | OPT_OFFSET | OPT_PERFILE;
2729 { "f", HAS_ARG | OPT_STRING | OPT_OFFSET |
2755 { "map_chapters", HAS_ARG | OPT_INT | OPT_EXPERT | OPT_OFFSET |
2758 { "t", HAS_ARG | OPT_TIME | OPT_OFFSET |
2762 { "to", HAS_ARG | OPT_TIME | OPT_OFFSET | OPT_OUTPUT, { .off = OFFSET(stop_time) },
2764 { "fs", HAS_ARG | OPT_INT64 | OPT_OFFSET | OPT_OUTPUT, { .off = OFFSET(limit_filesize) },
2766 { "ss", HAS_ARG | OPT_TIME | OPT_OFFSET |
2769 { "accurate_seek", OPT_BOOL | OPT_OFFSET | OPT_EXPERT |
2772 { "itsoffset", HAS_ARG | OPT_TIME | OPT_OFFSET |
[all...]
H A Dcmdutils.h174 implied by OPT_OFFSET or OPT_SPEC */
175 #define OPT_OFFSET 0x4000 /* option is specified as an offset in a passed optctx */ macro
177 Implies OPT_OFFSET. Next element after the offset is
317 * group (those with OPT_SPEC, OPT_OFFSET or OPT_PERFILE) or are global
H A Dcmdutils.c286 void *dst = po->flags & (OPT_OFFSET | OPT_SPEC) ?
655 int global = !(opt->flags & (OPT_PERFILE | OPT_SPEC | OPT_OFFSET));

Completed in 102 milliseconds