avpriv_mpa_decode_header2   71 libavcodec/mpegaudio_parser.c                 ret = avpriv_mpa_decode_header2(state, &sr, &channels, &frame_size, &bit_rate, &codec_id);
avpriv_mpa_decode_header2  154 libavcodec/mpegaudiodecheader.c     return avpriv_mpa_decode_header2(head, sample_rate, channels, frame_size, bit_rate, &avctx->codec_id);
avpriv_mpa_decode_header2   59 libavcodec/mpegaudiodecheader.h int avpriv_mpa_decode_header2(uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bitrate, enum AVCodecID *codec_id);