Searched refs:ReSampleContext (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 Dresample.c43 "ReSampleContext", context_to_name, options, LIBAVUTIL_VERSION_INT
46 struct ReSampleContext { struct
150 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
157 ReSampleContext *s;
174 s = av_mallocz(sizeof(ReSampleContext));
228 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples)
359 void audio_resample_close(ReSampleContext *s)
H A Davcodec.h3531 struct ReSampleContext;
3534 typedef struct ReSampleContext ReSampleContext; typedef in typeref:struct:ReSampleContext
3550 * @return allocated ReSampleContext, NULL if error occurred
3552 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
3559 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
3567 void audio_resample_close(ReSampleContext *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample.c48 "ReSampleContext", context_to_name, options, LIBAVUTIL_VERSION_INT
51 struct ReSampleContext { struct
203 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
210 ReSampleContext *s;
230 s = av_mallocz(sizeof(ReSampleContext));
284 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples)
422 void audio_resample_close(ReSampleContext *s)
H A Davcodec.h4501 struct ReSampleContext;
4504 typedef struct ReSampleContext ReSampleContext; typedef in typeref:struct:ReSampleContext
4520 * @return allocated ReSampleContext, NULL if error occurred
4523 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
4531 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
4540 void audio_resample_close(ReSampleContext *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2557 struct ReSampleContext;
2560 typedef struct ReSampleContext ReSampleContext; typedef in typeref:struct:ReSampleContext
2566 attribute_deprecated ReSampleContext *audio_resample_init(int output_channels, int input_channels,
2583 * @return allocated ReSampleContext, NULL if error occured
2585 ReSampleContext *av_audio_resample_init(int output_channels, int input_channels,
2592 int audio_resample(ReSampleContext *s, short *output, short *input, int nb_samples);
2593 void audio_resample_close(ReSampleContext *s);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dtranscode.c69 ReSampleContext *resample_ctx;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davconv.c233 ReSampleContext *resample; /* for audio resampling */
H A Dffmpeg.c276 ReSampleContext *resample; /* for audio resampling */

Completed in 227 milliseconds