Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_capture.cpp251 burstkeyMap_.emplace(captureId, curBurstKey_); in PrepareBurst()
268 if (burstkeyMap_.erase(captureId) > 0 && in ResetBurstKey()
282 auto iter = burstkeyMap_.find(captureId); in GetBurstKey()
283 if (iter != burstkeyMap_.end()) { in GetBurstKey()
295 auto iter = burstkeyMap_.find(captureId); in IsBurstCapture()
296 return iter != burstkeyMap_.end(); in IsBurstCapture()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_capture.h109 std::map<int32_t, std::string> burstkeyMap_; variable