/packages/modules/NeuralNetworks/runtime/ |
D | Manager.cpp | 153 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 …]
|
D | ExecutionPlan.cpp | 1391 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 …]
|
D | ExecutionPlan.h | 690 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,
|
D | ExecutionBuilder.cpp | 652 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()
|
D | Manager.h | 57 const SharedBurst& burstController, const OptionalTimePoint& deadline) const = 0; 81 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController,
|
D | ExecutionBuilder.h | 382 const OptionalTimePoint& deadline, const SharedBurst& burstController = nullptr);
|
/packages/apps/Camera2/src/com/android/camera/burst/ |
D | BurstFacadeFactory.java | 81 BurstFacade burstController = new BurstFacadeImpl(appContext, orientationController, in create() local 85 return new ToastingBurstFacadeDecorator(burstController, toaster); in create()
|
D | BurstTakerImpl.java | 83 BurstController burstController) { in startBurst() argument 91 mBurstLifetime, evictionHandler, burstController, mRestorePreviewCommand, in startBurst()
|
D | BurstCaptureCommand.java | 94 BurstController burstController, in BurstCaptureCommand() argument 103 mBurstController = burstController; in BurstCaptureCommand()
|
D | BurstTaker.java | 35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst() argument
|
/packages/apps/Camera2/src_pd/com/android/camera/one/v2/ |
D | OneCameraCreator.java | 57 BurstFacade burstController, in create() argument 129 burstController, in create()
|
/packages/apps/Camera2/src/com/android/camera/one/v2/ |
D | Camera2OneCameraOpenerImpl.java | 109 final BurstFacade burstController, in open() argument 176 burstController, in open()
|
D | OneCameraFactory.java | 40 BurstFacade burstController, in createOneCamera() argument
|
/packages/apps/Camera2/src/com/android/camera/one/ |
D | OneCameraOpener.java | 61 BurstFacade burstController, in open() argument
|
/packages/apps/Camera2/src/com/android/camera/one/v1/ |
D | LegacyOneCameraOpenerImpl.java | 53 BurstFacade burstController, in open() argument
|