Searched refs:readBEUint16 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp627 static etc1_uint32 readBEUint16(const etc1_byte* pIn) { function
650 etc1_uint32 format = readBEUint16(pHeader + ETC1_PKM_FORMAT_OFFSET);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
653 etc1_uint32 width = readBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET);
654 etc1_uint32 height = readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET);
663 return readBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET);
669 return readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET);

Completed in 35 milliseconds