HomeSort by relevance Sort by last modified time
    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 132 milliseconds