mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-13 15:29:45 +03:00
android: camera_device: Fix wrong comment
Fix a wrong comment. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
This commit is contained in:
parent
7fa1a82811
commit
00982fbd25
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ std::tuple<uint32_t, uint32_t> CameraDevice::calculateStaticMetadataSize()
|
|||
* Calculate space occupation in bytes for dynamically built metadata
|
||||
* entries.
|
||||
*
|
||||
* Each stream configuration entry requires 52 bytes:
|
||||
* Each stream configuration entry requires 48 bytes:
|
||||
* 4 32bits integers for ANDROID_SCALER_AVAILABLE_STREAM_CONFIGURATIONS
|
||||
* 4 64bits integers for ANDROID_SCALER_AVAILABLE_MIN_FRAME_DURATIONS
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue