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

  /device/generic/goldfish/camera/fake-pipeline2/
Scene.h 184 static const int kSceneWidth;
Scene.cpp 43 const int Scene::kSceneWidth = 20;
46 const uint8_t Scene::kScene[Scene::kSceneWidth * Scene::kSceneHeight] = {
95 mMapDiv = (mSensorWidth / (kSceneWidth + 1) ) + 1;
99 mOffsetX = (kSceneWidth * mMapDiv - mSensorWidth) / 2;
346 mSceneIdx = mSceneY * kSceneWidth + mSceneX;

Completed in 459 milliseconds