Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp945 ProcessType process_type = treat_as_reprocess ? REPROCESS in threadLoop() local
1093 device_settings->second.gain, process_type, in threadLoop()
1141 process_type, device_settings->second.zoom_ratio, rotate, in threadLoop()
1191 process_type, device_settings->second.zoom_ratio, in threadLoop()
1224 process_type, device_settings->second.zoom_ratio, in threadLoop()
1824 ProcessType process_type, in ProcessYUV420() argument
1835 if (process_type == HIGH_QUALITY && in ProcessYUV420()
1837 process_type = REGULAR; in ProcessYUV420()
1841 switch (process_type) { in ProcessYUV420()
DEmulatedSensor.h443 uint32_t gain, ProcessType process_type,