6bca768a0b
Put RPiStream into the RPi namespace and add a new log category (RPISTREAM). Reorder methods into logical groups for readability. There are no functional changes in this commit. Signed-off-by: Naushir Patuck <naush@raspberrypi.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Tested-by: David Plowman <david.plowman@raspberrypi.com> Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
9 lines
160 B
Meson
9 lines
160 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
libcamera_sources += files([
|
|
'dma_heaps.cpp',
|
|
'raspberrypi.cpp',
|
|
'rpi_stream.cpp',
|
|
'staggered_ctrl.cpp',
|
|
])
|