Searched refs:mSettingsByTimestamp (Results 1 – 2 of 2) sorted by relevance
228 std::map<int64_t, std::pair<int32_t, int32_t>> mSettingsByTimestamp; variable
509 mSettingsByTimestamp[timestamp] = mSettingsByFrameNumber[resultExtras.frameNumber]; in onShutter()516 while (!mSettingsByTimestamp.empty()) { in compilePendingInputLocked()517 auto it = mSettingsByTimestamp.begin(); in compilePendingInputLocked()520 mSettingsByTimestamp.erase(it); in compilePendingInputLocked()