Searched refs:device_chars (Results 1 – 1 of 1) sorted by relevance
489 auto device_chars = chars_->find(logical_camera_id); in StartUp() local490 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() local687 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 …]