Home
last modified time | relevance | path

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

/hardware/google/pixel/vibrator/cs40l26/
DDspMemChunk.cpp91 write(24, PWLE_HEADER_WORD_COUNT); /* Header word count */
242 f += PWLE_HEADER_WORD_COUNT * PWLE_WORD_SIZE; in updateWLength()
273 f += PWLE_HEADER_WORD_COUNT * PWLE_WORD_SIZE; in updateNSection()
302 f += PWLE_HEADER_WORD_COUNT * PWLE_WORD_SIZE; in updateWCount()
304 uint32_t dataSize = segmentCount * PWLE_SEGMENT_WORD_COUNT + PWLE_HEADER_WORD_COUNT; in updateWCount()
DDspMemChunk.h33 static constexpr uint8_t PWLE_HEADER_WORD_COUNT = 3; variable