Searched refs:update_ctx (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample.h57 const void *src, int n, int update_ctx);
H A Dresample_template.c88 int n, int update_ctx)
118 if(update_ctx){
128 int n, int update_ctx)
171 if(update_ctx){
86 resample_common(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) argument
126 resample_linear(ResampleContext *c, void *dest, const void *source, int n, int update_ctx) argument
H A Dresample.c272 int src_size, int dst_size, int update_ctx)
288 if (update_ctx) {
299 *consumed = c->dsp.resample(c, dst, src, dst_size, update_ctx);
270 swri_resample(ResampleContext *c, uint8_t *dst, const uint8_t *src, int *consumed, int src_size, int dst_size, int update_ctx) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample2.c232 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ argument
305 if(update_ctx){
312 if(update_ctx && !c->compensation_distance){
H A Davcodec.h3587 * @param update_ctx If this is 0 then the context will not be modified, that way several channels can be resampled with the same context.
3590 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample2.c237 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ argument
309 if(update_ctx){
H A Davcodec.h4561 * @param update_ctx If this is 0 then the context will not be modified, that way several channels can be resampled with the same context.
4565 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample.c317 int *consumed, int src_size, int dst_size, int update_ctx,
374 if (update_ctx) {
316 resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx, int nearest_neighbour) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/x86/
H A Dresample.asm60 ; const $format *src, int size, int update_ctx)
265 ; const float *src, int size, int update_ctx)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2613 * @param update_ctx If this is 0 then the context will not be modified, that way several channels can be resampled with the same context.
2616 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);

Completed in 137 milliseconds