Searched refs:decoded_buf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudiodec.c1766 OUT_INT *decoded_buf; ///< output buffer for decoded samples member in struct:MP3On4DecodeContext
1808 av_freep(&s->decoded_buf);
1872 s->decoded_buf = av_malloc(MPA_FRAME_SIZE * MPA_MAX_CHANNELS *
1873 sizeof(*s->decoded_buf));
1874 if (!s->decoded_buf)
1924 outptr = s->frames == 1 ? out_samples : s->decoded_buf;
1966 *bp = s->decoded_buf[j];
1971 bp[0] = s->decoded_buf[j++];
1972 bp[1] = s->decoded_buf[j];

Completed in 50 milliseconds