| 67 | }; |
| 68 | |
| 69 | struct CaptureRequestInfo { |
| 70 | ANativeWindow* outputNativeWindow_; |
| 71 | ACaptureSessionOutput* sessionOutput_; |
| 72 | ACameraOutputTarget* target_; |
| 73 | ACaptureRequest* request_; |
| 74 | ACameraDevice_request_template template_; |
| 75 | int sessionSequenceId_; |
| 76 | }; |
| 77 | |
| 78 | class CameraId; |
| 79 | class NDKCamera { |
nothing calls this directly
no outgoing calls
no test coverage detected