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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapiexample.c100 out_size = avcodec_encode_audio(c, outbuf, outbuf_size, samples);
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,
H A Dutils.c483 int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx, uint8_t *buf, int buf_size, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Doutput_example.c157 pkt.size= avcodec_encode_audio(c, audio_outbuf, audio_outbuf_size, samples);
H A Dffmpeg.c679 //FIXME pass ost->sync_opts as AVFrame.pts in avcodec_encode_audio()
681 ret = avcodec_encode_audio(enc, audio_out, audio_out_size,
711 //FIXME pass ost->sync_opts as AVFrame.pts in avcodec_encode_audio()
712 ret = avcodec_encode_audio(enc, audio_out, size_out,
1462 ret = avcodec_encode_audio(enc, bit_buffer, bit_buffer_size, samples);
1466 ret = avcodec_encode_audio(enc, bit_buffer, bit_buffer_size, NULL);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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,

Completed in 286 milliseconds