Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.cpp489 auto device_chars = chars_->find(logical_camera_id); in StartUp() local
490 if (device_chars == chars_->end()) { in StartUp()
507 device_chars->second.full_res_width, device_chars->second.full_res_height, in StartUp()
508 kElectronsPerLuxSecond, device_chars->second.orientation, in StartUp()
509 device_chars->second.is_front_facing); in StartUp()
686 auto device_chars = chars_->find((*b)->camera_id); in threadLoop() local
687 if (device_chars == chars_->end()) { in threadLoop()
695 device_chars->second.quad_bayer_sensor; in threadLoop()
701 scene_->Initialize(device_chars->second.full_res_width, in threadLoop()
702 device_chars->second.full_res_height, in threadLoop()
[all …]