diff options
| author | Rashed Abdel-Tawab <rashed@linux.com> | 2016-12-24 04:47:57 -0500 |
|---|---|---|
| committer | Matt Filetto <matt.filetto@gmail.com> | 2016-12-30 02:08:53 -0800 |
| commit | bd801a2626546ac1be0729addf7fd2983f81229f (patch) | |
| tree | 0c2945443153f92c058cc6f1ecc4f01f55608f87 | |
| parent | dbe922eb47863251dee21e743dda06d1b56e21a5 (diff) | |
v20: Bulk camera prop updates
* Disable hw AAC encoder
* Allow low power video encoding
* Don't force API2, allow apps to set dynamically
* Remove debugging props, we have functioning cams now
Change-Id: I8405110e4453f06f01c44c6282085e3439d91c9c
| -rw-r--r-- | system.prop | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system.prop b/system.prop index 166683e..49f6292 100644 --- a/system.prop +++ b/system.prop @@ -28,16 +28,15 @@ audio.offload.multiple.enabled=true audio.offload.min.duration.secs=30 af.fast_track_multiplier=1 audio_hal.period_size=160 -qcom.hw.aac.encoder=true +#qcom.hw.aac.encoder=true # Bluetooth ro.bt.bdaddr_path="/data/misc/bdaddr" # Camera -camera2.portability.force_api=2 -persist.camera.global.debug=1 -persist.camera.sensor.debug=1 ro.camera.notify_nfc=1 +vidc.debug.perf.mode=2 +vidc.enc.dcvs.extra-buff-count=2 # Enable camera EIS # eis.enable: enables electronic image stabilization # is_type: sets image stabilization type |
