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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c116 /* all OPT_SPEC and OPT_STRING can be freed in generic way */
120 if (po->flags & OPT_SPEC) {
2547 const int per_file = OPT_SPEC | OPT_OFFSET | OPT_PERFILE;
2736 { "c", HAS_ARG | OPT_STRING | OPT_SPEC |
2739 { "codec", HAS_ARG | OPT_STRING | OPT_SPEC |
2742 { "pre", HAS_ARG | OPT_STRING | OPT_SPEC |
2751 { "map_metadata", HAS_ARG | OPT_STRING | OPT_SPEC |
2775 { "itsscale", HAS_ARG | OPT_DOUBLE | OPT_SPEC |
2780 { "metadata", HAS_ARG | OPT_STRING | OPT_SPEC | OPT_OUTPUT, { .off = OFFSET(metadata) },
2818 { "apad", OPT_STRING | HAS_ARG | OPT_SPEC |
[all...]
H A Dcmdutils.h174 implied by OPT_OFFSET or OPT_SPEC */
176 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. macro
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) ?
290 if (po->flags & OPT_SPEC) {
655 int global = !(opt->flags & (OPT_PERFILE | OPT_SPEC | OPT_OFFSET));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dcmdutils.h142 #define OPT_SPEC 0x8000 /* option is to be stored in an array of SpecifierOpt. macro
H A Davconv.c387 /* all OPT_SPEC and OPT_STRING can be freed in generic way */
391 if (po->flags & OPT_SPEC) {
4403 { "c", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(codec_names)}, "codec name", "codec" },
4404 { "codec", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(codec_names)}, "codec name", "codec" },
4405 { "pre", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(presets)}, "preset name", "preset" },
4407 { "map_metadata", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(metadata_map)}, "set metadata information of outfile from infile",
4414 { "itsscale", HAS_ARG | OPT_DOUBLE | OPT_SPEC, {.off = OFFSET(ts_scale)}, "set the input ts scale", "scale" },
4415 { "metadata", HAS_ARG | OPT_STRING | OPT_SPEC, {.off = OFFSET(metadata)}, "add metadata", "string=string" },
4434 { "copyinkf", OPT_BOOL | OPT_EXPERT | OPT_SPEC, {.off = OFFSET(copy_initial_nonkeyframes)}, "copy initial non-keyframes" },
4435 { "frames", OPT_INT64 | HAS_ARG | OPT_SPEC, {
[all...]
H A Dcmdutils.c254 dst = po->flags & (OPT_OFFSET | OPT_SPEC) ? (uint8_t *)optctx + po->u.off
257 if (po->flags & OPT_SPEC) {

Completed in 154 milliseconds