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

  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 98 int mSensorWidth;
Scene.cpp 87 mSensorWidth(sensorWidthPx),
94 if (mSensorWidth > mSensorHeight) {
95 mMapDiv = (mSensorWidth / (kSceneWidth + 1) ) + 1;
99 mOffsetX = (kSceneWidth * mMapDiv - mSensorWidth) / 2;
354 if (mCurrentX >= mSensorWidth) {

Completed in 131 milliseconds