Searched refs:AV_OPT_TYPE_BINARY (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dcrypto.c50 {"key", "AES decryption key", OFFSET(key), AV_OPT_TYPE_BINARY, .flags = D },
51 {"iv", "AES decryption initialization vector", OFFSET(iv), AV_OPT_TYPE_BINARY, .flags = D },
H A Doptions_table.h57 {"cryptokey", "decryption key", OFFSET(key), AV_OPT_TYPE_BINARY, {.dbl = 0}, 0, 0, D},
H A Dhttp.c106 {"post_data", "set custom HTTP post data", OFFSET(post_data), AV_OPT_TYPE_BINARY, .flags = D|E },
H A Drtmpproto.c2887 {"rtmp_swfhash", "SHA256 hash of the decompressed SWF file (32 bytes).", OFFSET(swfhash), AV_OPT_TYPE_BINARY, .flags = DEC},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dcrypto.c50 {"key", "AES decryption key", OFFSET(key), AV_OPT_TYPE_BINARY, .flags = D },
51 {"iv", "AES decryption initialization vector", OFFSET(iv), AV_OPT_TYPE_BINARY, .flags = D },
H A Doptions.c106 {"cryptokey", "decryption key", OFFSET(key), AV_OPT_TYPE_BINARY, {.dbl = 0}, 0, 0, D},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dprint_options.c49 case AV_OPT_TYPE_BINARY: printf("hexadecimal string"); break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersink.c497 { "pix_fmts", "set the supported pixel formats", OFFSET(pixel_fmts), AV_OPT_TYPE_BINARY, .flags = FLAGS },
503 { "sample_fmts", "set the supported sample formats", OFFSET(sample_fmts), AV_OPT_TYPE_BINARY, .flags = FLAGS },
504 { "sample_rates", "set the supported sample rates", OFFSET(sample_rates), AV_OPT_TYPE_BINARY, .flags = FLAGS },
505 { "channel_layouts", "set the supported channel layouts", OFFSET(channel_layouts), AV_OPT_TYPE_BINARY, .flags = FLAGS },
506 { "channel_counts", "set the supported channel counts", OFFSET(channel_counts), AV_OPT_TYPE_BINARY, .flags = FLAGS },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h71 * AV_OPT_TYPE_BINARY },
226 AV_OPT_TYPE_BINARY, ///< offset must point to a pointer immediately followed by an int for the length enumerator in enum:AVOptionType
H A Dopt.c239 case AV_OPT_TYPE_BINARY: return set_string_binary(obj, o, val, dst);
349 case AV_OPT_TYPE_BINARY:
387 case AV_OPT_TYPE_BINARY:
563 case AV_OPT_TYPE_BINARY:
645 case AV_OPT_TYPE_BINARY:
722 if (o->type == AV_OPT_TYPE_STRING || o->type == AV_OPT_TYPE_BINARY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.c389 case AV_OPT_TYPE_BINARY: return set_string_binary(obj, o, val, dst);
517 if (o->type != AV_OPT_TYPE_BINARY || o->flags & AV_OPT_FLAG_READONLY)
667 case AV_OPT_TYPE_BINARY:
708 case AV_OPT_TYPE_BINARY:
1022 case AV_OPT_TYPE_BINARY:
1083 opt->type != AV_OPT_TYPE_BINARY &&
1218 case AV_OPT_TYPE_BINARY:
1414 if (o->type == AV_OPT_TYPE_STRING || o->type == AV_OPT_TYPE_BINARY)
1533 case AV_OPT_TYPE_BINARY: return sizeof(uint8_t*) + sizeof(int);
1565 } else if (o->type == AV_OPT_TYPE_BINARY) {
[all...]
H A Dopt.h73 * AV_OPT_TYPE_BINARY },
228 AV_OPT_TYPE_BINARY, ///< offset must point to a pointer immediately followed by an int for the length enumerator in enum:AVOptionType

Completed in 202 milliseconds