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

Commit 2abde93b authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents f7d25bdf 1bb7a94a
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;