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

  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 548 etc1_uint32 encodedHeight = (outHeight + 3) & ~3;
550 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
680 etc1_uint32 encodedHeight = (height + 3) & ~3;
682 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
749 etc1_uint32 encodedHeight = (height + 3) & ~3;
752 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
765 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
770 encodedHeight >= height && encodedHeight - height < 4;
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 532 etc1_uint32 encodedHeight = (height + 3) & ~3;
534 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
585 etc1_uint32 encodedHeight = (height + 3) & ~3;
587 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
644 etc1_uint32 encodedHeight = (height + 3) & ~3;
647 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
660 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
665 encodedHeight >= height && encodedHeight - height < 4;
  /external/skia/third_party/etc1/
etc1.cpp 532 etc1_uint32 encodedHeight = (height + 3) & ~3;
534 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
585 etc1_uint32 encodedHeight = (height + 3) & ~3;
587 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
644 etc1_uint32 encodedHeight = (height + 3) & ~3;
647 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
660 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
665 encodedHeight >= height && encodedHeight - height < 4;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 524 etc1_uint32 encodedHeight = (height + 3) & ~3;
526 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
577 etc1_uint32 encodedHeight = (height + 3) & ~3;
579 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
636 etc1_uint32 encodedHeight = (height + 3) & ~3;
639 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
657 encodedHeight >= height && encodedHeight - height < 4;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 524 etc1_uint32 encodedHeight = (height + 3) & ~3;
526 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
577 etc1_uint32 encodedHeight = (height + 3) & ~3;
579 for (etc1_uint32 y = 0; y < encodedHeight; y += 4) {
636 etc1_uint32 encodedHeight = (height + 3) & ~3;
639 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
657 encodedHeight >= height && encodedHeight - height < 4;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 294 encodedHeight(0),
309 encodedHeight = data.encodedHeight;
336 encodedHeight = data.encodedHeight;
366 uint32_t encodedHeight;
  /external/webrtc/src/modules/interface/
module_common_types.h 319 encodedHeight = data.encodedHeight;
353 encodedHeight = data.encodedHeight;
386 WebRtc_UWord32 encodedHeight;
  /external/skia/src/gpu/
SkGr.cpp 151 uint32_t encodedHeight = etc1_pkm_get_height(bytes);
156 encodedHeight != static_cast<uint32_t>(bm.height())) {
  /external/chromium_org/third_party/skia/src/gpu/
SkGr.cpp 185 uint32_t encodedHeight = etc1_pkm_get_height(bytes);
190 encodedHeight != static_cast<uint32_t>(bm.height())) {
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_impl.cc 662 _encodedData.encodedHeight = video_codec_info_.height;

Completed in 263 milliseconds