/packages/modules/NeuralNetworks/runtime/ |
D | Manager.cpp | 194 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController, 251 const SharedBurst& burstController, const OptionalTimePoint& deadline) const override; 579 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController, in execute() argument 592 const bool burstCompute = (burstController != nullptr); in execute() 597 auto cacheHold = burstController->cacheMemory(*maybeMemory); in execute() 603 result = burstController->execute(request, measure, deadline, loopTimeoutDuration, metaData, in execute() 732 const SharedBurst& burstController, const OptionalTimePoint& deadline) const { in compute() argument 737 const bool burstCompute = (burstController != nullptr); in compute() 740 auto burstExecution = mCachedBurstExecutions.find(burstController.get()); in compute() 745 auto cacheHold = burstController->cacheMemory(*maybeMemory); in compute() [all …]
|
D | ExecutionPlan.cpp | 1443 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback() argument 1446 if (burstController != nullptr) { in fallback() 1447 *burstController = nullptr; in fallback() 1464 return next(controller, executor, burstController, mainModelOutputShapes); in fallback() 1559 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next() argument 1566 if (burstController != nullptr) { in next() 1567 *burstController = nullptr; in next() 1577 return nextCompound(controller, executor, burstController, mainModelOutputShapes); in next() 1582 SharedBurst* burstController, in nextCompound() argument 1596 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 | 691 auto burstController = burstBuilder ? burstBuilder->getControllerAt(0) : nullptr; in computeInternal() local 692 auto [n, outputShapes, timing] = mExecutor->compute(deadline, burstController); in computeInternal() 735 SharedBurst burstController; in computeInternal() local 737 ? mPlan->fallback(controller, &executor, &burstController, &outputShapes) in computeInternal() 738 : mPlan->next(controller, &executor, &burstController, &outputShapes); in computeInternal() 757 auto [stepN, stepOutputShapes, _] = executor->compute(deadline, burstController); in computeInternal() 1509 const OptionalTimePoint& deadline, const SharedBurst& burstController) { in compute() argument 1523 std::tie(n, outputShapes, timing) = execution->compute(burstController, deadline); in compute() 1530 mInputs, mOutputs, mMemories.getObjects(), burstController, measure, deadline, 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 | 404 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
|