Commit Graph

12 Commits

Author SHA1 Message Date
Linux Build Service Account 614874c43a Merge "mm-audio: Fix 64 bit compilation warnings" 2014-06-05 16:37:30 -07:00
Manish Dewangan 80a1156bf7 mm-audio: Fix 64 bit compilation warnings
Fix compilation warnings seen with 64 bit lpdk builds

Change-Id: Ia82c54f81531c31569a96b8cdde48b7f7fc7a4b7
2014-05-30 16:31:04 +05:30
Mingming Yin a6dad60d52 hal: update audio feature flags
- update audio feature flags to use
  AUDIO_FEATURE_ENABLED_XXX instead of
  AUDIO_FEATURE_DISABLED_XXX.
- These feature flags are defined
  by target board config file

Change-Id: Iba482d8b72bfa2675877d833d7abcb93d4cf4907
2014-05-29 13:15:15 -07:00
Karthik Reddy Katta be61caaa0a mm-audio: omx: add 64 bit support
-Changes to support omx encoders on 64 bit platform

Change-Id: I05749f619efaf66e107b1438635a38f92a11b523
2014-05-04 09:21:39 +05:30
Manish Dewangan b572883566 mm-audio: Remove omx decoder components from mm-audio folder
Remove omx decoder component from hal/mm-audio as
decoder component are used from proprietary/mm-audio folder

Change-Id: Ia9d4842f6939108a652d64912e1dec45a987b1e9
2014-04-30 10:30:02 +05:30
Pavan Chikkala 27226d44df audio: Disabled excessive logging in OMX AACEncoder
- Too many debug logs are enabled in AAC Encoder by default
- Fix is to disable all the logs except the error messages
  and logs indicating loading and unloading of the encoder

Change-Id: If4b37fb654b1c70796bfdc1c839839fab3ea20dc
CRs-Fixed: 619677
2014-03-25 00:01:24 -07:00
Linux Build Service Account ac022ed60a Merge "mm-audio: Update bitrate based on profile and samplerate" 2014-03-05 03:45:55 -08:00
Gopikrishnaiah Anandan f60ea3b318 mm-audio: Update bitrate based on profile and samplerate
As per AAC specification bitrate is a function of profile
and sample rate. Change ensures that bitrate will be programmed
as per the specification.

Change-Id: I188f7155c50c32b7c9945036c0ad0ef3f5ee164a
CRs-fixed: 606251
2014-02-11 11:34:27 -08:00
Naresh Tanniru 8b919ac27a Audio: Bear family(8916) audio HAL bringup changes
- Added new files for platform specific code

  Separate platform specific code from generic audio HAL code.
  Platform specific code is:
    - platform initialization
    - pcm device selection
    - pcm stream configuration
    - sound device selection
    - acdb ID selection
  Modified makefiles for 8916 support

Change-Id: Idf53d19c355feb26ce9f35f9e5dd0734b542eae6
2014-02-03 18:43:31 +05:30
Aviral Gupta d21e583299 hal: Add audio support for 8092
- Add support for OMX audio encoder components for mpq8092.

Change-Id: I7a652581fd48fc22c025193d2c825b6e747edcfe
2013-11-22 11:45:21 +05:30
Banajit Goswami c30f96d2b6 hal: Add audio support for APQ8084
- Add support for OMX audio encoder components for apq8084.

Change-Id: I0cf2bba74fe9a90b2dd9c9b96f0f8f3cf28de743
2013-11-14 13:14:17 -08:00
Mingming Yin 486032d272 audio: audio encoder/decoder enhancement
- Enable decoder test app for AAC, AMR,
  AMRWB, and MP3 formats.
- Enable encoder for AMRWB, AAC, EVRC,
  and QCELP formats.

Change-Id: I0c75dcc4fb02044f127270a64d3578d62bf6eeda
2013-10-09 17:21:38 -07:00