Searched refs:encode_audio_frame (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscode_aac.c541 static int encode_audio_frame(AVFrame *frame, function
612 if (encode_audio_frame(output_frame, output_format_context,
726 if (encode_audio_frame(NULL, output_format_context,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c930 static int encode_audio_frame(AVFormatContext *s, OutputStream *ost, function
946 av_log(NULL, AV_LOG_FATAL, "out-of-memory in encode_audio_frame()\n");
1166 encode_audio_frame(s, ost, audio_buf, frame_bytes);
1169 encode_audio_frame(s, ost, buftmp, size_out);
1683 encode_audio_frame(os, ost, audio_buf, frame_bytes);
1687 if (encode_audio_frame(os, ost, NULL, 0) == 0) {

Completed in 323 milliseconds