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.cpp642 auto device_chars = chars_->find(logical_camera_id); in StartUp() local
643 if (device_chars == chars_->end()) { in StartUp()
660 device_chars->second.full_res_width, device_chars->second.full_res_height, in StartUp()
661 kElectronsPerLuxSecond, device_chars->second.orientation, in StartUp()
662 device_chars->second.is_front_facing); in StartUp()
851 auto device_chars = chars_->find((*b)->camera_id); in threadLoop() local
852 if (device_chars == chars_->end()) { in threadLoop()
860 device_chars->second.quad_bayer_sensor; in threadLoop()
866 scene_->Initialize(device_chars->second.full_res_width, in threadLoop()
867 device_chars->second.full_res_height, in threadLoop()
[all …]