HomeSort by relevance Sort by last modified time
    Searched refs:encodedWidth (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 523 etc1_uint32 encodedWidth = (width + 3) & ~3;
532 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
576 etc1_uint32 encodedWidth = (width + 3) & ~3;
584 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
635 etc1_uint32 encodedWidth = (width + 3) & ~3;
638 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
656 encodedWidth >= width && encodedWidth - width < 4 &&
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 523 etc1_uint32 encodedWidth = (width + 3) & ~3;
532 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
576 etc1_uint32 encodedWidth = (width + 3) & ~3;
584 for (etc1_uint32 x = 0; x < encodedWidth; x += 4) {
635 etc1_uint32 encodedWidth = (width + 3) & ~3;
638 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
656 encodedWidth >= width && encodedWidth - width < 4 &&
  /external/webrtc/src/modules/interface/
module_common_types.h 318 encodedWidth = data.encodedWidth;
352 encodedWidth = data.encodedWidth;
385 WebRtc_UWord32 encodedWidth;

Completed in 59 milliseconds