diff options
Diffstat (limited to 'camera/QCamera2/stack/common')
-rw-r--r-- | camera/QCamera2/stack/common/mm_camera_interface.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/camera/QCamera2/stack/common/mm_camera_interface.h b/camera/QCamera2/stack/common/mm_camera_interface.h index 40bd6d3..f3c7ce4 100644 --- a/camera/QCamera2/stack/common/mm_camera_interface.h +++ b/camera/QCamera2/stack/common/mm_camera_interface.h @@ -883,8 +883,9 @@ int32_t mm_stream_calc_offset_preview(cam_stream_info_t *stream_info, cam_padding_info_t *padding, cam_stream_buf_plane_info_t *buf_planes); -int32_t mm_stream_calc_offset_post_view(cam_format_t fmt, +int32_t mm_stream_calc_offset_post_view(cam_stream_info_t *stream_info, cam_dimension_t *dim, + cam_padding_info_t *padding, cam_stream_buf_plane_info_t *buf_planes); int32_t mm_stream_calc_offset_snapshot(cam_format_t fmt, |