summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Contribution of LDAC Adaptive Bit RateChisato Kenmochi2017-03-281-0/+15
| | | | | | | | | | ABR functionality is recommended for LDAC. For details, please refer to "abr/inc/ldacBT_abr.h". Bug: 35381097 signed-off-by: Chisato Kenmochi <Chisato.Kenmochi@sony.com> Fen Wang <fen.wang@sonymobile.com> Change-Id: Idcc2fabe86acaf441f5a71f5d2bb66ad29252cdb
* Enable extra compilation warningsPavlin Radoslavov2017-02-232-2/+3
| | | | | | | Also, fix existing compilation warnings. Test: Code compilation Change-Id: I153a5927ad03a76562185e972bab04b51f499012
* Updated to suppress some warnings.android-o-preview-1o-previewChisato Kenmochi2017-02-222-8/+8
| | | | | | | | | | The following warning was suppressed: - Unused parameter in bitalloc_sub_ldac.c - Implicit conversion of diffrent type of enumeration in ldacBT_api.c Also enabled "-Werror" in cflags. Change-Id: I7acec1a7a11ec9ae5ef44acc75dab9f5691f9c04 Signed-off-by: Chisato Kenmochi <Chisato.Kenmochi@sony.com>
* The contribution of LDAC encoderChisato Kenmochi2017-01-1029-0/+7594
LDAC is an audio coding technology developed by Sony that enables the transmission of High-Resolution (Hi-Res) Audio contents, even over a Bluetooth connection. For details of LDAC, please see the following URL: http://www.sony.net/LDAC Change-Id: I8adf093a5df68f13148f86cedd1bc7536aa47967 Signed-off-by: Chisato Kenmochi <Chisato.Kenmochi@sony.com>