Home
last modified time | relevance | path

Searched refs:imageCount (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dnode_context_descriptor_set_manager_gles.cpp63 uint32_t imageCount = 0; in CreateDescriptorSet() local
78 imageCount += descriptorCount; in CreateDescriptorSet()
88 newSet.images.resize(imageCount); in CreateDescriptorSet()
113 uint32_t imageCount = 0; in CreateOneFrameDescriptorSet() local
128 imageCount += descriptorCount; in CreateOneFrameDescriptorSet()
138 newSet.images.resize(imageCount); in CreateOneFrameDescriptorSet()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dcomponent_snapshot.cpp141 bool CheckImageSuccessfullyLoad(const RefPtr<UINode>& node, int32_t& imageCount) in CheckImageSuccessfullyLoad() argument
149 imageCount++; in CheckImageSuccessfullyLoad()
171 if (!CheckImageSuccessfullyLoad(child, imageCount)) { in CheckImageSuccessfullyLoad()
244 int32_t imageCount = 0; in Get() local
245 bool checkImage = CheckImageSuccessfullyLoad(node, imageCount); in Get()
249 …c_str(), options.ToString().c_str(), node->GetId(), node->GetTag().c_str(), imageCount, checkImage, in Get()
327 int32_t imageCount = 0; in BuilerTask() local
328 if (param.checkImageStatus && !CheckImageSuccessfullyLoad(node, imageCount)) { in BuilerTask()
344 node->GetId(), param.ToString().c_str(), imageCount); in BuilerTask()
433 int32_t imageCount = 0; in CreateSync() local
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/report/
H A Dphotos_count_statistic.cpp270 … info.imageCount = this->QueryTotalCount(SearchCondition().SetMediaType(SINGLE_MEDIA_TYPE_IMAGE)); in GetAllStatInfo()
304 info.imageCount = this->QueryTotalCount(SearchCondition(defaultCondition)); in GetAllImageStatInfo()
342 info.imageCount = 0; in GetAllVideoStatInfo()
378 …info.imageCount = this->QueryAllRestoreCount(SearchCondition().SetMediaType(SINGLE_MEDIA_TYPE_IMAG… in GetAllRestoreStatInfo()
412 info.imageCount = this->QueryAllRestoreCount(SearchCondition(defaultCondition)); in GetAllRestoreImageStatInfo()
451 info.imageCount = 0; in GetAllRestoreVideoStatInfo()
491 info.imageCount = in GetImageAlbumInfo()
533 info.imageCount = 0; in GetVideoAlbumInfo()
610 info.imageCount = in GetFavoriteAlbumStatInfo()
650 info.imageCount = in GetTrashedAlbumStatInfo()
[all …]
H A Dgallery_media_count_statistic.cpp453 …info.imageCount = this->QueryGalleryAllCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMAGE)… in GetAllStatInfo()
486 …info.imageCount = this->QueryGalleryAllCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMAGE)… in GetAllImageStatInfo()
525 info.imageCount = 0; in GetAllVideoStatInfo()
562 …info.imageCount = this->GetGalleryMediaAllRestoreCount(SearchCondition().SetMediaType(DUAL_MEDIA_T… in GetAllRestoreStatInfo()
636 info.imageCount = 0; in GetAllRestoreVideoStatInfo()
673 …info.imageCount = this->QueryGallerySdCardCount(SearchCondition().SetMediaType(DUAL_MEDIA_TYPE_IMA… in GetSdCardStatInfo()
761 info.imageCount = in GetImageAlbumInfo()
804 info.imageCount = 0; in GetVideoAlbumInfo()
843 info.imageCount = in GetFavoriteAlbumStatInfo()
883 info.imageCount = in GetTrashedAlbumStatInfo()
[all …]
H A Dexternal_files_count_statistic.cpp83 info.imageCount = count; in GetMediaStatInfoFromMap()
H A Ddatabase_report.cpp112 info.imageCount, in PostInfoDfx()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_post_process_util.h156 uint32_t imageCount = 0U; member
169 if (ti_.imageCount == 0U) { in GetIntermediateImage()
173 ti_.idx = (ti_.idx + 1) % static_cast<uint32_t>(ti_.imageCount); in GetIntermediateImage()
H A Dpipeline_descriptor_set_binder.h136 const uint32_t bufferCount, const uint32_t imageCount, const uint32_t samplerCount);
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/include/
H A Ddfx_const.h134 int32_t imageCount = 0; member
146 int32_t imageCount; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_test.cpp68 int32_t imageCount = imageSource->GetSourceInfo(errorCode).topLevelImageNum; variable
70 ASSERT_EQ(1, imageCount);
/ohos5.0/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp938 uint32_t imageCount; variable
940 VkResult err = fpGetSwapchainImagesKHR(device_, swapChain_, &imageCount, NULL);
942 images.resize(imageCount);
943 err = fpGetSwapchainImagesKHR(device_, swapChain_, &imageCount, images.data());
957 uint32_t imageCount = 1; variable
958 std::vector<VkImage> images(imageCount);
959 VkResult err = fpGetSwapchainImagesKHR(device_, swapChain2_, &imageCount, images.data());
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.cpp283 const uint32_t imageCount = in SwapchainVk() local
288 PLUGIN_LOG_D("swapchainImageCount: %u", imageCount); in SwapchainVk()
310 imageCount, // minImageCount in SwapchainVk()
H A Dnode_context_descriptor_set_manager_vk.cpp373 descSetCounts.imageCount += descriptorCount; in IncreaseDescriptorSetCounts()
412 newSet.images.resize(descSetData.descriptorCounts.imageCount); in CreateDescriptorSet()
456 newSet.images.resize(descSetData.descriptorCounts.imageCount); in CreateOneFrameDescriptorSet()
679 descriptorPool.descriptorSets[arrayIndex].descriptorCounts.imageCount, in GetDescriptorSet()
H A Dnode_context_descriptor_set_manager_vk.h52 uint32_t imageCount { 0u };
/ohos5.0/drivers/peripheral/camera/interfaces/include/
H A Dvideo_key_info.h101 const std::string imageCount = "imageCount"; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_reporter.cpp414 int32_t imageCount = photoRecordInfo.imageCount; in ReportPhotoRecordInfo() local
429 "IMAGE_COUNT", imageCount, in ReportPhotoRecordInfo()
H A Ddfx_database_utils.cpp66 albumInfo.imageCount = GetInt32Val(PhotoAlbumColumns::ALBUM_IMAGE_COUNT, resultSet); in QueryAlbumInfoBySubtype()
196 …ret = ParseResultSet(imageAndVideoCountQuerySql, MEDIA_TYPE_IMAGE, photoRecordInfo.imageCount) && … in QueryPhotoRecordInfo()
H A Ddfx_manager.cpp242 …isLocal:%{public}d}", albumName.c_str(), albumInfo.count, albumInfo.imageCount, albumInfo.videoCou… in HandleAlbumInfoBySubtype()
244 …dfxReporter->ReportAlbumInfo(albumName.c_str(), albumInfo.imageCount, albumInfo.videoCount, albumI… in HandleAlbumInfoBySubtype()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/report/
H A Dmedia_backup_report_data_type.h27 int32_t imageCount{0};
45 << "imageCount: " << imageCount << ", " in ToString()
H A Dstatistic_processor.h51 albumInfoMap[info.lPath].imageCount = info.count; in ParseImageCount()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_particles_drawable.h28 std::vector<std::shared_ptr<RSImage>>& imageVector, size_t imageCount);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_particles_drawable.cpp27 std::vector<std::shared_ptr<RSImage>>& imageVector, size_t imageCount) in RSParticlesDrawable() argument
28 : particles_(particles), imageVector_(imageVector), imageCount_(imageCount) in RSParticlesDrawable()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdb_utils.h46 int imageCount; member
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarycommon_fuzzer/src/
H A Dmedialibrary_common_fuzzer.cpp82 .imageCount = FuzzInt32(data), in DfxTest()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dfetch_result.cpp595 int32_t imageCount = hiddenOnly_ ? -1 : in SetPhotoAlbum() local
599 photoAlbumData->SetImageCount(imageCount); in SetPhotoAlbum()

12