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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c32 wrap(avcodec_decode_audio4(AVCodecContext *avctx, function
37 testxmmclobbers(avcodec_decode_audio4, avctx, frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneontest.c32 wrap(avcodec_decode_audio4(AVCodecContext *avctx, function
37 testneonclobbers(avcodec_decode_audio4, avctx, frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dneontest.c32 wrap(avcodec_decode_audio4(AVCodecContext *avctx, function
37 testneonclobbers(avcodec_decode_audio4, avctx, frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddemuxing_decoding.c100 ret = avcodec_decode_audio4(audio_dec_ctx, frame, got_frame, &pkt);
H A Dfiltering_audio.c233 ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, &packet);
H A Dtranscode_aac.c325 if ((error = avcodec_decode_audio4(input_codec_context, frame,
H A Ddecoding_encoding.c300 len = avcodec_decode_audio4(c, decoded_frame, &got_frame, &avpkt);
H A Dtranscoding.c521 avcodec_decode_audio4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c173 len = avcodec_decode_audio4(c, decoded_frame, &got_frame, &avpkt);
H A Dutils.c1183 "avcodec_decode_audio4()\n");
1187 ret = avcodec_decode_audio4(avctx, &frame, &got_frame, avpkt);
1218 int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, function
H A Davcodec.h1712 * avcodec_decode_audio4(), so they will not call release_buffer(), as it
4078 * Wrapper function which calls avcodec_decode_audio4.
4080 * @deprecated Use avcodec_decode_audio4 instead.
4103 * avcodec_default_get_buffer. Use avcodec_decode_audio4() instead,
4141 * avcodec_decode_audio4 has to be called again with an AVPacket containing
4169 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dsrc_movie.c508 ret = avcodec_decode_audio4(st->st->codec, movie->frame, &got_frame, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h2084 * avcodec_decode_audio4(), so they will not call release_buffer(), as it
2087 * call to avcodec_decode_audio4(). In that case, when get_buffer() is
2222 * avcodec_decode_video2() and avcodec_decode_audio4() are reference-counted
3918 * Wrapper function which calls avcodec_decode_audio4.
3920 * @deprecated Use avcodec_decode_audio4 instead.
3943 * avcodec_default_get_buffer. Use avcodec_decode_audio4() instead,
3981 * less than the packet size. In this case, avcodec_decode_audio4 has to be
4024 int avcodec_decode_audio4(AVCodecContext *avctx, AVFrame *frame,
H A Dutils.c2356 "avcodec_decode_audio4()\n");
2361 ret = avcodec_decode_audio4(avctx, frame, &got_frame, avpkt);
2395 int attribute_align_arg avcodec_decode_audio4(AVCodecContext *avctx, function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dconfigure4977 -Wl,--wrap,avcodec_decode_audio4 \
4989 -Wl,--wrap,avcodec_decode_audio4 \
H A Dffmpeg.c1731 ret = avcodec_decode_audio4(avctx, decoded_frame, got_output, pkt);
H A Dffplay.c2225 len1 = avcodec_decode_audio4(dec, is->frame, &got_frame, pkt_temp);
H A Dffprobe.c1809 ret = avcodec_decode_audio4(dec_ctx, frame, &got_frame, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c2029 len1 = avcodec_decode_audio4(dec, is->frame, &got_frame, pkt_temp);
H A Davconv.c1824 ret = avcodec_decode_audio4(avctx, decoded_frame, got_output, pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dutils.c2759 ret = avcodec_decode_audio4(st->codec, frame, &got_picture, &pkt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dutils.c2176 ret = avcodec_decode_audio4(st->codec, &picture, &got_picture, &pkt);

Completed in 314 milliseconds