[libcamera-devel,GIT,PULL] Raspberry Pi: External buffer handling
mbox series

Message ID CAEmqJPowUVr66QNtbgxKwWrZ2sWxWyLHDSMa3Cjj9Pw=J=eRPw@mail.gmail.com
State Accepted
Headers show
Series
  • [libcamera-devel,GIT,PULL] Raspberry Pi: External buffer handling
Related show

Pull-request

https://github.com/naushir/libcamera.git

Message

Naushir Patuck Sept. 4, 2023, 11:38 a.m. UTC
The following changes since commit ae9bcb2155957da3b6324676d706a901acb8343f:

  libcamera: stream: Document stride will be 0 for compressed formats
(2023-08-29 10:40:25 +0300)

are available in the Git repository at:

  https://github.com/naushir/libcamera.git

for you to fetch changes up to ad64716ce927e4fcb8882f16dacc4bfcd15a9305:

  pipeline: rpi: Simplify buffer id generation (2023-09-04 11:13:27 +0100)

----------------------------------------------------------------
Naushir Patuck (4):
      pipeline: rpi: Increase buffer import count to 32
      pipeline: rpi: Remove additional external dma buf handling logic
      pipeline: rpi: Rename RPi::Stream::setExternalBuffer()
      pipeline: rpi: Simplify buffer id generation

 src/libcamera/pipeline/rpi/common/pipeline_base.cpp | 18 +-----------------
 src/libcamera/pipeline/rpi/common/pipeline_base.h   |  1 -
 src/libcamera/pipeline/rpi/common/rpi_stream.cpp    | 56
+++++++++++++++-----------------------------------------
 src/libcamera/pipeline/rpi/common/rpi_stream.h      | 48
++++--------------------------------------------
 4 files changed, 20 insertions(+), 103 deletions(-)