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

/frameworks/native/opengl/include/ETC1/
H A Detc1.h19 #define ETC1_DECODED_BLOCK_SIZE 48 macro
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp520 etc1_byte block[ETC1_DECODED_BLOCK_SIZE];
574 etc1_byte block[ETC1_DECODED_BLOCK_SIZE];
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp821 * @param in a pointer to a ETC1_DECODED_BLOCK_SIZE array of bytes that represent a
840 if (inB.remaining() < ETC1_DECODED_BLOCK_SIZE) {
867 } else if (outB.remaining() < ETC1_DECODED_BLOCK_SIZE) {

Completed in 701 milliseconds