[libcamera-devel,0/4] v4l2: Miscellaneous improvements
mbox series

Message ID 20200106161417.19150-1-laurent.pinchart@ideasonboard.com
Headers show
Series
  • v4l2: Miscellaneous improvements
Related show

Message

Laurent Pinchart Jan. 6, 2020, 4:14 p.m. UTC
Hello,

This small patch series contains miscellaneous improvements to the V4L2
compatibility layer. Please see individual patches for details.

Laurent Pinchart (4):
  v4l2: compat_manager: Move file operations to new struct
    FileOperations
  v4l2: camera_proxy: Return correct type from VIDIOC_G_FMT
  v4l2: camera_proxy: Rationalize arguments to format helpers
  v4l2: camera_proxy: Create format info array

 src/v4l2/v4l2_camera_proxy.cpp   | 195 +++++++++++++------------------
 src/v4l2/v4l2_camera_proxy.h     |  10 +-
 src/v4l2/v4l2_compat_manager.cpp |  34 +++---
 src/v4l2/v4l2_compat_manager.h   |  34 +++---
 4 files changed, 124 insertions(+), 149 deletions(-)