Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/ETC1/
Detc1.cpp519 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_encode_image() local
528 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_encode_image()
572 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_decode_image() local
580 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) { in etc1_decode_image()
631 etc1_uint32 encodedWidth = (width + 3) & ~3; in etc1_pkm_format_header() local
634 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth); in etc1_pkm_format_header()
647 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET); in etc1_pkm_is_valid() local
652 encodedWidth >= width && encodedWidth - width < 4 && in etc1_pkm_is_valid()