[libcamera-devel,RFC,0/2,RESEND] Document post-processing
mbox series

Message ID 20211119131506.382462-1-umang.jain@ideasonboard.com
Headers show
Series
  • Document post-processing
Related show

Message

Umang Jain Nov. 19, 2021, 1:15 p.m. UTC
The first patch documents functions and structures invovled in
post-processing.

The second patch provides a overall diagram of code-flow of
post-processing async + how Camera3RequestDescriptor lifetime is
managed in the libcamera HAL.

--
Resent as 2/2 was garbled due to wrong charset sent via git send-email.

Umang Jain (2):
  android: Document the structures and functions for post-processing
  android: camera_request: Lifetime of a Camera3RequestDescriptor

 src/android/camera_device.cpp  |  35 +++++++++
 src/android/camera_request.cpp | 135 +++++++++++++++++++++++++++++++++
 src/android/camera_stream.cpp  |  12 +++
 3 files changed, 182 insertions(+)