mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 09:05:06 +03:00
android: mm: cros_camera_buffer: Drop undefined functions
The CameraBuffer::Private::planeAddr() functions are declared but not
defined (and of course not used). Drop them.
Fixes: d8d6a78f22
("android: Introduce Chromium OS buffer manager")
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
7532caa2c7
commit
4510638e5d
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ private:
|
|||
void *addr;
|
||||
android_ycbcr ycbcr;
|
||||
} mem;
|
||||
|
||||
const uint8_t *planeAddr(unsigned int plane) const;
|
||||
uint8_t *planeAddr(unsigned int plane);
|
||||
};
|
||||
|
||||
CameraBuffer::Private::Private(CameraBuffer *cameraBuffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue