OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DISPLAY_HEIGHT
(Results
1 - 3
of
3
) sorted by null
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_display_dimensions.h
37
#define
DISPLAY_HEIGHT
480
/frameworks/native/libs/gui/tests/
SRGB_test.cpp
47
DISPLAY_HEIGHT
= 512,
49
DISPLAY_SIZE = DISPLAY_WIDTH *
DISPLAY_HEIGHT
* PIXEL_SIZE,
81
DISPLAY_WIDTH,
DISPLAY_HEIGHT
));
121
for (int y = 0; y <
DISPLAY_HEIGHT
; ++y) {
140
DISPLAY_WIDTH,
DISPLAY_HEIGHT
, 0, GL_RGBA, GL_UNSIGNED_BYTE,
224
ASSERT_EQ(mLockedBuffer.height,
DISPLAY_HEIGHT
);
298
String8("SRGBTest Surface"), DISPLAY_WIDTH,
DISPLAY_HEIGHT
,
377
ASSERT_NO_FATAL_FAILURE(drawTexture(false, 0,
DISPLAY_HEIGHT
/ 2,
378
DISPLAY_WIDTH,
DISPLAY_HEIGHT
/ 2));
382
DISPLAY_WIDTH,
DISPLAY_HEIGHT
/ 2))
[
all
...]
/frameworks/native/services/inputflinger/tests/
InputReader_test.cpp
31
static const int32_t
DISPLAY_HEIGHT
= 800;
[
all
...]
Completed in 1000 milliseconds