Searched refs:avcodec_encode_audio2 (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dw64xmmtest.c59 wrap(avcodec_encode_audio2(AVCodecContext *avctx, function
64 testxmmclobbers(avcodec_encode_audio2, avctx, avpkt, frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dneontest.c59 wrap(avcodec_encode_audio2(AVCodecContext *avctx, function
64 testneonclobbers(avcodec_encode_audio2, avctx, avpkt, frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dneontest.c59 wrap(avcodec_encode_audio2(AVCodecContext *avctx, function
64 testneonclobbers(avcodec_encode_audio2, avctx, avpkt, frame,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Ddecoding_encoding.c207 ret = avcodec_encode_audio2(c, &pkt, frame, &got_output);
220 ret = avcodec_encode_audio2(c, &pkt, NULL, &got_output);
H A Dtranscode_aac.c555 if ((error = avcodec_encode_audio2(output_codec_context, &output_packet,
H A Dmuxing.c319 ret = avcodec_encode_audio2(c, &pkt, frame, &got_packet);
H A Dtranscoding.c368 AVMEDIA_TYPE_VIDEO) ? avcodec_encode_video2 : avcodec_encode_audio2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dutils.c865 int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, function
1037 ret = avcodec_encode_audio2(avctx, &pkt, frame, &got_packet);
H A Davcodec.h4248 * @deprecated Use avcodec_encode_audio2 instead.
4312 int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h4360 * @deprecated Use avcodec_encode_audio2 instead.
4425 int avcodec_encode_audio2(AVCodecContext *avctx, AVPacket *avpkt,
H A Dutils.c1755 int attribute_align_arg avcodec_encode_audio2(AVCodecContext *avctx, function
1798 av_log(avctx, AV_LOG_ERROR, "more samples than frame size (avcodec_encode_audio2)\n");
1814 av_log(avctx, AV_LOG_ERROR, "nb_samples (%d) != frame_size (%d) (avcodec_encode_audio2)\n", frame->nb_samples, avctx->frame_size);
1955 ret = avcodec_encode_audio2(avctx, &pkt, frame, &got_packet);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg.c751 if (avcodec_encode_audio2(enc, &pkt, frame, &got_packet) < 0) {
752 av_log(NULL, AV_LOG_FATAL, "Audio encoding failed (avcodec_encode_audio2)\n");
1526 encode = avcodec_encode_audio2;
H A Dconfigure4980 -Wl,--wrap,avcodec_encode_audio2 \
4992 -Wl,--wrap,avcodec_encode_audio2 \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c965 if (avcodec_encode_audio2(enc, &pkt, frame, &got_packet) < 0) {

Completed in 300 milliseconds