Home
last modified time | relevance | path

Searched refs:specInfo (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp61 auto fgColor = StrToColor(specInfo.fgColor);
62 auto bgColor = StrToColor(specInfo.bgColor);
98 specInfo.hasEp = true;
132 specInfo.hasEp = true;
144 specInfo.endPoint = epId;
155 specInfo.endPoint = epId;
297 UxViewInfo info {commonInfo, specInfo};
301 auto fontColor = StrToColor(specInfo.txtColor);
302 auto bgColor = StrToColor(specInfo.bgColor);
365 UxViewInfo info {commonInfo, specInfo};
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_query_sync_test.cpp215 DataSizeSpecInfo specInfo = {4 * 1024 * 1024, DBConstant::MAX_HPMODE_PACK_ITEM_SIZE}; variable
276 specInfo, token, entries), E_OK);
327 EXPECT_EQ(g_store->GetSyncDataNext(entries, token, specInfo), E_OK);
345 EXPECT_EQ(g_store->GetSyncDataNext(entries, token, specInfo), E_OK);
365 EXPECT_EQ(g_store->GetSyncDataNext(entries, token, specInfo), E_OK);
522 DataSizeSpecInfo specInfo = {MTU_SIZE, maxItemSize}; variable
524 g_store->GetSyncData(queryObj, SyncTimeRange{}, specInfo, token, entries);
529 g_store->GetSyncDataNext(entries, token, specInfo);
570 DataSizeSpecInfo specInfo = {MTU_SIZE, maxItemSize}; variable
572 g_store->GetSyncData(queryObj, SyncTimeRange{}, specInfo, token, entries);
[all …]
H A Ddistributeddb_storage_subscribe_query_test.cpp739 DataSizeSpecInfo specInfo = {4 * 1024 * 1024, DBConstant::MAX_HPMODE_PACK_ITEM_SIZE}; variable
742 EXPECT_EQ(store->GetSyncData(queryObj, SyncTimeRange{}, specInfo, token, entries), E_OK);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_parse_util.cpp209 SpecInfo& specInfo = modeInfo.specInfos[k]; in GetSpecInfo() local
212 specInfo.specId = originInfo[i]; in GetSpecInfo()
213 GetStreamInfo(originInfo, i + 1, j - 1, specInfo); in GetSpecInfo()
217 …lityParseUtil::GetStreamInfo(int32_t *originInfo, uint32_t start, uint32_t end, SpecInfo &specInfo) in GetStreamInfo() argument
238 specInfo.streamInfos.resize(streamTypeCount); in GetStreamInfo()
241 StreamInfo& streamInfo = specInfo.streamInfos[k]; in GetStreamInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dspirv_cross_helpers_gles.cpp56 const auto& specInfo = ((CoreCompiler&)compiler).GetConstants(); in ConstByName() local
57 for (auto& c : specInfo) { in ConstByName()
70 const auto& specInfo = compiler.get_specialization_constants(); in SpecConstByName() local
71 for (const auto& c : specInfo) { in SpecConstByName()
369 const auto& specInfo = compiler.get_specialization_constants(); in CreateSpecInfos() local
370 for (const auto& c : specInfo) { in CreateSpecInfos()
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability_parse_util.h102 … static void GetStreamInfo(int32_t* originInfo, uint32_t start, uint32_t end, SpecInfo& specInfo);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/utils/
H A Dmetadata_common_utils.cpp70 for (SpecInfo& specInfo : specInfos) { in GetSupportedPreviewSizeRangeFromProfileLevel()
71 for (StreamInfo& streamInfo : specInfo.streamInfos) { in GetSupportedPreviewSizeRangeFromProfileLevel()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcamera_preconfig.cpp126 for (SpecInfo& specInfo : specInfos) { in FindMaxDetailInfoFromProfileLevel()
127 for (StreamInfo& streamInfo : specInfo.streamInfos) { in FindMaxDetailInfoFromProfileLevel()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/input/
H A Dcamera_manager.cpp1632 for (SpecInfo& specInfo : specInfos) { in ParseProfileLevel()
1633 MEDIA_INFO_LOG("modeName: %{public}d specId: %{public}d", modeName, specInfo.specId); in ParseProfileLevel()
1634 for (StreamInfo& streamInfo : specInfo.streamInfos) { in ParseProfileLevel()
1635 CreateProfileLevel4StreamType(profilesWrapper, specInfo.specId, streamInfo); in ParseProfileLevel()