Searched refs:aPtrFrameData8 (Results 1 – 1 of 1) sorted by relevance
2115 uint32 PVID3ParCom::EightBitToWideCharBufferTransfer(const uint8 * aPtrFrameData8, in EightBitToWideCharBufferTransfer() argument2120 if (aPtrFrameData8 == NULL || aPtrFrameDataWCBase == NULL) in EightBitToWideCharBufferTransfer()2138 tempByteOne = aPtrFrameData8[z]; in EightBitToWideCharBufferTransfer()2139 tempByteTwo = aPtrFrameData8[z + 1]; in EightBitToWideCharBufferTransfer()2160 tempByteOne = aPtrFrameData8[z]; in EightBitToWideCharBufferTransfer()2161 tempByteTwo = aPtrFrameData8[z + 1]; in EightBitToWideCharBufferTransfer()