Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp823 bool reprocess_request = false; in threadLoop() local
846 reprocess_request = true; in threadLoop()
938 (device_chars->second.quad_bayer_sensor && reprocess_request && in threadLoop()
941 : reprocess_request; in threadLoop()
955 if (!reprocess_request) { in threadLoop()
1034 if (!reprocess_request) { in threadLoop()
1046 if (!reprocess_request) { in threadLoop()
1141 if (!reprocess_request) { in threadLoop()
1159 if (!reprocess_request) { in threadLoop()
1186 if (reprocess_request) { in threadLoop()
[all …]
DEmulatedSensor.h462 bool reprocess_request,