Home
last modified time | relevance | path

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

/external/opencore/fileformats/id3parcom/src/
Dpv_id3_parcom.cpp2115 uint32 PVID3ParCom::EightBitToWideCharBufferTransfer(const uint8 * aPtrFrameData8, in EightBitToWideCharBufferTransfer() argument
2120 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()