Home
last modified time | relevance | path

Searched refs:MakeKey (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp1033 g_procMapping.emplace(MakeKey(RGBA_F16, ARGB_8888), in InitF16Proc()
1035 g_procMapping.emplace(MakeKey(RGBA_F16, RGBA_8888), in InitF16Proc()
1037 g_procMapping.emplace(MakeKey(RGBA_F16, BGRA_8888), in InitF16Proc()
1039 g_procMapping.emplace(MakeKey(RGBA_F16, ABGR_8888), in InitF16Proc()
1041 g_procMapping.emplace(MakeKey(RGBA_F16, RGB_565), in InitF16Proc()
1044 g_procMapping.emplace(MakeKey(BGR_888, RGBA_F16), in InitF16Proc()
1046 g_procMapping.emplace(MakeKey(RGB_888, RGBA_F16), in InitF16Proc()
1050 g_procMapping.emplace(MakeKey(ARGB_8888, RGBA_F16), in InitF16Proc()
1052 g_procMapping.emplace(MakeKey(RGBA_8888, RGBA_F16), in InitF16Proc()
1054 g_procMapping.emplace(MakeKey(BGRA_8888, RGBA_F16), in InitF16Proc()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/command/
H A Drs_command_factory.cpp47 inline uint32_t MakeKey(uint16_t commandType, uint16_t commandSubType) in MakeKey() function
62 auto result = unmarshallingFuncLUT_.try_emplace(MakeKey(type, subtype), func); in Register()
71 auto it = unmarshallingFuncLUT_.find(MakeKey(type, subtype)); in GetUnmarshallingFunc()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetsys_client.c143 static bool MakeKey(const char *hostName, const char *serv, const struct addrinfo *hints, in MakeKey() function
221 if (!MakeKey(param.host, param.serv, param.hint, key)) { in NetsysSendKeyForCache()