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

  /external/opencore/android/author/
authordriver.cpp 310 mAudioInputMIO = new AndroidAudioInput(ac->as);
311 if (mAudioInputMIO != NULL) {
313 mAudioNode = PvmfMediaInputNodeFactory::Create(static_cast<PvmiMIOControl *>(mAudioInputMIO.get()));
320 mAudioInputMIO->setAudioSource(AUDIO_SOURCE_CAMCORDER);
345 if (mAudioInputMIO != NULL) {
346 mAudioInputMIO->setAudioSource(AUDIO_SOURCE_CAMCORDER);
536 if (!mAudioInputMIO->setAudioSamplingRate(mSamplingRate))
542 if (!mAudioInputMIO->setAudioNumChannels(mNumberOfChannels))
1051 mAudioInputMIO.clear();
    [all...]
authordriver.h 350 sp<AndroidAudioInput> mAudioInputMIO;

Completed in 27 milliseconds