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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/
H A Dffmpeg.c286 ReSampleContext *resample; /* for audio resampling */ member in struct:AVOutputStream
663 if (ost->audio_resample && !ost->resample) {
666 ost->resample = av_audio_resample_init(enc->channels, dec->channels,
670 if (!ost->resample) {
671 fprintf(stderr, "Can not resample %d channels @ %d Hz to %d channels @ %d Hz\n",
700 //FIXME resample delay
735 av_resample_compensate(*(struct AVResampleContext**)ost->resample, comp, enc->sample_rate);
744 size_out = audio_resample(ost->resample,
2490 if (ost->resample)
2491 audio_resample_close(ost->resample);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/
H A Dffmpeg.c286 ReSampleContext *resample; /* for audio resampling */ member in struct:AVOutputStream
663 if (ost->audio_resample && !ost->resample) {
666 ost->resample = av_audio_resample_init(enc->channels, dec->channels,
670 if (!ost->resample) {
671 fprintf(stderr, "Can not resample %d channels @ %d Hz to %d channels @ %d Hz\n",
700 //FIXME resample delay
735 av_resample_compensate(*(struct AVResampleContext**)ost->resample, comp, enc->sample_rate);
744 size_out = audio_resample(ost->resample,
2490 if (ost->resample)
2491 audio_resample_close(ost->resample);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/
H A Dffmpeg.c286 ReSampleContext *resample; /* for audio resampling */ member in struct:AVOutputStream
663 if (ost->audio_resample && !ost->resample) {
666 ost->resample = av_audio_resample_init(enc->channels, dec->channels,
670 if (!ost->resample) {
671 fprintf(stderr, "Can not resample %d channels @ %d Hz to %d channels @ %d Hz\n",
700 //FIXME resample delay
735 av_resample_compensate(*(struct AVResampleContext**)ost->resample, comp, enc->sample_rate);
744 size_out = audio_resample(ost->resample,
2490 if (ost->resample)
2491 audio_resample_close(ost->resample);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A DMakefile22 resample.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A DMakefile22 resample.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A DMakefile22 resample.o \

Completed in 146 milliseconds