- should set appropriate bitrate on camera
- will use to load dolby codecs
Change-Id: I47ee3fbaf45b2b72f7b7e7a348795383f14b17dd
Signed-off-by: Omkar Chandorkar <gotenksIN@aospa.co>
[cyberknight777: Reorder proprietary files listing.]
Signed-off-by: Cyber Knight <cyberknight755@gmail.com>
* That way video recording apps will choose
16-bit PCM by default instead of 24-bit
one which happens to have quite low volume
on this device.
Change-Id: I2130c6a759afcd50a985b2f034b5c0b5374287af
* move to as many components as we reasonably can
* drop all duplicate configs and properties
* add missing oneplus usb additions
Signed-off-by: Omkar Chandorkar <gotenksIN@aosip.dev>
Runtime Resource Overlays (RROs) can no longer change the value of
resources in manifest when read during PackagerParser.
This change uses component-override to enable the service by default.
Remove usages of profile_supported_* from overlays as they no
longer configure the enable state of Bluetooth components.
Bug: 135048762
Test: adb shell pm query-services \
com.android.bluetooth/.avrcpcontroller.AvrcpControllerService
adb shell pm query-services \
com.android.bluetooth/.hid.HidDeviceService
adb shell pm query-services \
com.android.bluetooth/.sap.SapService
Change-Id: I284d254a921b14d1533745611a083f4b5a27d9dc
This doesn't work without proprietary patches to stagefright.
Prevents apps like Tidal from crashing since its expecting Dolby atmos to be present but it isn't
Change-Id: I33d46bac7712461e33fb1c38090a1904831b317f
Signed-off-by: Anirudh Gupta <anirudhgupta109@gmail.com>
Signed-off-by: Anirudh Gupta <anirudhgupta109@aosip.dev>