Merge tag 'LA.UM.9.14.r1-21200-LAHAINA.QSSI13.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/video-driver into android13-5.4-lahaina

"LA.UM.9.14.r1-21200-LAHAINA.QSSI13.0"

* tag 'LA.UM.9.14.r1-21200-LAHAINA.QSSI13.0' of https://git.codelinaro.org/clo/la/platform/vendor/opensource/video-driver:
  msm:vidc: add enums for crop event

Change-Id: I5ea6f0c56218702267d7121f43338e4417e62005
This commit is contained in:
Michael Bestas 2023-03-19 17:13:50 +02:00
commit 72ead4923f
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -649,5 +649,9 @@ enum msm_vidc_cb_event_types {
MSM_VIDC_PIC_STRUCT,
MSM_VIDC_COLOR_SPACE,
MSM_VIDC_FW_MIN_COUNT,
MSM_VIDC_CROP_LEFT,
MSM_VIDC_CROP_TOP,
MSM_VIDC_CROP_WIDTH,
MSM_VIDC_CROP_HEIGHT,
};
#endif