Searched refs:avcodec_encode_audio (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dapi-example.c104 out_size = avcodec_encode_audio(c, outbuf, outbuf_size, samples);
H A Davcodec.h4269 int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx,
H A Dutils.c979 int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx, function
1003 av_log(avctx, AV_LOG_ERROR, "avcodec_encode_audio() does not "
1026 this is needed because the avcodec_encode_audio() API does not have
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Doutput-example.c167 pkt.size= avcodec_encode_audio(c, audio_outbuf, audio_outbuf_size, samples);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h3019 * The avcodec_encode_audio() function encodes an audio frame from the input
3037 int avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c946 //FIXME pass ost->sync_opts as AVFrame.pts in avcodec_encode_audio()
948 ret = avcodec_encode_audio(enc, audio_out, audio_out_size,
982 //FIXME pass ost->sync_opts as AVFrame.pts in avcodec_encode_audio()
983 ret = avcodec_encode_audio(enc, audio_out, size_out,
1806 ret = avcodec_encode_audio(enc, bit_buffer, bit_buffer_size, (short *)audio_buf);
1812 ret = avcodec_encode_audio(enc, bit_buffer, bit_buffer_size, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Davcodec.h4381 int attribute_deprecated avcodec_encode_audio(AVCodecContext *avctx,
H A Dutils.c1889 int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx, function
1913 av_log(avctx, AV_LOG_ERROR, "avcodec_encode_audio() does not "
1942 * this is needed because the avcodec_encode_audio() API does not have

Completed in 135 milliseconds