SnapdragonCamera: Add support for high-speed video recording

[1] Use combination of MediaRecorder.setCaptureRate and
setVideoFrameRate API to achieve HFR/HSR
------------------------------------------------------------
CaptureRate   videoFrameRate     Recorded-video
------------------------------------------------------------
120           30                 slow-mo @30fps
120           120                high-speed-video @120fps
------------------------------------------------------------
Deprecate usage of custom fields added to media-profiles for
checking max-capabilities. Instead, introduce high-speed profiles
and advertize correct values (ersolution, fps) to indicate
target capabilities
TODO: check against high-speed profile to check if a given
{resolution, fps} is supported
Add conversion routines in CameraSettings to convert from
normal quality level to time-lapse/high-speed quality.
Also, add back 4KDCI and VGA support

Change-Id: Ic1d5ed8ef52348cab2383abe304056e0401f7069
2 files changed