Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c55 LADSPA_Data *ictlv; /* input controls values */ member
368 s->desc->connect_port(s->handles[i], s->icmap[j], s->ictlv + j); in connect_ports()
483 s->ictlv[port] = value; in set_control()
588 s->ictlv = av_calloc(nb_ports, sizeof(*s->ictlv)); in init()
592 !s->ocmap || !s->ictlv || !s->octlv || !s->ctl_needs_value) in init()
611 set_default_ctl_value(s, s->nb_inputcontrols, s->icmap, s->ictlv); in init()
634 print_ctl_info(ctx, AV_LOG_INFO, s, i, s->icmap, s->ictlv, 0); in init()
666 print_ctl_info(ctx, AV_LOG_ERROR, s, i, s->icmap, s->ictlv, 0); in init()
792 av_freep(&s->ictlv); in uninit()
[all...]

Completed in 2 milliseconds