diff options
-rw-r--r-- | Documentation/DocBook/media/v4l/media-types.xml | 9 | ||||
-rw-r--r-- | include/uapi/linux/media.h | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/media-types.xml b/Documentation/DocBook/media/v4l/media-types.xml index 60fe841f8846..95aa1f9c836a 100644 --- a/Documentation/DocBook/media/v4l/media-types.xml +++ b/Documentation/DocBook/media/v4l/media-types.xml | |||
@@ -176,6 +176,15 @@ | |||
176 | skipping are considered as scaling. | 176 | skipping are considered as scaling. |
177 | </entry> | 177 | </entry> |
178 | </row> | 178 | </row> |
179 | <row> | ||
180 | <entry><constant>MEDIA_ENT_F_PROC_VIDEO_STATISTICS</constant></entry> | ||
181 | <entry>Video statistics computation (histogram, 3A, ...). An entity | ||
182 | capable of statistics computation must have one sink pad and | ||
183 | one source pad. It computes statistics over the frames | ||
184 | received on its sink pad and outputs the statistics data on | ||
185 | its source pad. | ||
186 | </entry> | ||
187 | </row> | ||
179 | </tbody> | 188 | </tbody> |
180 | </tgroup> | 189 | </tgroup> |
181 | </table> | 190 | </table> |
diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h index 3136686c4bd0..7acf0f634f70 100644 --- a/include/uapi/linux/media.h +++ b/include/uapi/linux/media.h | |||
@@ -102,6 +102,7 @@ struct media_device_info { | |||
102 | #define MEDIA_ENT_F_PROC_VIDEO_PIXEL_ENC_CONV (MEDIA_ENT_F_BASE + 0x4003) | 102 | #define MEDIA_ENT_F_PROC_VIDEO_PIXEL_ENC_CONV (MEDIA_ENT_F_BASE + 0x4003) |
103 | #define MEDIA_ENT_F_PROC_VIDEO_LUT (MEDIA_ENT_F_BASE + 0x4004) | 103 | #define MEDIA_ENT_F_PROC_VIDEO_LUT (MEDIA_ENT_F_BASE + 0x4004) |
104 | #define MEDIA_ENT_F_PROC_VIDEO_SCALER (MEDIA_ENT_F_BASE + 0x4005) | 104 | #define MEDIA_ENT_F_PROC_VIDEO_SCALER (MEDIA_ENT_F_BASE + 0x4005) |
105 | #define MEDIA_ENT_F_PROC_VIDEO_STATISTICS (MEDIA_ENT_F_BASE + 0x4006) | ||
105 | 106 | ||
106 | /* | 107 | /* |
107 | * Connectors | 108 | * Connectors |