Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/cpp/
Dbyte_buffer.c33 int32_t maxLengthInShort = dataSectionSize / frameSize; in byteBuffer_write() local
35 writer_pos_t tempRear = rear & (maxLengthInShort - 1); in byteBuffer_write()
36 size_t part1 = maxLengthInShort - tempRear; in byteBuffer_write()