Home
last modified time | relevance | path

Searched defs:batchSize (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
Daudio_deferred_process.cpp133 …Records = [this, &processedRecords, &rawArr, &processedArr](uint32_t i, uint32_t batchSize)->void { in Process()
/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/
Dcloud_media_asset_download_operation.cpp288 …dMediaAssetDownloadOperation::StartFileCacheFailed(const int64_t batchNum, const int64_t batchSize) in StartFileCacheFailed()
308 …oudMediaAssetDownloadOperation::StartBatchDownload(const int64_t batchNum, const int64_t batchSize) in StartBatchDownload()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/operation/
Dphoto_day_month_year_operation.cpp240 …d::vector<std::string>> PhotoDayMonthYearOperation::QueryNeedUpdateFileIds(const int32_t batchSize) in QueryNeedUpdateFileIds()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
Drender_preprocessor_system.cpp532 if (const auto batchSize = pos - it; batchSize == 1U) { in Update() local
Drender_system.cpp1658 if (const auto batchSize = currentIndex - batchStartIndex; batchSize) { in ProcessRenderables() local
1670 if (const auto batchSize = currentIndex - batchStartIndex; batchSize) { in ProcessRenderables() local