Home
last modified time | relevance | path

Searched refs:kMaxHeight (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/fake-pipeline2/
DScene.h114 static const int kMaxHeight; variable
DSensor.cpp115 mSceneHeight((height < Scene::kMaxHeight) ? height : Scene::kMaxHeight),
DScene.cpp46 const int Scene::kMaxHeight = 20; member in android::Scene