OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:encodedHeight
(Results
1 - 3
of
3
) sorted by null
/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/webrtc/src/modules/interface/
module_common_types.h
319
encodedHeight
= data.
encodedHeight
;
353
encodedHeight
= data.
encodedHeight
;
386
WebRtc_UWord32
encodedHeight
;
Completed in 106 milliseconds