OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:search_flags
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
opt.h
561
* @param
search_flags
A combination of AV_OPT_SEARCH_*.
572
int opt_flags, int
search_flags
);
586
* @param
search_flags
A combination of AV_OPT_SEARCH_*.
589
* in
search_flags
. This parameter is ignored if
search_flags
contain
596
int opt_flags, int
search_flags
, void **target_obj);
642
* @param
search_flags
flags passed to av_opt_find2. I.e. if AV_OPT_SEARCH_CHILDREN
651
int av_opt_set (void *obj, const char *name, const char *val, int
search_flags
);
652
int av_opt_set_int (void *obj, const char *name, int64_t val, int
search_flags
);
653
int av_opt_set_double(void *obj, const char *name, double val, int
search_flags
);
[
all
...]
/external/libevent/
evdns.c
170
int
search_flags
;
member in struct:evdns_request
[
all
...]
Completed in 403 milliseconds