Searched refs:ramBufferLen (Results 1 – 1 of 1) sorted by relevance
82 static u32 ramBufferLen; // length in bytes variable159 if (ramBufferPosition == ramBufferLen) // passed end, fill with 0s in fillAram()166 u32 bytesLeft = ramBufferLen - ramBufferPosition; in fillAram()187 ramBufferPosition = ramBufferLen; in fillAram()339 ramBufferLen = ramBufferLenPcm16; in startStreamPcm16()508 ramBufferLen = ramBufferLenPcm8; in startStreamPcm8()728 ramBufferLen = OSRoundUp32B(dspHeader->num_adpcm_nibbles) >> 1; in startStreamAdpcm()