| 57 | }; |
| 58 | |
| 59 | struct CaptureRequestInfo { |
| 60 | ANativeWindow* outputNativeWindow_; |
| 61 | ACaptureSessionOutput* sessionOutput_; |
| 62 | ACameraOutputTarget* target_; |
| 63 | ACaptureRequest* request_; |
| 64 | ACameraDevice_request_template template_; |
| 65 | int sessionSequenceId_; |
| 66 | }; |
| 67 | |
| 68 | class CameraId; |
| 69 | class NDKCamera { |
nothing calls this directly
no outgoing calls
no test coverage detected