Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2126 uint16 tempFrameData16; in EightBitToWideCharBufferTransfer() local
2148 tempFrameData16 = (uint16)((((uint16)(tempByteTwo << 8)) | tempByteOne)); in EightBitToWideCharBufferTransfer()
2149 tempFrameDataWC = tempFrameData16; in EightBitToWideCharBufferTransfer()
2170 tempFrameData16 = (uint16)((((uint16)(tempByteOne << 8)) | tempByteTwo)); in EightBitToWideCharBufferTransfer()
2173 tempFrameDataWC = (tempFrameData16 << 16) && 0xff00; in EightBitToWideCharBufferTransfer()
2175 tempFrameDataWC = tempFrameData16; in EightBitToWideCharBufferTransfer()