diff options
| author | Kaaira Gupta <[email protected]> | 2020-07-05 13:53:06 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2020-07-19 11:39:22 +0000 |
| commit | 5f3fb5c54d67670fa6743d2434a5bd43a97c01de (patch) | |
| tree | 41d7812c92e0241a8ec1a1f9a80ea6cda2241693 /drivers/media/test-drivers/vimc/vimc-common.h | |
| parent | media: tpg: Add function to return colors' order of test image (diff) | |
| download | kernel-5f3fb5c54d67670fa6743d2434a5bd43a97c01de.tar.gz kernel-5f3fb5c54d67670fa6743d2434a5bd43a97c01de.zip | |
media: vimc: Add a control to display info on test image
Add a control in VIMC to display information such as the correct order of
colors for a given test pattern, counter, brightness, hue, saturation,
contrast, width and height at sensor over test image.
Signed-off-by: Kaaira Gupta <[email protected]>
Acked-by: Helen Koike <[email protected]>
Reviewed-by: Kieran Bingham <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/test-drivers/vimc/vimc-common.h')
| -rw-r--r-- | drivers/media/test-drivers/vimc/vimc-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/test-drivers/vimc/vimc-common.h b/drivers/media/test-drivers/vimc/vimc-common.h index ae163dec2459..a289434e75ba 100644 --- a/drivers/media/test-drivers/vimc/vimc-common.h +++ b/drivers/media/test-drivers/vimc/vimc-common.h @@ -20,6 +20,7 @@ #define VIMC_CID_VIMC_CLASS (0x00f00000 | 1) #define VIMC_CID_TEST_PATTERN (VIMC_CID_VIMC_BASE + 0) #define VIMC_CID_MEAN_WIN_SIZE (VIMC_CID_VIMC_BASE + 1) +#define VIMC_CID_OSD_TEXT_MODE (VIMC_CID_VIMC_BASE + 2) #define VIMC_FRAME_MAX_WIDTH 4096 #define VIMC_FRAME_MAX_HEIGHT 2160 |
