Browse Source

video: driver: remove private controls from interface file

- These private controls are added by driver clients
  in their respective modules

Change-Id: Ie8d3dbee73e481d3651a6d5849ae7859bf5d42b0
Ashish Patil 2 years ago
parent
commit
5bbe9a0002
1 changed files with 0 additions and 16 deletions
  1. 0 16
      include/uapi/vidc/media/v4l2_vidc_extensions.h

+ 0 - 16
include/uapi/vidc/media/v4l2_vidc_extensions.h

@@ -29,20 +29,4 @@
 #define V4L2_MPEG_MSM_VIDC_DISABLE 0
 #define V4L2_MPEG_MSM_VIDC_ENABLE 1
 
-#define V4L2_CID_MPEG_VIDC_SECURE               (V4L2_CID_MPEG_VIDC_BASE + 0x1)
-#define V4L2_CID_MPEG_VIDC_LOWLATENCY_REQUEST   (V4L2_CID_MPEG_VIDC_BASE + 0x3)
-#define V4L2_CID_MPEG_VIDC_TIME_DELTA_BASED_RC  (V4L2_CID_MPEG_VIDC_BASE + 0xD)
-#define V4L2_CID_MPEG_VIDC_PRIORITY             (V4L2_CID_MPEG_VIDC_BASE + 0x2A)
-
-/* Encoder Complexity control */
-#define V4L2_CID_MPEG_VIDC_VENC_COMPLEXITY                                   \
-    (V4L2_CID_MPEG_VIDC_BASE + 0x2F)
-
-/* Decoder Max Number of Reorder Frames */
-#define V4L2_CID_MPEG_VIDC_METADATA_MAX_NUM_REORDER_FRAMES                   \
-    (V4L2_CID_MPEG_VIDC_BASE + 0x30)
-
-#define V4L2_CID_MPEG_VIDC_VUI_TIMING_INFO                                    \
-    (V4L2_CID_MPEG_VIDC_BASE + 0x43)
-
 #endif