Lines Matching defs:aud_st
1372 AVStream *vid_st, *aud_st;
1448 aud_st = NULL;
1453 aud_st = vs->streams[j];
1456 if (!vid_st && !aud_st) {
1471 if (!aud_st)
1472 aud_st = temp_vs->streams[0];
1474 aud_st->codecpar->bit_rate)
1475 aud_st = temp_vs->streams[0];
1483 if (aud_st)
1484 bandwidth += get_stream_bit_rate(aud_st);
1515 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);
1519 aud_st ? vs->agroup : NULL, vs->codec_attr, ccgroup, sgroup);