drivers: video: add JPEG pixel format
Add JPEG pixel format needed for cameras with JPEG compression capability. Signed-off-by: Robert Szczepanski <rszczepanski@antmicro.com>
This commit is contained in:
parent
98b8f30a04
commit
69cc20bb17
1 changed files with 3 additions and 0 deletions
|
@ -569,6 +569,9 @@ void video_buffer_release(struct video_buffer *buf);
|
||||||
/* RGB formats */
|
/* RGB formats */
|
||||||
#define VIDEO_PIX_FMT_RGB565 video_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */
|
#define VIDEO_PIX_FMT_RGB565 video_fourcc('R', 'G', 'B', 'P') /* 16 RGB-5-6-5 */
|
||||||
|
|
||||||
|
/* JPEG formats */
|
||||||
|
#define VIDEO_PIX_FMT_JPEG video_fourcc('J', 'P', 'E', 'G') /* 8 JPEG */
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue