Searched refs:segmentCount (Results 1 – 2 of 2) sorted by relevance
285 int DspMemChunk::updateWCount(int segmentCount) { in updateWCount() argument288 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()
83 int updateWCount(int segmentCount);