Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 261b7b92 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: vidc: add plane_reserved_field and cb_event type enums"

parents 6d6aa1c9 a4599f1a
Loading
Loading
Loading
Loading
+21 −0
Original line number Original line Diff line number Diff line
@@ -348,4 +348,25 @@ enum msm_vidc_hdr_info_types {
	MSM_VIDC_RGB_MAX_FLL,
	MSM_VIDC_RGB_MAX_FLL,
};
};


enum msm_vidc_plane_reserved_field_types {
	MSM_VIDC_BUFFER_FD,
	MSM_VIDC_DATA_OFFSET,
	MSM_VIDC_COMP_RATIO,
	MSM_VIDC_INPUT_TAG_1,
	MSM_VIDC_INPUT_TAG_2,
};

enum msm_vidc_cb_event_types {
	MSM_VIDC_HEIGHT,
	MSM_VIDC_WIDTH,
	MSM_VIDC_BIT_DEPTH,
	MSM_VIDC_PIC_STRUCT,
	MSM_VIDC_COLOR_SPACE,
	MSM_VIDC_CROP_TOP,
	MSM_VIDC_CROP_LEFT,
	MSM_VIDC_CROP_HEIGHT,
	MSM_VIDC_CROP_WIDTH,
	MSM_VIDC_PROFILE,
	MSM_VIDC_LEVEL,
};
#endif
#endif