Searched refs:mResampler (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp44 AudioResampler *mResampler; member in struct:android::VideoEditorResampler
82 context->mResampler = AudioResampler::create(
84 if (context->mResampler == NULL) {
87 context->mResampler->setSampleRate(android::VideoEditorResampler::kFreq32000Hz);
88 context->mResampler->setVolume(0x1000, 0x1000);
102 context->mResampler->setSampleRate(inSampleRate);
117 context->mResampler->setVolume(left,right);
135 if (context->mResampler != NULL) {
136 delete context->mResampler;
137 context->mResampler
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp36 mResampler = NULL;
94 if (mResampler != NULL) {
95 delete mResampler;
96 mResampler = NULL;
121 if (mResampler) {
142 mResampler->resample(pTmpBuffer, kOutputFrameCount, this);
306 if (mResampler != NULL) {
307 delete mResampler;
308 mResampler = NULL;
321 mResampler
[all...]
H A DVideoEditorSRC.h58 AudioResampler *mResampler; member in class:android::VideoEditorSRC
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp5993 mInput(input), mResampler(NULL), mRsmpOutBuffer(NULL), mRsmpInBuffer(NULL),
6009 delete mResampler;
6103 if (mResampler == NULL) {
6159 mResampler->resample(mRsmpOutBuffer, framesOut, this /* AudioBufferProvider* */);
6339 if (mResampler != NULL) {
6340 mResampler->reset();
6499 snprintf(buffer, SIZE, "Resampling: %d\n", (mResampler != NULL));
6737 delete mResampler;
6738 mResampler = NULL;
6760 mResampler
[all...]
H A DAudioFlinger.h1560 AudioResampler *mResampler;

Completed in 91 milliseconds