Searched refs:resample_context (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample.c47 struct AVResampleContext *resample_context; member in struct:ReSampleContext
217 s->resample_context = av_resample_init(output_rate, input_rate,
221 *(const AVClass**)s->resample_context = &audioresample_context_class;
255 av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n");
264 av_log(s->resample_context, AV_LOG_ERROR,
282 av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n");
322 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
345 av_log(s->resample_context, AV_LOG_ERROR,
362 av_resample_close(s->resample_context);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dtranscode_aac.c234 SwrContext **resample_context)
245 *resample_context = swr_alloc_set_opts(NULL,
253 if (!*resample_context) {
265 if ((error = swr_init(*resample_context)) < 0) {
267 swr_free(resample_context);
390 SwrContext *resample_context)
395 if ((error = swr_convert(resample_context,
638 SwrContext *resample_context = NULL; local
659 &resample_context))
692 resample_context,
232 init_resampler(AVCodecContext *input_codec_context, AVCodecContext *output_codec_context, SwrContext **resample_context) argument
388 convert_samples(const uint8_t **input_data, uint8_t **converted_data, const int frame_size, SwrContext *resample_context) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample.c52 struct AVResampleContext *resample_context; member in struct:ReSampleContext
273 s->resample_context = av_resample_init(output_rate, input_rate,
277 *(const AVClass**)s->resample_context = &audioresample_context_class;
311 av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n");
320 av_log(s->resample_context, AV_LOG_ERROR,
340 av_log(s->resample_context, AV_LOG_ERROR, "Could not allocate buffer\n");
384 nb_samples1 = av_resample(s->resample_context, buftmp3[i], bufin[i],
408 av_log(s->resample_context, AV_LOG_ERROR,
425 av_resample_close(s->resample_context);

Completed in 156 milliseconds