Commit Graph

17 Commits

Author SHA1 Message Date
Arne Coucheron 4218a1eb9e flo: media: Use media_codecs_google_video_le
It's better suited for low-end devices.

Change-Id: Ida6818173f17a25e4ae72750b5fd016c3858d2ea
2020-12-21 16:46:33 +01:00
Arne Coucheron 30207e248b flo: gps: Import AOSP GPS HAL from Pie
Change-Id: Ia8a20e6a360924c74226ccc7f324ba1c6404f9d8
2020-12-11 08:31:12 +01:00
followmsi fa6fc262b2 Revert "flo/deb: media_codecs.xml: drop QCOM avc decoder"
This reverts commit 42f8cb7a22.
2020-01-02 11:36:56 +01:00
followmsi 42f8cb7a22 flo/deb: media_codecs.xml: drop QCOM avc decoder
- AVC decoder seems not to work correctly.
- Stops graphics glitches when you start to watch movies.
- Camera seems to work as before.
2019-11-24 14:29:33 +01:00
Daniel Jarai a0984ee92b nfc: disable NFA_DM_PRE_DISCOVERY_CFG
Apparently, the Oreo HAL doesn't like it:
E/BrcmNfcNfa(946): nfc_ncif_update_window: Unexpected call
E/BrcmNfcNfa(946): nfc_ncif_cmd_timeout
E/BrcmNfcJni(946): nfaDeviceManagementCallback: NFA_DM_NFCC_TIMEOUT_EVT; abort
E/BrcmNfcJni(946): nfaDeviceManagementCallback: crash NFC service

Let's just disable it, which shouldn't hurt things, as hammerhead uses
the same chip, with NFA_DM_PRE_DISCOVERY_CFG disabled.

Change-Id: I1085d41379c3be85dcffd189d7023fc1e48c4a82
2019-05-06 13:42:08 +02:00
Daniel Jarai 638068a7a4 sensors: add a lightweight wrapper
Wraps our old API 1.0 sensors into API 1.3:
- fixes sensor flags and maxDelays
- adds batching support
- adds flush support (experimental, enabled by default)

Tested by running Android 8.1 CtsSensorTestCases, passing all tests.

Change-Id: I5aa66fa75f67f1775821975e1eab801d0ef42598
Signed-off-by: Svyatoslav Ryhel <clamor95@gmail.com>
2019-05-06 13:37:36 +02:00
voron00 63ff521afe flo/deb: media: drop QCOM avc.secure decoder
This decoder is broken and causing a lot of crashes on boot, also it doesn't seem to be used anymore since google moved to software widvine implentation, so let's get rid of it.

Change-Id: Ide34fa01b6aa0e7079711c58f82ae873e54f7cdf
2019-05-06 13:31:54 +02:00
Daniel Jarai 809df7c611 flo/deb: Make the external camera provider ignore internal cameras * The external camera provider occupies our camera v4l2 nodes, potentially crashing the kernel driver and blocking the camera HAL. Unfortunately, there's no easy way to just disable it, so let's just tell it to ignore the internal video devices. 2019-01-19 22:43:22 +01:00
Emmett Tsai bec8cf46f8 media: drop QCOM avc encoder 2019-01-19 22:36:22 +01:00
Ruchi Kandoi aa797493fd flo: Rename libnfc-brcm.conf -> libnfc-nci.conf
Change nfc.mk as well to reflect the new file name

Test: compiles
Change-Id: Ic7d88b13cd79705aced6283ca8ee5fb067611941
2018-12-19 02:43:03 +00:00
Wyatt Riley 3759495872 flo: Xtra Fixes - https, version check & version 3
Tells Qualcomm GPS hardware to:
1) Use https
2) Use the more secure version 3 file
3) Check that the
XTRA file version downloaded matches the version
expected - i.e. the more secure (signed) version 3

Test: Tested live on device, on nyc-mr1

Bug: 31470303
Change-Id: Ib8b3494d622d760e349cac03bad15faaf0477093
2018-06-15 16:34:32 +03:00
Pandari Sabhapathi 69ba1d2ce5 flo: Migrating XTRA from gpsonextra.net to cloud based izatcloud.net
*Added logic to remove xtra1.gpsonextra.net from URLs
received from modem
*Added logic to override modem URLs with those configured
in gps.conf
*Replaced all instances of xtra{1,2,3}.gpsonextra.net domain URLs
in gps.conf with xtrapath{1,2,3}.izatcloud.net URLs.
*Replaced all commented instances of xtra.bin in gps.conf with xtra2.bin.

CRs-fixed: 643816

Change-Id: I803b26bce22f06910dcaa1ee057902b9381667bf
2018-06-15 16:22:32 +03:00
Artem Borisov a1a3df2cad flo: Restore gps.conf from stock
Somehow it got removed during 14.1 bringup...

Change-Id: I3cc9ca348a19936400fa56887ecb6ef4b28898bc
2018-06-15 16:22:29 +03:00
Artem Borisov 6f437ae913 flo: enable Treble OMX
Change-Id: If129906aced09b04488dd13c104e99738774ad12
2017-12-26 17:05:05 +03:00
LuK1337 5e1fa60068 flo: Build our MultiHAL sensors HAL
Change-Id: I32172a0a6f5b3bf15ead878e91c2edd25b6f1625
2017-09-20 20:56:04 +00:00
Artem Borisov 9b64b95d18 [REVERT ME] flo: remove ffmpeg codecs
Change-Id: I8f5dd97cf665d53266ead1aa47fdd5ed423de4e3
2017-09-20 20:51:53 +00:00
Simon Shields 5bdb6f3606 flo: cleanup the tree
AOSP has abandoned us now, we may as well make things look a bit
prettier.

Change-Id: I09f48ae1b565f05b0ac0ae6bb18a4a2100402e45
2016-12-17 17:30:49 +11:00