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.cpp5948 mInput(input), mTrack(NULL), mResampler(NULL), mRsmpOutBuffer(NULL), mRsmpInBuffer(NULL),
5964 delete mResampler;
6056 if (mResampler == NULL) {
6117 mResampler->resample(mRsmpOutBuffer, framesOut, this);
6284 if (mResampler != NULL) {
6285 mResampler->reset();
6402 snprintf(buffer, SIZE, "Resampling: %d\n", (mResampler != NULL));
6604 delete mResampler;
6605 mResampler = NULL;
6627 mResampler
[all...]
H A DAudioFlinger.h1425 AudioResampler *mResampler;

Completed in 264 milliseconds