Searched refs:mPcmConfig (Results 1 – 2 of 2) sorted by relevance
195 DUMP("\tinput sample rate: %d\n", mPcmConfig.rate); in dump()196 DUMP("\tinput channels: %d\n", mPcmConfig.channels); in dump()321 memset(&mPcmConfig, 0, sizeof(mPcmConfig)); in startInputStream_l()327 mPcmConfig.channels = deviceInfo->minChannelCount; in startInputStream_l()329 mPcmConfig.channels = deviceInfo->maxChannelCount; in startInputStream_l()331 mPcmConfig.channels = requestedChannelCount; in startInputStream_l()350 mPcmConfig.rate = chosenSampleRate; in startInputStream_l()352 mPcmConfig.period_size = in startInputStream_l()353 AudioHardwareInput::kPeriodMsec * mPcmConfig.rate / 1000; in startInputStream_l()354 mPcmConfig.period_count = kPeriodCount; in startInputStream_l()[all …]
105 struct pcm_config mPcmConfig; variable