Searched refs:age_index (Results 1 – 3 of 3) sorted by relevance
1188 f->inputs[j]->age_index = -1; in graph_config_pointers()1192 f->outputs[j]->age_index= -1; in graph_config_pointers()1208 f->inputs[j]->age_index = n++; in graph_config_pointers()1309 links[index]->age_index = index; in heap_bubble_up()1313 link->age_index = index; in heap_bubble_up()1333 links[index]->age_index = index; in heap_bubble_down()1337 link->age_index = index; in heap_bubble_down()1342 heap_bubble_up (graph, link, link->age_index); in ff_avfilter_graph_update_heap()1343 heap_bubble_down(graph, link, link->age_index); in ff_avfilter_graph_update_heap()1369 if (oldest->age_index < --graph->sink_links_count) in avfilter_graph_request_oldest()[all …]
544 int age_index; member
536 if (link->graph && link->age_index >= 0) in ff_update_link_current_pts()