Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dflacdec.c71 static int allocate_buffers(FLACContext *s);
115 ret = allocate_buffers(s); in flac_decode_init()
135 static int allocate_buffers(FLACContext *s) in allocate_buffers() function
183 ret = allocate_buffers(s); in parse_streaminfo()
488 ret = allocate_buffers(s); in decode_frame()
532 ret = allocate_buffers(s); in decode_frame()
H A Ddsicinvideo.c54 static av_cold int allocate_buffers(CinVideoContext *cin) in allocate_buffers() function
81 if (allocate_buffers(cin)) in cinvideo_decode_init()
H A Dtta.c105 static int allocate_buffers(AVCodecContext *avctx) in allocate_buffers() function
224 return allocate_buffers(avctx); in tta_decode_init()
H A Dalac.c489 static int allocate_buffers(ALACContext *alac) in allocate_buffers() function
591 if ((ret = allocate_buffers(alac)) < 0) { in alac_decode_init()
H A Dshorten.c128 static int allocate_buffers(ShortenContext *s) in allocate_buffers() function
511 if ((ret = allocate_buffers(s)) < 0) in read_header()
H A Dac3enc.c2478 static av_cold int allocate_buffers(AC3EncodeContext *s) in allocate_buffers() function
2611 ret = allocate_buffers(s); in ff_ac3_encode_init()
H A Dwavpackenc.c905 static int allocate_buffers(WavPackEncodeContext *s) in allocate_buffers() function
1042 if ((ret = allocate_buffers(s)) < 0) in wv_mono()
1839 if ((ret = allocate_buffers(s)) < 0) in wv_stereo()

Completed in 13 milliseconds