Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
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()
533 ret = allocate_buffers(s); in decode_frame()
Ddsicinvideo.c53 static av_cold int allocate_buffers(CinVideoContext *cin) in allocate_buffers() function
80 if (allocate_buffers(cin)) in cinvideo_decode_init()
Dtta.c104 static int allocate_buffers(AVCodecContext *avctx) in allocate_buffers() function
216 return allocate_buffers(avctx); in tta_decode_init()
Dalac.c491 static int allocate_buffers(ALACContext *alac) in allocate_buffers() function
595 if ((ret = allocate_buffers(alac)) < 0) { in alac_decode_init()
Dshorten.c127 static int allocate_buffers(ShortenContext *s) in allocate_buffers() function
506 if ((ret = allocate_buffers(s)) < 0) in read_header()
Dac3enc.c2420 static av_cold int allocate_buffers(AC3EncodeContext *s) in allocate_buffers() function
2553 ret = allocate_buffers(s); in ff_ac3_encode_init()
Dwavpackenc.c902 static int allocate_buffers(WavPackEncodeContext *s) in allocate_buffers() function
1039 if ((ret = allocate_buffers(s)) < 0) in wv_mono()
1836 if ((ret = allocate_buffers(s)) < 0) in wv_stereo()