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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/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);
H A Dopt.c50 static int av_set_number2(void *obj, const char *name, double num, int den, int64_t intnum, const AVOption **o_out){ argument
53 if(o_out)
54 *o_out= o;
110 int av_set_string3(void *obj, const char *name, const char *val, int alloc, const AVOption **o_out){ argument
113 if (o_out)
114 *o_out = o;
183 if ((ret = av_set_number2(obj, name, d, 1, 1, o_out)) < 0)
235 const char *av_get_string(void *obj, const char *name, const AVOption **o_out, char *buf, int buf_len){ argument
246 if(o_out) *o_out
267 av_get_number(void *obj, const char *name, const AVOption **o_out, double *num, int *den, int64_t *intnum) argument
292 av_get_double(void *obj, const char *name, const AVOption **o_out) argument
301 av_get_q(void *obj, const char *name, const AVOption **o_out) argument
313 av_get_int(void *obj, const char *name, const AVOption **o_out) argument
[all...]

Completed in 113 milliseconds