@@ -702,10 +702,10 @@ Video
702
702
* 8 bit RAW Bayer formats BGGR8 / GBRG8 / GRBG8 / RGGB8 have been renamed by adding
703
703
a S prefix in front:
704
704
705
- ``VIDEO_PIX_FMT_BGGR8 `` becomes `` VIDEO_PIX_FMT_SBGGR8 ` `
706
- ``VIDEO_PIX_FMT_GBRG8 `` becomes `` VIDEO_PIX_FMT_SGBRG8 ` `
707
- ``VIDEO_PIX_FMT_GRBG8 `` becomes `` VIDEO_PIX_FMT_SGRBG8 ` `
708
- ``VIDEO_PIX_FMT_RGGB8 `` becomes `` VIDEO_PIX_FMT_SRGGB8 ` `
705
+ ``VIDEO_PIX_FMT_BGGR8 `` becomes :c:macro: ` VIDEO_PIX_FMT_SBGGR8 `
706
+ ``VIDEO_PIX_FMT_GBRG8 `` becomes :c:macro: ` VIDEO_PIX_FMT_SGBRG8 `
707
+ ``VIDEO_PIX_FMT_GRBG8 `` becomes :c:macro: ` VIDEO_PIX_FMT_SGRBG8 `
708
+ ``VIDEO_PIX_FMT_RGGB8 `` becomes :c:macro: ` VIDEO_PIX_FMT_SRGGB8 `
709
709
710
710
* On STM32 devices, the DCMI driver (:dtcompatible: `st,stm32-dcmi `) now relies on endpoint based
711
711
video-interfaces.yaml bindings for sensor interface properties (such as bus width and
@@ -714,13 +714,10 @@ Video
714
714
:c:func: `video_set_frmival `.
715
715
See (:github: `89627 `).
716
716
717
- * video_endpoint_id enum has been dropped. It is no longer a parameter in any video API.
717
+ * :c: enum: ` video_endpoint_id ` has been dropped. It is no longer a parameter in any video API.
718
718
719
- * video_buf_type enum has been added. It is a required parameter in the following video APIs:
720
-
721
- ``set_stream ``
722
- ``video_stream_start ``
723
- ``video_stream_stop ``
719
+ * :c:enum: `video_buf_type ` has been added. It is a required parameter in the following video APIs:
720
+ :c:func: `set_stream `, :c:func: `video_stream_start `, :c:func: `video_stream_stop `
724
721
725
722
* ``video_format.pitch `` has been updated to be set explicitly by the driver, a task formerly
726
723
required by the application. This update enables the application to correctly allocate a buffer
0 commit comments