Home
last modified time | relevance | path

Searched defs:captureSession (Results 1 – 19 of 19) sorted by relevance

/aosp12/packages/apps/Camera2/src_pd/com/android/camera/burst/
H A DBurstControllerImpl.java47 CaptureSession captureSession) { in startBurst()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/errorhandling/
H A DFastCameraReset.java45 FastCameraReset(Logger.Factory logFactory, CameraCaptureSessionProxy captureSession, in FastCameraReset()
H A DRepeatFailureHandlerComponent.java49 FatalErrorHandler fatalErrorHandler, CameraCaptureSessionProxy captureSession, in create()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DFrameServerImpl.java83 public FrameServerImpl(FrameServer.Session captureSession) { in FrameServerImpl()
H A DTagDispatchCaptureSession.java104 public TagDispatchCaptureSession(CameraCaptureSessionProxy captureSession, Handler in TagDispatchCaptureSession()
/aosp12/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DTaskChainedCompressImageToJpeg.java41 ImageTaskManager imageTaskManager, CaptureSession captureSession) { in TaskChainedCompressImageToJpeg()
H A DTaskPreviewChainedJpeg.java48 CaptureSession captureSession, in TaskPreviewChainedJpeg()
H A DImageShadowTask.java73 CaptureSession captureSession, Optional<Runnable> runnableWhenDone) { in ImageShadowTask()
H A DImageConsumer.java86 Set<ImageTaskFlags> processingFlags, CaptureSession captureSession, in receiveImage()
H A DTaskCompressImageToJpeg.java76 CaptureSession captureSession, in TaskCompressImageToJpeg()
H A DTaskJpegEncode.java66 TaskImageContainer.ProcessingPriority preferredLane, CaptureSession captureSession) { in TaskJpegEncode()
H A DTaskImageContainer.java183 ProcessingPriority preferredLane, CaptureSession captureSession) { in TaskImageContainer()
H A DTaskConvertImageToRGBPreview.java94 CaptureSession captureSession, Size targetSize, ThumbnailShape thumbnailShape) { in TaskConvertImageToRGBPreview()
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstController.java106 CaptureSession captureSession); in startBurst()
H A DBurstFacadeImpl.java133 CaptureSession captureSession = captureSessionCreator.createAndStartEmpty(); in startBurst() local
/aosp12/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java353 AudioFormat audioFormat, int captureSession, byte[] data) { in EventPayload()
359 AudioFormat audioFormat, int captureSession, byte[] data, in EventPayload()
376 AudioFormat audioFormat, int captureSession, byte[] data, in EventPayload()
638 boolean captureAvailable, int captureSession, int captureDelayMs, int capturePreambleMs, in triggerHardwareRecognitionEventForTest()
/aosp12/frameworks/base/media/java/android/media/musicrecognition/
H A DRecognitionRequest.java111 public Builder setCaptureSession(int captureSession) { in setCaptureSession()
/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java1138 public final int captureSession; field in SoundTrigger.RecognitionEvent
1180 int captureSession, int captureDelayMs, int capturePreambleMs, in RecognitionEvent()
1250 int captureSession = in.readInt(); in fromParcel() local
1673 int captureSession, int captureDelayMs, int capturePreambleMs, in KeyphraseRecognitionEvent()
1697 int captureSession = in.readInt(); in fromParcelForKeyphrase() local
1795 boolean captureAvailable, int captureSession, int captureDelayMs, in GenericRecognitionEvent()
/aosp12/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java161 AudioFormat audioFormat, int captureSession, byte[] data) { in EventPayload()