zephyr/tests/drivers/video/api
Phi Bang Nguyen 9fa1aeea32 drivers: video: Add video_buf_type
M2M devices like ISPs or PxP have two separate buffer queues, i.e.
incoming and outcoming queues. For each API, the driver needs to
distinguish on which queue it needs to take action.

Add video buffer type to support this kind of devices.

- get_caps(), set/get_format(), enqueue()/dequeue(): the buffer type
is embeded in the video_caps, video_format and video_buffer structs

- video_stream_start/stop() : buffer type needs is sent as a parameter

Signed-off-by: Phi Bang Nguyen <phibang.nguyen@nxp.com>
2025-05-16 19:00:09 +02:00
..
src drivers: video: Add video_buf_type 2025-05-16 19:00:09 +02:00
app.overlay
CMakeLists.txt
prj.conf drivers: video: common: fix video_closest_frmival() fie.index 2025-05-12 19:20:45 +02:00
testcase.yaml