Home
last modified time | relevance | path

Searched refs:avcodec_decode_audio4 (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/aarch64/
Dneontest.c33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap()
38 testneonclobbers(avcodec_decode_audio4, avctx, frame, in wrap()
/third_party/ffmpeg/libavcodec/arm/
Dneontest.c33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap()
38 testneonclobbers(avcodec_decode_audio4, avctx, frame, in wrap()
/third_party/ffmpeg/libavcodec/x86/
Dw64xmmtest.c33 wrap(avcodec_decode_audio4(AVCodecContext *avctx, in wrap()
38 testxmmclobbers(avcodec_decode_audio4, avctx, frame, in wrap()
/third_party/ffmpeg/libavcodec/
Davcodec.h3047 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
Ddecode.c864 int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, in avcodec_decode_audio4() function
/third_party/ffmpeg/doc/
DAPIchanges487 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/
Dconfigure6860 -Wl,--wrap,avcodec_decode_audio4 \
6876 -Wl,--wrap,avcodec_decode_audio4 \
/third_party/gstreamer/gst_libav/
DChangeLog3916 …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