Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedRequestProcessor.cpp133 override_settings_.push({.settings = std::move(override_setting), in ProcessPipelineRequests()
137 override_settings_.push( in ProcessPipelineRequests()
570 while (!override_settings_.empty() && request_settings.get() != nullptr) { in ApplyOverrideSettings()
571 auto override_frame_number = override_settings_.front().frame_number; in ApplyOverrideSettings()
572 bool repeatingOverride = (override_settings_.front().settings == nullptr); in ApplyOverrideSettings()
575 : override_settings_.front().settings; in ApplyOverrideSettings()
601 override_settings_.pop(); in ApplyOverrideSettings()
DEmulatedRequestProcessor.h148 std::queue<OverrideRequest> override_settings_; variable