Home
last modified time | relevance | path

Searched refs:burstController (Results 1 – 15 of 15) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DManager.cpp153 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
205 const SharedBurst& burstController, const OptionalTimePoint& deadline) const override;
526 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController, in execute() argument
538 const bool burstCompute = (burstController != nullptr); in execute()
543 auto cacheHold = burstController->cacheMemory(*maybeMemory); in execute()
550 result = burstController->execute(request, measure, deadline, loopTimeoutDuration); in execute()
669 const SharedBurst& burstController, const OptionalTimePoint& deadline) const { in compute() argument
674 const bool burstCompute = (burstController != nullptr); in compute()
677 auto burstExecution = mCachedBurstExecutions.find(burstController.get()); in compute()
682 auto cacheHold = burstController->cacheMemory(*maybeMemory); in compute()
[all …]
DExecutionPlan.cpp1391 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback() argument
1394 if (burstController != nullptr) { in fallback()
1395 *burstController = nullptr; in fallback()
1412 return next(controller, executor, burstController, mainModelOutputShapes); in fallback()
1507 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next() argument
1514 if (burstController != nullptr) { in next()
1515 *burstController = nullptr; in next()
1525 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next()
1530 SharedBurst* burstController, in nextCompound() argument
1544 return nextCompound(step, controller, executor, burstController, mainModelOutputShapes); in nextCompound()
[all …]
DExecutionPlan.h690 SharedBurst* burstController, const std::vector<OutputShape>* mainModelOutputShapes,
695 SharedBurst* burstController,
817 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
820 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
823 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
826 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
829 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController,
DExecutionBuilder.cpp652 auto burstController = burstBuilder ? burstBuilder->getControllerAt(0) : nullptr; in computeInternal() local
653 auto [n, outputShapes, timing] = mExecutor->compute(deadline, burstController); in computeInternal()
696 SharedBurst burstController; in computeInternal() local
698 ? mPlan->fallback(controller, &executor, &burstController, &outputShapes) in computeInternal()
699 : mPlan->next(controller, &executor, &burstController, &outputShapes); in computeInternal()
718 auto [stepN, stepOutputShapes, _] = executor->compute(deadline, burstController); in computeInternal()
1461 const OptionalTimePoint& deadline, const SharedBurst& burstController) { in compute() argument
1475 std::tie(n, outputShapes, timing) = execution->compute(burstController, deadline); in compute()
1482 mPreparedModel->execute(mInputs, mOutputs, mMemories.getObjects(), burstController, in compute()
DManager.h57 const SharedBurst& burstController, const OptionalTimePoint& deadline) const = 0;
81 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
DExecutionBuilder.h382 const OptionalTimePoint& deadline, const SharedBurst& burstController = nullptr);
/packages/apps/Camera2/src/com/android/camera/burst/
DBurstFacadeFactory.java81 BurstFacade burstController = new BurstFacadeImpl(appContext, orientationController, in create() local
85 return new ToastingBurstFacadeDecorator(burstController, toaster); in create()
DBurstTakerImpl.java83 BurstController burstController) { in startBurst() argument
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand, in startBurst()
DBurstCaptureCommand.java94 BurstController burstController, in BurstCaptureCommand() argument
103 mBurstController = burstController; in BurstCaptureCommand()
DBurstTaker.java35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst() argument
/packages/apps/Camera2/src_pd/com/android/camera/one/v2/
DOneCameraCreator.java57 BurstFacade burstController, in create() argument
129 burstController, in create()
/packages/apps/Camera2/src/com/android/camera/one/v2/
DCamera2OneCameraOpenerImpl.java109 final BurstFacade burstController, in open() argument
176 burstController, in open()
DOneCameraFactory.java40 BurstFacade burstController, in createOneCamera() argument
/packages/apps/Camera2/src/com/android/camera/one/
DOneCameraOpener.java61 BurstFacade burstController, in open() argument
/packages/apps/Camera2/src/com/android/camera/one/v1/
DLegacyOneCameraOpenerImpl.java53 BurstFacade burstController, in open() argument