Searched refs:add_to_list (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_aformat.c | 63 #define PARSE_FORMATS(str, type, list, add_to_list, get_fmt, none, desc) \ argument 85 if ((ret = add_to_list(&list, fmt)) < 0) { \
|
/third_party/alsa-utils/alsactl/ |
D | daemon.c | 194 static void add_to_list(struct id_list *list, snd_ctl_elem_id_t *id) in add_to_list() function 231 add_to_list(&card->whitelist, id); in check_lists() 234 add_to_list(&card->blacklist, id); in check_lists()
|
/third_party/toybox/toys/pending/ |
D | diff.c | 487 static void add_to_list(struct dirtree *node) in add_to_list() function 505 add_to_list(node); in list_dir() 513 add_to_list(node); //only at one side. in list_dir() 517 add_to_list(node); in list_dir()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstdiscoverer.c | 1231 gboolean add_to_list = TRUE; in parse_stream_topology() local 1271 add_to_list = FALSE; in parse_stream_topology() 1276 add_to_list = FALSE; in parse_stream_topology() 1286 if (add_to_list) { in parse_stream_topology()
|