Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h228 std::map<int64_t, std::pair<int32_t, int32_t>> mSettingsByTimestamp; variable
DHeicCompositeStream.cpp509 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()