Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstFacadeFactory.java81 BurstFacade burstController = new BurstFacadeImpl(appContext, orientationController, in create() local
85 return new ToastingBurstFacadeDecorator(burstController, toaster); in create()
H A DBurstTakerImpl.java83 BurstController burstController) { in startBurst() argument
91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand, in startBurst()
H A DBurstTaker.java35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst() argument
H A DBurstCaptureCommand.java94 BurstController burstController, in BurstCaptureCommand() argument
103 mBurstController = burstController; in BurstCaptureCommand()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DManager.cpp153 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
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()
686 auto createResult = burstController->createReusableExecution(kRequest, kMeasure, in compute()
[all …]
H A 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,
H A DExecutionPlan.cpp1394 if (burstController != nullptr) { in fallback()
1395 *burstController = nullptr; in fallback()
1412 return next(controller, executor, burstController, mainModelOutputShapes); in fallback()
1514 if (burstController != nullptr) { in next()
1515 *burstController = nullptr; in next()
1530 SharedBurst* burstController, in nextCompound() argument
1559 SharedBurst* burstController, in nextCompound() argument
1577 if (burstController != nullptr && controller->mBurstBuilder != nullptr) { in nextCompound()
1663 SharedBurst* burstController, in nextCompound() argument
1706 SharedBurst* burstController, in nextCompound() argument
[all …]
H A 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()
H A DManager.h57 const SharedBurst& burstController, const OptionalTimePoint& deadline) const = 0;
81 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
H A DExecutionBuilder.h382 const OptionalTimePoint& deadline, const SharedBurst& burstController = nullptr);
/aosp12/packages/apps/Camera2/src_pd/com/android/camera/one/v2/
H A DOneCameraCreator.java57 BurstFacade burstController, in create() argument
129 burstController, in create()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DCamera2OneCameraOpenerImpl.java109 final BurstFacade burstController, in open() argument
176 burstController, in open()
H A DOneCameraFactory.java40 BurstFacade burstController, in createOneCamera() argument
/aosp12/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraOpener.java61 BurstFacade burstController, in open() argument
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DLegacyOneCameraOpenerImpl.java53 BurstFacade burstController, in open() argument