Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2130 uint8 tempByteOne, tempByteTwo; in EightBitToWideCharBufferTransfer() local
2139 tempByteTwo = aPtrFrameData8[z + 1]; in EightBitToWideCharBufferTransfer()
2140 if ((tempByteOne == 0) && (tempByteTwo == 0)) in EightBitToWideCharBufferTransfer()
2148 tempFrameData16 = (uint16)((((uint16)(tempByteTwo << 8)) | tempByteOne)); in EightBitToWideCharBufferTransfer()
2161 tempByteTwo = aPtrFrameData8[z + 1]; in EightBitToWideCharBufferTransfer()
2162 if ((tempByteTwo == 0) && (tempByteOne == 0)) in EightBitToWideCharBufferTransfer()
2170 tempFrameData16 = (uint16)((((uint16)(tempByteOne << 8)) | tempByteTwo)); in EightBitToWideCharBufferTransfer()