commit | 32358360e5475dd5b4ed50113344260643d1b6bf | [log] [tgz] |
---|---|---|
author | François Gaffie <francois.gaffie@renault.com> | Fri May 31 10:36:39 2024 +0200 |
committer | Shunkai Yao <yaoshunkai@google.com> | Mon Jul 15 17:27:35 2024 +0000 |
tree | ac749ab1112731ca1726f9c389673e6c2d2a76e6 | |
parent | b96aa7a661cbe6f2f9f1a6c0cc11fb6e66c73355 [diff] |
Fix device effect instatiation -configure shall be called before any setParam (device, ...) as it will open the effect, thus creating the context. Context shall not be null to handle any setParameters -Input / Output MQ are invalid if the effect buffer size is 0. Bug: 32939147 Test: atest CtsMediaAudioTestCase Change-Id: I13676bc6564b24cf3b8d56e0646dc263599fea35 Merged-In: I13676bc6564b24cf3b8d56e0646dc263599fea35 Signed-off-by: François Gaffie <francois.gaffie@renault.com>