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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dlog.h49 struct AVOptionRanges;
131 int (*query_ranges)(struct AVOptionRanges **, void *obj, const char *key, int flags);
H A Dopt.h337 typedef struct AVOptionRanges { struct
357 * AVOptionRanges *ranges;
377 } AVOptionRanges; typedef in typeref:struct:AVOptionRanges
632 * @see AVOptionRanges for details.
806 * Free an AVOptionRanges struct and set it to NULL.
808 void av_opt_freep_ranges(AVOptionRanges **ranges);
817 * AV_OPT_MULTI_COMPONENT_RANGE indicates that function may return more than one component, @see AVOptionRanges
823 int av_opt_query_ranges(AVOptionRanges **, void *obj, const char *key, int flags);
835 * AV_OPT_MULTI_COMPONENT_RANGE indicates that function may return more than one component, @see AVOptionRanges
841 int av_opt_query_ranges_default(AVOptionRanges **, voi
[all...]
H A Dopt.c976 AVOptionRanges *r;
1584 int av_opt_query_ranges(AVOptionRanges **ranges_arg, void *obj, const char *key, int flags)
1588 int (*callback)(AVOptionRanges **, void *obj, const char *key, int flags) = NULL;
1605 int av_opt_query_ranges_default(AVOptionRanges **ranges_arg, void *obj, const char *key, int flags)
1607 AVOptionRanges *ranges = av_mallocz(sizeof(*ranges));
1675 void av_opt_freep_ranges(AVOptionRanges **rangesp)
1678 AVOptionRanges *ranges = *rangesp;

Completed in 123 milliseconds