Searched defs:flashType (Results 1 – 9 of 9) sorted by relevance
137 @FlashType int flashType); in submitStillCaptureRequests()144 @CaptureMode int captureMode, @FlashType int flashType) { in getCameraCapturePipelineAsync()
132 @ImageCapture.FlashType int flashType) { in submitStillCaptureRequests()141 @ImageCapture.CaptureMode int captureMode, @ImageCapture.FlashType int flashType) { in getCameraCapturePipelineAsync()
59 @ImageCapture.FlashType int flashType) { in submitStillCaptureRequests()
140 @FlashMode int flashMode, @FlashType int flashType) { in submitStillCaptures()152 @FlashType int flashType) { in createPipeline()188 @FlashMode int flashMode, @FlashType int flashType) { in getCameraCapturePipeline()
402 int captureMode, int flashType) { in submitStillCaptureRequests()443 int captureMode, int flashType) { in getCameraCapturePipelineAsync()
62 @ImageCapture.FlashType val flashType: Int, in <lambda>() constant in androidx.camera.camera2.pipe.integration.impl.StillCaptureRequestControl.CaptureRequest
660 private void captureTest(int captureMode, int flashType) in captureTest()
2895 public @NonNull Builder setFlashType(@FlashType int flashType) { in setFlashType()
2070 int flashType = FLASH_TYPE_ONE_SHOT_FLASH; in buildUseCases() local