HomeSort by relevance Sort by last modified time
    Searched refs:mResampler (Results 1 - 5 of 5) sorted by null

  /frameworks/av/libvideoeditor/vss/src/
VideoEditorResampler.cpp 44 AudioResampler *mResampler;
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 = NULL
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 36 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 = AudioResampler::create
    [all...]
VideoEditorSRC.h 58 AudioResampler *mResampler;
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
Threads.h     [all...]

Completed in 268 milliseconds