[libcamera-devel,0/3,v2] Use StreamFormats in pipelines
mbox series

Message ID 20200324175643.22382-1-kgupta@es.iitr.ac.in
Headers show
Series
  • Use StreamFormats in pipelines
Related show

Message

Kaaira Gupta March 24, 2020, 5:56 p.m. UTC
This patchset aims at using StreamFormats in the pipelines, thereby
replacing the default constructor SteamConfiguration() by its
parameterized counterpart.

Changes since v1:
	- Patch 1: No change.
	- Patch 2: Fixed whitespace errors.
	- Patch 3: revised the sizerange vector passed in StreamFormats

Kaaira Gupta (3):
  libcamera: pipeline: Replace resize() with erase() in validate()
  libcamera: pipeline: rkisp1: Use parameterized StreamConfiguration
  libcamera: pipeline: ipu3: Use parameterized StreamConfiguration

 src/libcamera/pipeline/ipu3/ipu3.cpp     | 19 ++++++++--
 src/libcamera/pipeline/rkisp1/rkisp1.cpp | 47 +++++++++++++++++-------
 src/libcamera/pipeline/uvcvideo.cpp      |  8 +++-
 src/libcamera/pipeline/vimc.cpp          |  8 +++-
 4 files changed, 61 insertions(+), 21 deletions(-)