Searched refs:avcodec_decode_audio4 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/aarch64/ |
D | neontest.c | 33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap() 38 testneonclobbers(avcodec_decode_audio4, avctx, frame, in wrap()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | neontest.c | 33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap() 38 testneonclobbers(avcodec_decode_audio4, avctx, frame, in wrap()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | w64xmmtest.c | 33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap() 38 testxmmclobbers(avcodec_decode_audio4, avctx, frame, in wrap()
|
/third_party/ffmpeg/libavcodec/ |
D | avcodec.h | 3047 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
|
D | decode.c | 864 int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, in avcodec_decode_audio4() function
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 487 API only (avcodec_decode_video2/avcodec_decode_audio4). The new decode APIs 2277 Deprecate avcodec_decode_audio3() in favor of avcodec_decode_audio4(). 2278 avcodec_decode_audio4() writes output samples to an AVFrame, which allows
|
/third_party/ffmpeg/ |
D | configure | 6860 -Wl,--wrap,avcodec_decode_audio4 \ 6876 -Wl,--wrap,avcodec_decode_audio4 \
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 3916 …ut buffers have FF_INPUT_BUFFER_PADDING_SIZE padding, which is required by avcodec_decode_audio4 () 6174 avauddec: Port to non-deprecated avcodec_decode_audio4() API
|