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

Commit 46186b31 authored by Vaibhav Deshu Venkatesh's avatar Vaibhav Deshu Venkatesh
Browse files

msm: vidc: Do not update dimensions during sufficient event



During sequence changed event, we need not update port
dimensions internally. This should be done by client once
it receives sequence changed event.

CRs-Fixed: 2062059
Change-Id: If36b6461b96fba6233a398fd47539b4c7d86b188
Signed-off-by: default avatarVaibhav Deshu Venkatesh <vdeshuve@codeaurora.org>
parent e13b3810
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1610,8 +1610,6 @@ static void handle_event_change(enum hal_command_response cmd, void *data)
				"event_notify->height = %d event_notify->width = %d\n",
				event_notify->height,
				event_notify->width);
		inst->prop.height[OUTPUT_PORT] = event_notify->height;
		inst->prop.width[OUTPUT_PORT] = event_notify->width;
	}

	rc = msm_vidc_check_session_supported(inst);