From e3e71661b5f063dbfe1314800da1da0b217e49f6 Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Tue, 18 Oct 2016 11:10:14 -0700 Subject: SnapdragonCamera: run-time updates the video encoder list Update the supported video encoder list based on video resolution. In addition, re-factor the run-time filtering of HFR list to follow the same approach. Finally, simplify the beautification dependency handling logic by fixing the supported video resolution to 720x480. CRs-Fixed: 1081552 Change-Id: I32b96f7ccf152ddf01400e9564e072e1bf1b68d1 --- assets/dependency.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets') diff --git a/assets/dependency.json b/assets/dependency.json index ebb9c6a25..e415a1cec 100644 --- a/assets/dependency.json +++ b/assets/dependency.json @@ -69,6 +69,7 @@ { "0":{}, "default": - {"pref_camera2_facedetection_key":"on"} + {"pref_camera2_facedetection_key":"on", + "pref_camera2_video_quality_key":"720x480"} } } -- cgit v1.2.3