Home
last modified time | relevance | path

Searched refs:m_items (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/imagecodec/
H A Dformat.cpp24 m_items = src.m_items; in Format()
29 m_items = src.m_items; in operator =()
35 return (m_items.find(key) != m_items.end()); in ContainKey()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H A Dformat.h37 m_items[key] = value; in SetValue()
43 const auto it = m_items.find(key); in GetValue()
44 if (it == m_items.end()) { in GetValue()
52 std::unordered_map<std::string, std::any> m_items;
H A Dparam_bundle.h38 m_items[key] = value; in SetValue()
45 const auto it = m_items.find(key); in GetValue()
46 if (it == m_items.end()) { in GetValue()
60 std::unordered_map<std::string, std::any> m_items; variable
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dparam_bundle.h38 m_items[key] = value; in SetValue()
45 const auto it = m_items.find(key); in GetValue()
46 if (it == m_items.end()) { in GetValue()
64 std::unordered_map<std::string, std::any> m_items; variable