Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H A Daudio_deferred_process.cpp133 …Records = [this, &processedRecords, &rawArr, &processedArr](uint32_t i, uint32_t batchSize)->void { in Process()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_cloud_sync/src/media_cloud_asset_download/
H A 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()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_preprocessor_system.cpp532 if (const auto batchSize = pos - it; batchSize == 1U) { in Update() local
H A Drender_system.cpp1658 if (const auto batchSize = currentIndex - batchStartIndex; batchSize) { in ProcessRenderables() local
1670 if (const auto batchSize = currentIndex - batchStartIndex; batchSize) { in ProcessRenderables() local