libcamera/src
Laurent Pinchart a769684815 android: camera_stream: Return non-const pointer from camera3Stream()
The camera3_stream_t instances are used to interact with the camera
service, whose API uses non-const pointers. Replace the const reference
returned by CameraStream::camera3Stream() with a non-const pointer. It
turns out that nobody calls this function, but new users will be
introduced in subsequent commits.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
Signed-off-by: Umang Jain <umang.jain@ideasonboard.com>
2021-10-19 19:15:40 +05:30
..
android android: camera_stream: Return non-const pointer from camera3Stream() 2021-10-19 19:15:40 +05:30
cam cam: Remove using namespace in stream_options.h 2021-10-15 05:05:38 +03:00
gstreamer gstreamer: Check if Stream configurations were generated correctly 2021-10-05 03:30:36 +03:00
ipa ipa: ipu3: agc: Remove "using" directive from agc.h header 2021-10-19 13:14:54 +03:00
lc-compliance lc-compliance: Remove using namespace in header files 2021-10-15 05:05:41 +03:00
libcamera utils: gen-version: Pass the meson source root to the gen-version.sh script 2021-10-19 13:14:54 +03:00
qcam qcam: Remove using namespace in header files 2021-10-15 05:05:39 +03:00
v4l2 v4l2: Remove using namespace in header files 2021-10-15 05:05:40 +03:00
meson.build android: Split HAL to its own shared library 2021-06-25 16:09:46 +01:00