Searched refs:nb_ports (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | af_ladspa.c | 458 unsigned long nb_ports; in init() local 544 nb_ports = desc->PortCount; in init() 546 s->ipmap = av_calloc(nb_ports, sizeof(*s->ipmap)); in init() 547 s->opmap = av_calloc(nb_ports, sizeof(*s->opmap)); in init() 548 s->icmap = av_calloc(nb_ports, sizeof(*s->icmap)); in init() 549 s->ocmap = av_calloc(nb_ports, sizeof(*s->ocmap)); in init() 550 s->ictlv = av_calloc(nb_ports, sizeof(*s->ictlv)); in init() 551 s->octlv = av_calloc(nb_ports, sizeof(*s->octlv)); in init() 552 s->ctl_needs_value = av_calloc(nb_ports, sizeof(*s->ctl_needs_value)); in init() 557 for (i = 0; i < nb_ports; i++) { in init() [all …]
|
D | af_lv2.c | 60 uint32_t nb_ports; member 172 for (i = 0; i < s->nb_ports; i++) { in connect_ports() 307 s->mins = av_calloc(s->nb_ports, sizeof(float)); in config_output() 308 s->maxes = av_calloc(s->nb_ports, sizeof(float)); in config_output() 309 s->controls = av_calloc(s->nb_ports, sizeof(float)); in config_output() 328 for (i = 0; i < s->nb_ports; i++) { in config_output() 420 s->nb_ports = lilv_plugin_get_num_ports(s->plugin); in init() 434 for (i = 0; i < s->nb_ports; i++) { in init()
|
/third_party/ffmpeg/libavdevice/ |
D | iec61883.c | 249 int nb_ports; in iec61883_read_header() local 266 if ((nb_ports = raw1394_get_port_info(dv->raw1394, pinf, 16)) < 0) { in iec61883_read_header() 275 nb_ports = inport + 1; in iec61883_read_header() 290 for (; j < nb_ports && port==-1; ++j) { in iec61883_read_header()
|