Searched refs:age_index (Results 1 – 3 of 3) sorted by relevance
1136 f->inputs[j]->age_index = -1; in graph_config_pointers()1140 f->outputs[j]->age_index= -1; in graph_config_pointers()1156 f->inputs[j]->age_index = n++; in graph_config_pointers()1257 links[index]->age_index = index; in heap_bubble_up()1261 link->age_index = index; in heap_bubble_up()1281 links[index]->age_index = index; in heap_bubble_down()1285 link->age_index = index; in heap_bubble_down()1290 heap_bubble_up (graph, link, link->age_index); in ff_avfilter_graph_update_heap()1291 heap_bubble_down(graph, link, link->age_index); in ff_avfilter_graph_update_heap()1317 if (oldest->age_index < --graph->sink_links_count) in avfilter_graph_request_oldest()[all …]
620 int age_index; member
528 if (link->graph && link->age_index >= 0) in ff_update_link_current_pts()