Searched refs:sink_links_count (Results 1 – 2 of 2) sorted by relevance
1180 int sink_links_count = 0, n = 0; in graph_config_pointers() local1195 if (f->nb_inputs > INT_MAX - sink_links_count) in graph_config_pointers()1197 sink_links_count += f->nb_inputs; in graph_config_pointers()1200 sinks = av_calloc(sink_links_count, sizeof(*sinks)); in graph_config_pointers()1212 av_assert0(n == sink_links_count); in graph_config_pointers()1214 graph->sink_links_count = sink_links_count; in graph_config_pointers()1325 if (child >= graph->sink_links_count) in heap_bubble_down()1327 if (child + 1 < graph->sink_links_count && in heap_bubble_down()1352 while (graph->sink_links_count) { in avfilter_graph_request_oldest()1369 if (oldest->age_index < --graph->sink_links_count) in avfilter_graph_request_oldest()[all …]
917 int sink_links_count; member