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

Commit defea4e8 authored by Praneeth Paladugu's avatar Praneeth Paladugu Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: New buffer counts exchange



Implement new buffer count exchange method between clients
and driver, which is common for both Encoder and Decoder.

CRs-Fixed: 2022735
Change-Id: I83287e06ad0389868be936d9685be8354bede007
Signed-off-by: default avatarPraneeth Paladugu <ppaladug@codeaurora.org>
parent aff73b63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1069,6 +1069,7 @@ int create_pkt_cmd_session_set_property(
		hfi = (struct hfi_buffer_count_actual *)
			&pkt->rg_property_data[1];
		hfi->buffer_count_actual = prop->buffer_count_actual;
		hfi->buffer_count_min_host = prop->buffer_count_min_host;

		buffer_type = get_hfi_buffer(prop->buffer_type);
		if (buffer_type)
Loading