Lines Matching defs:astream
244 static void flv_set_audio_codec(AVFormatContext *s, AVStream *astream,
275 ffstream(astream)->need_parsing = AVSTREAM_PARSE_FULL;
545 static int amf_parse_object(AVFormatContext *s, AVStream *astream,
589 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
609 if (amf_parse_object(s, astream, vstream, str_val, max_pos,
641 apar = astream ? astream->codecpar : NULL;
672 flv_set_audio_codec(s, astream, apar, id);
754 AVStream *stream, *astream, *vstream;
760 astream = NULL;
793 astream = stream;
801 if (amf_parse_object(s, astream, vstream, buffer, next_pos, 0) < 0)