Searched refs:mNotificationFrames (Results 1 – 3 of 3) sorted by relevance
169 mAC->mMarkerPosition = (mAC->mNotificationFrames << 3) + (mAC->mNotificationFrames >> 1); in TEST_F()184 mAC->mMarkerPeriod = (mAC->mNotificationFrames << 3) + (mAC->mNotificationFrames >> 1); in TEST_F()220 mAC->mMarkerPosition = (mAC->mNotificationFrames << 3) + (mAC->mNotificationFrames >> 1); in TEST_P()
367 mNotificationFrames = 0; in AudioCapture()395 mNotificationFrames = mMaxBytesPerCallback / (samplesPerFrame * bytesPerSample); in create()397 mFrameCount = 2 * mNotificationFrames; in create()399 mFrameCount += mNotificationFrames; in create()404 mNotificationFrames = 0; in create()417 mNotificationFrames, mSessionId, mTransferType, mFlags, in create()429 attributionSource, mFrameCount, this, mNotificationFrames, in create()441 mNotificationFrames = mRecord->getNotificationPeriodInFrames(); in create()442 mMaxBytesPerCallback = mNotificationFrames * samplesPerFrame * bytesPerSample; in create()508 recordBuffer.frameCount = mNotificationFrames; in obtainBuffer()
165 uint32_t mNotificationFrames; variable