Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libeffects/hapticgenerator/
H A DEffectHapticGenerator.cpp425 size_t audioSampleCount = inBuffer->frameCount * context->param.audioChannelCount; in HapticGenerator_Process() local
428 for (size_t i = 0; i < audioSampleCount; ++i) { in HapticGenerator_Process()