Searched defs:ALOGVV (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/system/camera/fake-pipeline2/
H A DSensor.cpp22 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
24 #define ALOGVV(...) ((void)0) macro
151 ALOGVV("Exposure set to %f", ns/1000000.f);
157 ALOGVV("Frame duration set to %f", ns/1000000.f);
163 ALOGVV("Gain set to %d", gain);
240 ALOGVV("Sensor VSync");
261 ALOGVV("Sensor starting readout");
271 ALOGVV("Sensor readout complete");
292 ALOGVV("Starting next capture: Exposure: %f ms, gain: %d",
300 ALOGVV("Senso
[all...]

Completed in 26 milliseconds