Searched defs:pOutput (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DPrepare.cpp289 *pOutput = (unsigned char) (R + Y); local
305 *pOutput = (unsigned char) ((nTemp >> 8) & 0xFF); local
307 *pOutput = (unsigned char) ((nTemp >> 16) & 0xFF); local
260 Unprepare(int X, int Y, const WAVEFORMATEX* pWaveFormatEx, unsigned char* pOutput, unsigned int* pCRC) argument
319 *pOutput = (unsigned char) ((nTemp >> 8) & 0xFF); local
322 *pOutput = (unsigned char) ((nTemp >> 16) & 0xFF); local
347 *pOutput = (unsigned char) ((nTemp >> 8) & 0xFF); local
349 *pOutput = (unsigned char) ((nTemp >> 16) & 0xFF); local
[all...]

Completed in 35 milliseconds