Home
last modified time | relevance | path

Searched refs:ff_mpa_decode_header (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegaudiodecheader.h57 int ff_mpa_decode_header(uint32_t head, int *sample_rate,
Dmpegaudiodecheader.c122 int ff_mpa_decode_header(uint32_t head, int *sample_rate, int *channels, int *frame_size, int *bit_… in ff_mpa_decode_header() function
Dmpegaudio_parser.c73 … ret = ff_mpa_decode_header(state, &sr, &channels, &frame_size, &bit_rate, &codec_id); in mpegaudio_parse()
Daudiotoolboxdec.c343 if (ff_mpa_decode_header(AV_RB32(pkt->data), &avctx->sample_rate, in ffat_create_decoder()