Home
last modified time | relevance | path

Searched refs:hapticSampleCount (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp448 size_t hapticSampleCount = inBuffer->frameCount * context->param.hapticChannelCount; in HapticGenerator_Process() local
449 if (hapticSampleCount > context->inputBuffer.size()) { in HapticGenerator_Process()
452 context->inputBuffer.resize(hapticSampleCount); in HapticGenerator_Process()
453 context->outputBuffer.resize(hapticSampleCount); in HapticGenerator_Process()
468 os::scaleHapticData(hapticOutBuffer, hapticSampleCount, context->param.maxHapticIntensity, in HapticGenerator_Process()
479 hapticSampleCount); in HapticGenerator_Process()