Commit Graph

13 Commits

Author SHA1 Message Date
Alexander Koskovich 513b7568d3 common: Create a media component.
* Only pick up product makefile if it exists, some
   vendorless devices may be opting into all components.

Change-Id: I3b564a20637c8a1ca4b4e54d829201d0d51f2561
2020-11-22 06:35:32 +00:00
Jake Weinstein 157b56fb51 common: remove stuff that either belongs in device or doesn't belong at all.
* Note: cryptfs_hw was removed so that devices can use their own.

Change-Id: I6f83ceb7b32a0f578ecdd1a9ad0b92211deace6b
2015-10-11 20:20:17 +00:00
Mingming Yin 2a4cd34ab3 media: Copy common media configuration files to target
- copy default media_codecs.xml and media_profiles.xml
  to target

Change-Id: I659d2b200027371cc1d719c0e0616bbc64171fbf
2013-10-07 18:05:12 -07:00
Eric (Quic e2e4ee492e Media profile: Add startOffsetMs attribute to camcorder profile
- If present, MPEG4Writer adds the value of startOffsetMs to the
  recording start time.
- Currently, the default value of 700ms is used.
- This value is too high and leads to larger than expected
  initial frame drops.
Change-Id: I35bafd0a0be84459e2e3fb082b37650bf9242251
CRs-Fixed: 463686
2013-04-19 18:02:56 -07:00
Mingming Yin 277e879e99 audio: change maxBitRate of AMRWB to 23.85kbps
- MaxBitRate of AMRWB should be set to 23.85kbps

CRs-Fixed: 456459
Change-Id: I273e8c8fd31343484d5df71e4f7c3df52ab1d2d6
2013-03-06 11:29:37 -08:00
Duy Truong 0c0744e022 Update copyright to The Linux Foundation
Change-Id: Id084b09bf3a083ea5c0389900bbeb5ef149b3108
2013-02-10 06:35:11 -08:00
Tanmaya Godbole 346f57029a Camera: Changed video size to 1920 x 1080
Changed the video size from 1920 x 1088 to 1920 x 1080 which is
the correct size for 1080p resolution

Change-Id: I34007fee297c49121cfc5b9ca2572035f063cf34
2012-10-29 17:13:03 -07:00
Shalaj Jain 3f1545488f media_profiles: Change encoded file format to mp4
- Change encoded file format to mp4 (lest it is amr recording)
- Keep the format as 3gp for amr recording (if not timelapse)

Change-Id: I57a3c306c0354f2c6e5494191a6802ae404f22f2
2012-08-01 14:05:33 -07:00
Mingming Yin 44fb7f6c73 Media: Add linear PCM encoder as supported encoder
- Linear PCM can be used for 6 channel surround sound recording

Change-Id: I919d26650db408790744fa137a9edf333553b08f
2012-07-26 20:46:38 -07:00
Mingming Yin 40ed047695 Media: Add support for 5.1 surround sound recording
- Use google's AAC endoder for 5.1 SSR
- Add 6 channel as supported audio input channel

Change-Id: I103e797ad9cee645540bb373f882a2718c9fcd64
2012-07-22 21:30:00 -07:00
Guruprasad Gaonkar 76c70f9d94 Camera: Changes to update media profile for camcorder
Change-Id: Ib2c0d43dcb47c99ef11e38331dc7165d50830109
2012-07-20 16:46:44 -07:00
Vikash Garodia 01cd07dac2 media_profile: update encode parameters
Width is made to 1088 for camcorder recording.
Maxbitrate is changed to supported value.
VideoEditor profile codec level is updated.

Change-Id: I67fba3388b27257b228fbcd8fefb74b051c1994a
2012-07-13 17:20:30 -07:00
Shalaj Jain 8c73548962 device/qcom/common: Add media_profiles.xml and media_codecs.xml
- Updated media_codecs.xml with
  Audio codecs: aac, amrnb, amrwb, wma, ac3, qcelp13, evrc
  Video codecs: h264, h263, mpeg4, mpeg2, wmv, divx, vp8
- media_profiles.xml: Enabled wmv and wma codec profiles

Change-Id: Ie6a5db70a0bc7d0f3f8c70a55528e3a6c6295002
2012-07-10 21:41:26 +05:30