diff options
Diffstat (limited to 'camera/QCamera2/HAL3/QCamera3HWI.h')
| -rwxr-xr-x | camera/QCamera2/HAL3/QCamera3HWI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camera/QCamera2/HAL3/QCamera3HWI.h b/camera/QCamera2/HAL3/QCamera3HWI.h index dec07af..593df08 100755 --- a/camera/QCamera2/HAL3/QCamera3HWI.h +++ b/camera/QCamera2/HAL3/QCamera3HWI.h @@ -163,6 +163,10 @@ private: int validateCaptureRequest(camera3_capture_request_t *request); + void handleMetadataWithLock(mm_camera_super_buf_t *metadata_buf); + void handleBufferWithLock(camera3_stream_buffer_t *buffer, + uint32_t frame_number); + void unblockRequestIfNecessary(); public: bool needOnlineRotation(); |
