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

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

Message

Umang Jain Jan. 4, 2022, 6:51 a.m. UTC
The first patch documents functions and structures involved 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.

Changes RFC -> v1:
- Address Laurent's comments
- Add R-b tags

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

 src/android/camera_device.cpp  |  37 ++++++++++
 src/android/camera_request.cpp | 126 +++++++++++++++++++++++++++++++++
 src/android/camera_stream.cpp  |  12 ++++
 3 files changed, 175 insertions(+)