Searched refs:o_out (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Dopt.h134 * @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_out);
147 double av_get_double(void *obj, const char *name, const AVOption **o_out);
148 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
149 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
150 const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dopt.h326 * @param[out] o_out if non-NULL put here a pointer to the AVOption
337 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out);
343 attribute_deprecated double av_get_double(void *obj, const char *name, const AVOption **o_out);
344 attribute_deprecated AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
345 attribute_deprecated int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
346 attribute_deprecated const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len);
H A Dopt.c218 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out) argument
221 if (o_out)
222 *o_out = o;
327 const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len) argument
339 if (o_out) *o_out= o;
407 static int get_number(void *obj, const char *name, const AVOption **o_out, double *num, int *den, int64_t *intnum, argument
417 if (o_out) *o_out= o;
427 double av_get_double(void *obj, const char *name, const AVOption **o_out) argument
438 av_get_q(void *obj, const char *name, const AVOption **o_out) argument
452 av_get_int(void *obj, const char *name, const AVOption **o_out) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopt.h416 * @param[out] o_out if non-NULL put here a pointer to the AVOption
427 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out);
433 double av_get_double(void *obj, const char *name, const AVOption **o_out);
434 AVRational av_get_q(void *obj, const char *name, const AVOption **o_out);
435 int64_t av_get_int(void *obj, const char *name, const AVOption **o_out);
436 attribute_deprecated const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len);
H A Dopt.c360 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out) argument
363 if (o_out)
364 *o_out = o;
644 const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len) argument
656 if (o_out) *o_out= o;
750 static int get_number(void *obj, const char *name, const AVOption **o_out, double *num, int *den, int64_t *intnum, argument
760 if (o_out) *o_out= o;
770 double av_get_double(void *obj, const char *name, const AVOption **o_out) argument
781 av_get_q(void *obj, const char *name, const AVOption **o_out) argument
795 av_get_int(void *obj, const char *name, const AVOption **o_out) argument
[all...]

Completed in 63 milliseconds