Home
last modified time | relevance | path

Searched defs:kBlackLevel (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.h171 static const uint32_t kBlackLevel; variable
DSensor.cpp53 const uint32_t Sensor::kBlackLevel = 1000; member in android::Sensor
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.h173 static const uint32_t kBlackLevel; variable
DSensor.cpp55 const uint32_t Sensor::kBlackLevel = 1000; member in android::Sensor
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp32 const uint32_t kBlackLevel = 1000; variable