diff options
author | Sowmya Pandiri <spandiri@codeaurora.org> | 2015-06-10 16:20:55 -0700 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-16 00:30:25 +0100 |
commit | 48105524e541311d11dabb5f28687683210b88e4 (patch) | |
tree | 3f201ef533db4bf0413dc1b96e6cdba25f0821ee | |
parent | 864289950c1fb74959743189f5c8081d311bdf8d (diff) |
msm8996-common: Add property for additional input buffers
- Add property to communicate additional buffer requirement to camera
HAL. In case of encoder DCVS use case, camera HAL will read this
property and increment buffers accordingly.
Change-Id: I4c44d6e812a0a7e8cb454c7a14ff0002c0a4a9eb
-rw-r--r-- | vendor.prop | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor.prop b/vendor.prop index 3b4d2ce..9b24d79 100644 --- a/vendor.prop +++ b/vendor.prop @@ -82,6 +82,7 @@ vendor.audio.hw.aac.encoder=true # Media vendor.vidc.enc.disable.pq=true +vidc.enc.dcvs.extra-buff-count=2 vendor.audio.flac.sw.decoder.24bit=true media.aac_51_output_enabled=true mm.enable.smoothstreaming=true |