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

Commit 1897dc8d authored by Dikshita Agarwal's avatar Dikshita Agarwal
Browse files

msm-vidc: add image encode capabilities for atoll



Add heic capabilities to accept/reject the session.

Change-Id: Ideca3acab051b69325f8270942a746d9fdcb1c7d
Signed-off-by: default avatarDikshita Agarwal <dikshita@codeaurora.org>
parent 6fa30981
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -784,6 +784,8 @@ static struct msm_vidc_platform_data atoll_data = {
	.csc_data.vpe_csc_custom_limit_coeff = vpe_csc_custom_limit_coeff,
	.efuse_data = NULL,
	.efuse_data_length = 0,
	.heic_image_capability = &default_heic_image_capability,
	.hevc_image_capability = &default_hevc_image_capability,
	.sku_version = 0,
	.vpu_ver = VPU_VERSION_4,
};