Lines Matching refs:stream_idx
552 m->file_idx = m->stream_idx = -1;
561 &m->file_idx, &m->stream_idx, &m->channel_idx,
579 if (m->stream_idx < 0 ||
580 m->stream_idx >= input_files[m->file_idx]->nb_streams) {
582 m->file_idx, m->stream_idx);
585 st = input_files[m->file_idx]->ctx->streams[m->stream_idx];
588 m->file_idx, m->stream_idx);
595 input_streams[input_files[m->file_idx]->ist_index + m->stream_idx]->user_set_discard == AVDISCARD_ALL) {
598 m->file_idx, m->stream_idx, m->channel_idx);
602 m->file_idx, m->stream_idx, m->channel_idx);
2118 if (!ist || (ist->file_index == map->file_idx && ist->st->index == map->stream_idx)) {