Home
last modified time | relevance | path

Searched refs:kReturnResultThreshod (Results 1 – 2 of 2) sorted by relevance

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h248 static const nsecs_t kReturnResultThreshod; variable
DEmulatedSensor.cpp66 const nsecs_t EmulatedSensor::kReturnResultThreshod = 3 * kDefaultFrameDuration; member in android::EmulatedSensor
995 if ((work_done_real_time + kReturnResultThreshod) > frame_end_real_time) { in threadLoop()