Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp507 bool reprocess_request = false; in threadLoop() local
526 reprocess_request = true; in threadLoop()
586 if (!reprocess_request) { in threadLoop()
596 if (!reprocess_request) { in threadLoop()
607 if (!reprocess_request) { in threadLoop()
621 reprocess_request ? (*next_input_buffer->begin())->width : 0, in threadLoop()
622 .height = reprocess_request in threadLoop()
625 .planes = reprocess_request in threadLoop()
647 ProcessType process_type = reprocess_request ? REPROCESS : in threadLoop()
682 reprocess_request ? (*next_input_buffer->begin())->width : 0, in threadLoop()
[all …]