OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSensorHeight
(Results
1 - 2
of
2
) sorted by null
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
99
int
mSensorHeight
;
Scene.cpp
88
mSensorHeight
(sensorHeightPx),
94
if (mSensorWidth >
mSensorHeight
) {
97
mMapDiv = (
mSensorHeight
/ (kSceneHeight + 1) ) + 1;
100
mOffsetY = (kSceneHeight * mMapDiv -
mSensorHeight
) / 2;
357
if (mCurrentY >=
mSensorHeight
) mCurrentY = 0;
Completed in 146 milliseconds