Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.cpp285 int DspMemChunk::updateWCount(int segmentCount) { in updateWCount() argument
288 if (segmentCount > COMPOSE_SIZE_MAX + 1 /*1st effect may have a delay*/) { in updateWCount()
289 ALOGE("%s: Invalid argument: %d", __func__, segmentCount); in updateWCount()
304 uint32_t dataSize = segmentCount * PWLE_SEGMENT_WORD_COUNT + PWLE_HEADER_WORD_COUNT; in updateWCount()
DDspMemChunk.h83 int updateWCount(int segmentCount);