Lines Matching refs:current_resource_index
114 int32_t current_resource_index; /**< Index of the current resource in resources,
519 track->current_resource_index = -1;
734 if (track->current_resource_index != i) {
743 if (track->current_resource_index > 0)
744 avformat_close_input(&track->resources[track->current_resource_index].ctx);
745 track->current_resource_index = i;
748 *resource = track->resources + track->current_resource_index;
967 if (t->current_resource_index >= 0) {
968 avformat_close_input(&t->resources[t->current_resource_index].ctx);
969 t->current_resource_index = -1;