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

Commit 1bb7a94a authored by Iliya Varadzhakov's avatar Iliya Varadzhakov Committed by Rajakumar Govindaram
Browse files

msm: cpp: Add TNR buffer paddings in the common structure



The new stripe calculation require to use padding when
calculate TNR reference buffer stripes. These paddings
have to be added in the comon structure.

Change-Id: If4b77deba80bc21876467cebeec9b385ffbeea92
Signed-off-by: default avatarIliya Varadzhakov <ivarad@codeaurora.org>
parent a8bd72ac
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -43,6 +43,11 @@ struct msm_cpp_frame_strip_info {
	int32_t src_start_y;
	uint32_t src_end_y;

	uint32_t temporal_pad_bottom;
	uint32_t temporal_pad_top;
	uint32_t temporal_pad_right;
	uint32_t temporal_pad_left;

	int32_t temporal_src_start_x;
	uint32_t temporal_src_end_x;
	int32_t temporal_src_start_y;