Searched refs:AVOption (Results 1 - 25 of 394) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h46 * AVOption
48 typedef struct AVOption { struct
86 } AVOption; typedef in typeref:struct:AVOption
101 const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
107 attribute_deprecated const AVOption *av_set_string(void *obj, const char *name, const char *val);
110 * @return a pointer to the AVOption corresponding to the field set or
111 * NULL if no matching AVOption exists, or if the value \p val is not
115 attribute_deprecated const AVOption *av_set_string2(void *obj, const char *name, const char *val, int alloc);
134 * @param[out] o_out if non-NULL put here a pointer to the AVOption
142 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_ou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h49 * of AVOptions. Each AVOption must have a non-empty name, a type, a default
52 * associated with this AVOption is located. Other fields in the AVOption struct
65 * static const AVOption options[] = {
124 * static const AVOption child_opts[] = {
242 * AVOption
244 typedef struct AVOption { struct
288 } AVOption; typedef in typeref:struct:AVOption
306 const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
326 * @param[out] o_out if non-NULL put here a pointer to the AVOption
[all...]
H A Dopt.c37 const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags)
40 const AVOption *o= c->option;
51 const AVOption *av_next_option(void *obj, const AVOption *last)
57 const AVOption *av_opt_next(void *obj, const AVOption *last)
67 static int read_number(const AVOption *o, void *dst, double *num, int *den, int64_t *intnum)
82 static int write_number(void *obj, const AVOption *o, void *dst, double num, int den, int64_t intnum)
126 static int set_string_binary(void *obj, const AVOption *o, const char *val, uint8_t **dst)
155 static int set_string(void *obj, const AVOption *
[all...]
H A Dlog.h51 const struct AVOption *option;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h51 * of AVOptions. Each AVOption must have a non-empty name, a type, a default
54 * associated with this AVOption is located. Other fields in the AVOption struct
67 * static const AVOption test_options[] = {
126 * static const AVOption child_opts[] = {
251 * AVOption
253 typedef struct AVOption { struct
309 } AVOption; typedef in typeref:struct:AVOption
396 const AVOption *av_find_opt(void *obj, const char *name, const char *unit, int mask, int flags);
416 * @param[out] o_out if non-NULL put here a pointer to the AVOption
[all...]
H A Dopt.c45 const AVOption *av_find_opt(void *v, const char *name, const char *unit, int mask, int flags)
47 const AVOption *o = NULL;
58 const AVOption *av_next_option(void *obj, const AVOption *last)
64 const AVOption *av_opt_next(void *obj, const AVOption *last)
74 static int read_number(const AVOption *o, void *dst, double *num, int *den, int64_t *intnum)
94 static int write_number(void *obj, const AVOption *o, void *dst, double num, int den, int64_t intnum)
153 static int set_string_binary(void *obj, const AVOption *o, const char *val, uint8_t **dst)
182 static int set_string(void *obj, const AVOption *
[all...]
H A Dlog.h74 const struct AVOption *option;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A Dprint_options.c42 static void print_option(const AVOption *opts, const AVOption *o, int per_stream)
76 const AVOption *u;
87 static void show_opts(const AVOption *opts, int per_stream)
89 const AVOption *o;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Denum_options.c39 static void print_option(const AVClass *class, const AVOption *o)
68 const AVOption *u = NULL;
80 const AVOption *o = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavutil/
H A Dlog.h51 const struct AVOption *option;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Ddecklink_enc_c.c29 static const AVOption options[] = {
H A Davdevice.h326 * It is build on top op AVOption API.
396 * It is used by devices in conjunction with av_device_capabilities AVOption table
397 * to implement capabilities probing API based on AVOption API. Should not be used directly.
416 * AVOption table used by devices to implement device capabilities API. Should not be used by a user.
418 extern const AVOption av_device_capabilities[];
421 * Initialize capabilities probing API based on AVOption API.
H A Dsndio_dec.c96 static const AVOption options[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc_opts_template.c26 static const AVOption ac3fixed_options[] = {
28 static const AVOption ac3_options[] = {
30 static const AVOption eac3_options[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_framestep.c39 static const AVOption framestep_options[] = {
H A Dvf_setfield.c46 static const AVOption setfield_options[] = {
H A Dvf_field.c43 static const AVOption field_options[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drawdec.h36 extern const AVOption ff_rawvideo_options[];
H A Dpcmdec.c62 static const AVOption pcm_options[] = {
148 static const AVOption sln_options[] = {
H A Dg729dec.c82 static const AVOption g729_options[] = {
H A Dgsmdec.c76 static const AVOption options[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3dec_float.c33 static const AVOption options[] = {
H A Dlibilbc.c48 static const AVOption ilbc_dec_options[] = {
124 static const AVOption ilbc_enc_options[] = {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drawdec.h42 extern const AVOption ff_rawvideo_options[];
H A Drawvideodec.c49 static const AVOption rawvideo_options[] = {

Completed in 291 milliseconds

1234567891011>>