OSDN Git Service

android-x86/system-media.git
12 years agoMerge "Adding MediaEncoderFilter for encoding GLFrames"
Pannag Sanketi [Fri, 29 Jul 2011 01:48:00 +0000 (18:48 -0700)]
Merge "Adding MediaEncoderFilter for encoding GLFrames"

12 years agoFix bug in CameraSource resolution selection.
Eino-Ville Talvala [Thu, 28 Jul 2011 23:01:56 +0000 (16:01 -0700)]
Fix bug in CameraSource resolution selection.

Bug: 5083927

Change-Id: I2ff78b717e8092c14f73fc51bb3802a275d08bbf

12 years agoAdding MediaEncoderFilter for encoding GLFrames
Pannag Sanketi [Fri, 8 Jul 2011 18:31:00 +0000 (11:31 -0700)]
Adding MediaEncoderFilter for encoding GLFrames

Added MediaEncoderFilter inside MFF which can record GLFrames. It uses
MediaRecorder underneath. GLEnvironment gets a native window handle
using the MediaRecorder object, and creates an EGLSurface using that.
Any frames rendered to that frame are forwarded to the
StageFrightRecorder via the native window handle obtained from
MediaRecorder.

Related to bug id: 4529323

Change-Id: I0322e8dfa29ba47741222fcb8accf18eab7c050b

12 years agoBug 4599730 fix mute solo, channel count, volume
Glenn Kasten [Mon, 25 Jul 2011 16:27:01 +0000 (09:27 -0700)]
Bug 4599730 fix mute solo, channel count, volume

Change-Id: I1624c744168233c4ef79f2cd3090447b8aa7d53b

12 years agoMerge "Report last decoded position as AudioPlayer position for PCM decode"
Jean-Michel Trivi [Wed, 27 Jul 2011 23:13:55 +0000 (16:13 -0700)]
Merge "Report last decoded position as AudioPlayer position for PCM decode"

12 years agoMerge "Refactoring to fix GL related bugs (Bugs 5031729, 5062397, 5030694)"
Marius Renn [Wed, 27 Jul 2011 21:08:39 +0000 (14:08 -0700)]
Merge "Refactoring to fix GL related bugs (Bugs 503172950623975030694)"

12 years agoReport last decoded position as AudioPlayer position for PCM decode
Jean-Michel Trivi [Wed, 27 Jul 2011 00:43:14 +0000 (17:43 -0700)]
Report last decoded position as AudioPlayer position for PCM decode

Change-Id: I1ec413137d549235af4dc66cb033e1cd0bbbad62

13 years agoRefactoring to fix GL related bugs (Bugs 5031729, 5062397, 5030694)
Marius Renn [Tue, 26 Jul 2011 23:08:32 +0000 (16:08 -0700)]
Refactoring to fix GL related bugs (Bugs 503172950623975030694)

- GL frame must not override default texture parameters
- Detect leaking frames early.
- Do not double deallocate frames.
- Update bytes per sample when resetting format base-type.
- Split GL processing up to allow UI thread to draw.

Change-Id: I512eb0bf19e212243be2da966ed2f9219e22dc3b

13 years agoConcurrency fix to CameraSource.
Eino-Ville Talvala [Tue, 26 Jul 2011 17:05:53 +0000 (10:05 -0700)]
Concurrency fix to CameraSource.

Don't hold a lock on the whole object while waiting for new frames.
Could have potentially deadlocked the filter if the UI thread
attempted to call get/setCameraParameters while filter was waiting for
a new frame.

Bug-Id: 5075306

Change-Id: I12391ff3247c64a2c6a303bfc9f542e1e80d2c24

13 years agoMerge "Bug 5045590 preset reverb on audio players"
Glenn Kasten [Mon, 25 Jul 2011 23:47:10 +0000 (16:47 -0700)]
Merge "Bug 5045590 preset reverb on audio players"

13 years agoMerge "Fix concurrency bugs in MediaSource"
Eino-Ville Talvala [Mon, 25 Jul 2011 23:25:33 +0000 (16:25 -0700)]
Merge "Fix concurrency bugs in MediaSource"

13 years agoFix bug 5022500 MP2TS format change support in OpenMAX AL
Jean-Michel Trivi [Mon, 25 Jul 2011 17:57:11 +0000 (10:57 -0700)]
Fix bug 5022500 MP2TS format change support in OpenMAX AL

Define new command that can be queued in AndroidBufferQueue
 to signal an MP2TS format change.
This command maps directly to IStreamListener::kKeyFormatChange.

Change-Id: I67908fd9e1a7d994862ea3e41c4c0fb6e36bc804

13 years agoBug 5045590 preset reverb on audio players
Glenn Kasten [Fri, 22 Jul 2011 16:08:21 +0000 (09:08 -0700)]
Bug 5045590 preset reverb on audio players

Aux effects on MediaPlayer audio players (non-AudioTrack) were broken

Change-Id: I5b97bee08d809b12cb9815d6d277934123780581

13 years agoFix concurrency bugs in MediaSource
Eino-Ville Talvala [Fri, 22 Jul 2011 23:21:50 +0000 (16:21 -0700)]
Fix concurrency bugs in MediaSource

Fixes several possible/occasional deadlocks between mediasource,
surfacetexture, and the UI thread.

Change-Id: I62a98f0ed86fd7a6c9d3a5141137fe960d8fa31a

13 years agoMerge "Bug 5068269 Fix assertion failure after prepare"
Glenn Kasten [Sun, 24 Jul 2011 19:55:17 +0000 (12:55 -0700)]
Merge "Bug 5068269 Fix assertion failure after prepare"

13 years agoMerge "pthread_signal instead of polling prefetch status"
Glenn Kasten [Sun, 24 Jul 2011 19:51:35 +0000 (12:51 -0700)]
Merge "pthread_signal instead of polling prefetch status"

13 years agopthread_signal instead of polling prefetch status
Glenn Kasten [Thu, 21 Jul 2011 20:36:39 +0000 (13:36 -0700)]
pthread_signal instead of polling prefetch status

Also add looping for short files

Change-Id: Ia115ca5ff388a4824d56fad2ad34881479ab3f0d

13 years agoMerge "Miscellaneous improvements to preset reverb test"
Glenn Kasten [Fri, 22 Jul 2011 22:09:42 +0000 (15:09 -0700)]
Merge "Miscellaneous improvements to preset reverb test"

13 years agoBug 5068269 Fix assertion failure after prepare
Glenn Kasten [Thu, 21 Jul 2011 20:31:50 +0000 (13:31 -0700)]
Bug 5068269 Fix assertion failure after prepare

Change-Id: I890a29eeef9021c7432da8a0ccb409846e107097

13 years agoMerge "Make CameraSource always pick a resolution from the supported list."
Eino-Ville Talvala [Fri, 22 Jul 2011 19:09:41 +0000 (12:09 -0700)]
Merge "Make CameraSource always pick a resolution from the supported list."

13 years agoMiscellaneous improvements to preset reverb test
Glenn Kasten [Wed, 20 Jul 2011 15:08:10 +0000 (08:08 -0700)]
Miscellaneous improvements to preset reverb test

Add option to select URI or fd locator.
Use prefetch status callback to detect bad URI.
Fix bug where it was not playing the last few seconds of file.
Decrease reverb on/off interval from 5 to 3 seconds, for shorter files.
Add looping.

Change-Id: I34a0506742de14adcf996bfc508177b260afded8

13 years agoMake CameraSource always pick a resolution from the supported list.
Eino-Ville Talvala [Tue, 19 Jul 2011 23:48:45 +0000 (16:48 -0700)]
Make CameraSource always pick a resolution from the supported list.

If the requested resolution is not supported, CameraSource will now
pick the closest match that isn't bigger than requested, if possible.

Fixes crashes due to the default 320x240 not being supported
(bug 5064211)

Change-Id: I446990ed9a56a78d3676eb5d41fe9fc91431c5db

13 years agoMerge "Fixes to the MediaSource filter."
Eino-Ville Talvala [Fri, 22 Jul 2011 16:20:04 +0000 (09:20 -0700)]
Merge "Fixes to the MediaSource filter."

13 years agoMerge "Bug 5047695 Handle unsuccessful prepare up to app"
Glenn Kasten [Fri, 22 Jul 2011 01:28:17 +0000 (18:28 -0700)]
Merge "Bug 5047695 Handle unsuccessful prepare up to app"

13 years agoMerge "Add more verbose logging"
Glenn Kasten [Fri, 22 Jul 2011 01:27:48 +0000 (18:27 -0700)]
Merge "Add more verbose logging"

13 years agoFixes to the MediaSource filter.
Eino-Ville Talvala [Thu, 21 Jul 2011 22:50:41 +0000 (15:50 -0700)]
Fixes to the MediaSource filter.

- Add volume support, set default volume to 'mute' (bug: 4977691)
- Properly handle non-looping videos (bug: 5060297)
- Make error handling consistent with other filters
- Some logging improvements

Change-Id: I76c156148a18200ff43cae7816d1ffa819f86a23

13 years agoBug 5047695 Handle unsuccessful prepare up to app
Glenn Kasten [Thu, 21 Jul 2011 20:33:54 +0000 (13:33 -0700)]
Bug 5047695 Handle unsuccessful prepare up to app

Change-Id: I9f1541b37ad5cda21dc49388e42c7fb08b22fc5b

13 years agoAdd more verbose logging
Glenn Kasten [Thu, 21 Jul 2011 20:31:12 +0000 (13:31 -0700)]
Add more verbose logging

Change-Id: I0cccee0d59fe3eefc6ef94b22bb6100d96bccdff

13 years agoMerge "Move the format checking into process."
Wei Hua [Thu, 21 Jul 2011 18:57:33 +0000 (11:57 -0700)]
Merge "Move the format checking into process."

13 years agoMove the format checking into process.
Wei Hua [Thu, 21 Jul 2011 17:19:20 +0000 (10:19 -0700)]
Move the format checking into process.

prepare() may not have the complete format.

Change-Id: I2245675df030564e1c652c934cbcdc16c0fc96f2

13 years agoMerge "Use prefetch status to recover from URI errors"
Glenn Kasten [Thu, 21 Jul 2011 15:19:17 +0000 (08:19 -0700)]
Merge "Use prefetch status to recover from URI errors"

13 years agoMerge "Header file for audio effects config file parser"
Eric Laurent [Thu, 21 Jul 2011 00:44:26 +0000 (17:44 -0700)]
Merge "Header file  for audio effects config file parser"

13 years agoUse prefetch status to recover from URI errors
Glenn Kasten [Wed, 20 Jul 2011 14:46:20 +0000 (07:46 -0700)]
Use prefetch status to recover from URI errors

Change-Id: I1afa4af018c372448a456824c78e3e1ab1c13b42

13 years agoMerge "Bug 5047695 missing cases"
Glenn Kasten [Wed, 20 Jul 2011 20:38:27 +0000 (13:38 -0700)]
Merge "Bug 5047695 missing cases"

13 years agoMerge "Bug 5044578 part 2"
Glenn Kasten [Wed, 20 Jul 2011 20:37:11 +0000 (13:37 -0700)]
Merge "Bug 5044578 part 2"

13 years agoMerge "Bugfix: GL texture parameter / mipmap setting issues."
Marius Renn [Wed, 20 Jul 2011 16:57:18 +0000 (09:57 -0700)]
Merge "Bugfix: GL texture parameter / mipmap setting issues."

13 years agoBug 5047695 missing cases
Glenn Kasten [Wed, 20 Jul 2011 16:48:03 +0000 (09:48 -0700)]
Bug 5047695 missing cases

Change-Id: I9ae27ed4e977568a9687b9dd18eb998651569b24

13 years agoMerge "Fix bug 5049371 Metadata for decode to PCM buffer queue"
Jean-Michel Trivi [Wed, 20 Jul 2011 16:25:09 +0000 (09:25 -0700)]
Merge "Fix bug 5049371 Metadata for decode to PCM buffer queue"

13 years agoMerge "Use the documented header filenames"
Glenn Kasten [Wed, 20 Jul 2011 15:06:12 +0000 (08:06 -0700)]
Merge "Use the documented header filenames"

13 years agoMerge "Fix newline"
Glenn Kasten [Wed, 20 Jul 2011 15:05:58 +0000 (08:05 -0700)]
Merge "Fix newline"

13 years agoMerge "Re-generate tables and fix includes"
Glenn Kasten [Wed, 20 Jul 2011 15:05:47 +0000 (08:05 -0700)]
Merge "Re-generate tables and fix includes"

13 years agoMerge "Reduce logs"
Glenn Kasten [Wed, 20 Jul 2011 15:05:33 +0000 (08:05 -0700)]
Merge "Reduce logs"

13 years agoBugfix: GL texture parameter / mipmap setting issues.
Marius Renn [Wed, 20 Jul 2011 01:08:07 +0000 (18:08 -0700)]
Bugfix: GL texture parameter / mipmap setting issues.

- Texture parameters are now properly reset on frame reuse.
- Generating a mipmap does not alter the MIN_FILTER anymore.

Change-Id: Ie4734d5daf71f448e3cdd907130a05ae8db4bbb2

13 years agoFix bug 5049371 Metadata for decode to PCM buffer queue
Jean-Michel Trivi [Wed, 20 Jul 2011 00:05:25 +0000 (17:05 -0700)]
Fix bug 5049371 Metadata for decode to PCM buffer queue

When decoding a URI or FD with OpenSL ES to a PCM buffer queue,
 you cannot rely on the information given by the extractor, or
 the OMXCodec before the latter has decoded one buffer.

The fix consists in two parts:
1/ where to retrieve the PCM format from:
  the information first retrieved from the extractor if available,
  but then overwritten by the OMXCodec values as soon as it
  issues INFO_FORMAT_CHANGED
2/ when can the application retrieve the information:
  the information is available when the first buffer of decoded
  data is returned to the application via the buffer queue
  callback. The test app is updated to reflect this, and verify
  that the query can safely happen during the callback.

Change-Id: Ic034c7ff9412c94e9df2aaa3c1d61e9d3bf507d9

13 years agoBetter error checking on GLFrames.
Marius Renn [Tue, 19 Jul 2011 22:20:25 +0000 (15:20 -0700)]
Better error checking on GLFrames.

Also includes another bugfix when switching between surfaces.

Change-Id: Ieb1ccc59dd4d1bffb92a766372238799f7ba7cfe

13 years agoBugfix for GL crashes when switching between surfaces.
Marius Renn [Tue, 19 Jul 2011 19:08:56 +0000 (12:08 -0700)]
Bugfix for GL crashes when switching between surfaces.

Change-Id: Ia8c9b2ae65bb525ec6e2bd19befacf12f1c24d51

13 years agoBug 5044578 part 2
Glenn Kasten [Tue, 19 Jul 2011 18:34:58 +0000 (11:34 -0700)]
Bug 5044578 part 2

That last fix introduced a regression; one assert no longer true
found during more testing.

Change-Id: I4c3f8d6f7158fc364473606d1c8f78fe81fbb7e5

13 years agoRe-generate tables and fix includes
Glenn Kasten [Tue, 19 Jul 2011 18:20:40 +0000 (11:20 -0700)]
Re-generate tables and fix includes

Change-Id: I266810fc1c0c477e997b39478b9e77694f9fc49b

13 years agoUse the documented header filenames
Glenn Kasten [Tue, 19 Jul 2011 18:16:07 +0000 (11:16 -0700)]
Use the documented header filenames

Both Khronos and we say to use < > in our docs

Change-Id: Ibf1d2b83036582a605aa6b9043210c89a4eb0e1e

13 years agoReduce logs
Glenn Kasten [Tue, 19 Jul 2011 17:45:32 +0000 (10:45 -0700)]
Reduce logs

Change-Id: I82c8a66886bd3b853fac88594370545ed23a0400

13 years agoBug 5044578 Fix race in engine destroy on uni
Glenn Kasten [Tue, 19 Jul 2011 00:37:40 +0000 (17:37 -0700)]
Bug 5044578 Fix race in engine destroy on uni

On uniprocessor, the main thread reached Engine::Destroy before the
worker threads had even started, so they did not see the shutdown.

On SMP, the worker threads were started (and blocked), so it was OK.

This new code also has the advantage of shutting down quicker
if there are pending callback requests in the queue.

Change-Id: Iff8cca042ebffe48ce7cc5d798e7b3b9911fb64b

13 years agoMerge "Reduce logging"
Glenn Kasten [Tue, 19 Jul 2011 16:00:12 +0000 (09:00 -0700)]
Merge "Reduce logging"

13 years agoMerge "Implement XAVideoDecoderCapabilitiesItf"
Jean-Michel Trivi [Tue, 19 Jul 2011 15:58:23 +0000 (08:58 -0700)]
Merge "Implement XAVideoDecoderCapabilitiesItf"

13 years agoReduce logging
Glenn Kasten [Tue, 19 Jul 2011 00:47:31 +0000 (17:47 -0700)]
Reduce logging

Change-Id: I71c5e016147002fa84a56fc703da52e7b5c8417a

13 years agoMerge "SurfaceView fixes and clean-up."
Marius Renn [Mon, 18 Jul 2011 23:56:01 +0000 (16:56 -0700)]
Merge "SurfaceView fixes and clean-up."

13 years agoMerge "Modified how MediaSource filter handles URL and Asset objects."
Eddy Talvala [Mon, 18 Jul 2011 23:26:51 +0000 (16:26 -0700)]
Merge "Modified how MediaSource filter handles URL and Asset objects."

13 years agoFix newline
Glenn Kasten [Mon, 18 Jul 2011 16:31:32 +0000 (09:31 -0700)]
Fix newline

Change-Id: Id06193de5ba82bebe36515c0ca18702b3a5c3222

13 years agoImplement XAVideoDecoderCapabilitiesItf
Jean-Michel Trivi [Wed, 13 Jul 2011 01:19:27 +0000 (18:19 -0700)]
Implement XAVideoDecoderCapabilitiesItf

Add support for the OpenMAX AL XAVideoDecoderCapabilitiesItf
 engine interface.

Implement the Android support of this interface in
 VideoCodec_to_android.*. This functionality relies
 on OMXCodec::QueryCodecs() feature, and does only
 expose hardware codec capabilities (see full note in
 VideoCodec_to_android.h).

Add sample code to list the platform's video decoders
 and their profile / level combinations.

Change-Id: Iff6a42542c1db67ca1dcf539449ca96aa5944f6d

13 years agoSurfaceView fixes and clean-up.
Marius Renn [Mon, 18 Jul 2011 21:24:36 +0000 (14:24 -0700)]
SurfaceView fixes and clean-up.

Also adds support for setting program boolean values.

Change-Id: I4c3555656f06b2a64ad87e41c69b9d27d5786e8e

13 years agoMerge "Fixes to GL related classes."
Marius Renn [Mon, 18 Jul 2011 21:33:40 +0000 (14:33 -0700)]
Merge "Fixes to GL related classes."

13 years agoModified how MediaSource filter handles URL and Asset objects.
Christine Chen [Fri, 15 Jul 2011 18:37:24 +0000 (11:37 -0700)]
Modified how MediaSource filter handles URL and Asset objects.

Added new FieldPort to specify the type of objects.
MediaSource now chooses the object to play based on the FieldPort sourceIsUrl.
And it no longer chooses Asset objects over URL when Asset objects are not null.

Change-Id: I3b172e63321b7cabde04185e8f558ad0968c4f8f

13 years agoFixes to GL related classes.
Marius Renn [Mon, 18 Jul 2011 18:26:18 +0000 (11:26 -0700)]
Fixes to GL related classes.

Patch: Java keeps reference to GLEnvironment to make sure it does not
get deallocated before all its objects are deallocated.

Change-Id: Ic3dffb84b2592cafc4df27331f63a44c221b19bd

13 years agoDisable the timing in the filter framework.
Wei Hua [Mon, 18 Jul 2011 00:57:21 +0000 (17:57 -0700)]
Disable the timing in the filter framework.

Change-Id: Ib509cac0fd371bfa2282c30333a0ac2f9758bdfc

13 years agoam 91a9a6b1: Merge 94849a18
Jean-Baptiste Queru [Fri, 15 Jul 2011 15:12:51 +0000 (08:12 -0700)]
am 91a9a6b1: Merge 94849a18

* commit '91a9a6b1be0a58b3d2d3865001c0f54a4f02b550':
  opensles: fix 86 compilation.

13 years agoMerge 94849a18
Jean-Baptiste Queru [Fri, 15 Jul 2011 15:07:24 +0000 (08:07 -0700)]
Merge 94849a18

Change-Id: Ib547f2729a2f3aab6a595680c8e042aa6a8d1342

13 years agoFilter cleanup and inclusion of setting port wait flag.
Marius Renn [Thu, 14 Jul 2011 23:02:06 +0000 (16:02 -0700)]
Filter cleanup and inclusion of setting port wait flag.

Change-Id: I7e529d77667662cec07791fe2e2af46458bcd086

13 years agoBugfix for setting null input values on filters.
Marius Renn [Wed, 13 Jul 2011 20:54:13 +0000 (13:54 -0700)]
Bugfix for setting null input values on filters.

Also added fix to free up Bitmaps in BitmapSource.

Change-Id: I32a9bf81a2acf2a2b3824b7d30ed37cfffa7d886

13 years agoMerge "Graph and NativeProgram tearDown."
Wei Hua [Thu, 14 Jul 2011 22:06:05 +0000 (15:06 -0700)]
Merge "Graph and NativeProgram tearDown."

13 years agoMerge "NuHTTPDataSource.h is no more, get rid of this (redundant) include"
Andreas Huber [Thu, 14 Jul 2011 16:09:01 +0000 (09:09 -0700)]
Merge "NuHTTPDataSource.h is no more, get rid of this (redundant) include"

13 years agoam 0dc351be: merge intel x86 patches into gingerbread branch
David 'Digit' Turner [Thu, 14 Jul 2011 05:38:25 +0000 (22:38 -0700)]
am 0dc351be: merge intel x86 patches into gingerbread branch

* commit '0dc351beb3357f71ef4a04c088eb69c38dd98d8d':
  opensles: fix 86 compilation.

13 years agoGraph and NativeProgram tearDown.
Wei Hua [Thu, 14 Jul 2011 01:55:40 +0000 (18:55 -0700)]
Graph and NativeProgram tearDown.

Change-Id: Ieb3023fa76c60c506064435858fa052523674cea

13 years agoMove SurfaceTextureTarget to the correct package.
Eino-Ville Talvala [Tue, 12 Jul 2011 23:58:00 +0000 (16:58 -0700)]
Move SurfaceTextureTarget to the correct package.

Change-Id: I85f1c5338fe57c4bfc66a513175f37358f70c04f

13 years agoAdd timestamp support to various filters in the mobile filter framework.
Eino-Ville Talvala [Thu, 7 Jul 2011 22:16:08 +0000 (15:16 -0700)]
Add timestamp support to various filters in the mobile filter framework.

Change-Id: I433e61ef86f41234443fa9f5b71dd60b9cb5542b

13 years agoAdd timestamp support into core mobile filter framework.
Eino-Ville Talvala [Thu, 7 Jul 2011 17:56:04 +0000 (10:56 -0700)]
Add timestamp support into core mobile filter framework.

Timestamps are positive longs representing nanoseconds from some
starting point, the exact definition of which depends on the frame
source filter.

The base filter class will fill in a timestamp on all output frames
based on the first pulled input frame's timestamp, if the filter
process() method doesn't set the output frame's timestamp itself.

Programs should get timestamps passed to them using setHostValue().

Change-Id: I89f73903f7c36fd8e01d5d1a8c49c53063f216bb

13 years agoNuHTTPDataSource.h is no more, get rid of this (redundant) include
Andreas Huber [Wed, 13 Jul 2011 22:54:40 +0000 (15:54 -0700)]
NuHTTPDataSource.h is no more, get rid of this (redundant) include

Change-Id: I893738d1aa1e91300c966a5ac3a7cc3ce1202152

13 years agoHeader file for audio effects config file parser
Eric Laurent [Thu, 7 Jul 2011 01:18:13 +0000 (18:18 -0700)]
Header file  for audio effects config file parser

Added header file with definitions for parsing audio effects
configuration file (audio_effects.conf).

Change-Id: Id0b29102020cdf6c228bdabc0088d1111f296760

13 years agoRevert change for NativeFrame setInts / getInts. Some programs depend on the original...
Marius Renn [Wed, 13 Jul 2011 00:51:21 +0000 (17:51 -0700)]
Revert change for NativeFrame setInts / getInts. Some programs depend on the original behavior.

Change-Id: Idb9de98876e63b74be919281e5a2a1c93d25c531

13 years agoMerge "Many bugfixes and enhancements."
Marius Renn [Wed, 13 Jul 2011 00:32:39 +0000 (17:32 -0700)]
Merge "Many bugfixes and enhancements."

13 years agoMerge "Async callback queue updates, applied to XAStreamInformationItf"
Jean-Michel Trivi [Tue, 12 Jul 2011 22:22:25 +0000 (15:22 -0700)]
Merge "Async callback queue updates, applied to XAStreamInformationItf"

13 years agoAsync callback queue updates, applied to XAStreamInformationItf
Jean-Michel Trivi [Tue, 12 Jul 2011 21:31:06 +0000 (14:31 -0700)]
Async callback queue updates, applied to XAStreamInformationItf

Updated the asynchronous callback queue system to support 'piipp'
 callback signatures.

Applied this update to make the StreamInformation property change
 event notification asynchronous.

Made the XA_PLAYEVENT_HEADATEND also use the callback queue.

Change-Id: I6fd8dee5eefa1d09006661f69de302a8b7fff0f5

13 years agoMerge "Fix AsyncRunner setGraph to use correct running test."
Eino-Ville Talvala [Tue, 12 Jul 2011 21:09:20 +0000 (14:09 -0700)]
Merge "Fix AsyncRunner setGraph to use correct running test."

13 years agoMany bugfixes and enhancements.
Marius Renn [Tue, 12 Jul 2011 20:20:49 +0000 (13:20 -0700)]
Many bugfixes and enhancements.

- FieldPort bugfixes when connecting to other filters.
- Added two new filterpacks: numeric and performance.
- Added new type-checking modes.
- CachedFrameManager now drops oldest frames first.
- RoundRobinScheduler is now default scheduler.
- Added method to flush all frames from a graph.
- FrameFormat fixes.
- Filter fixes and optimizations.

Change-Id: I8b671e5e65129af7b6a4226bd9dee2f48a6fcb52

13 years agoMerge "Remove the simulator target from all makefiles. Bug: 5010576"
Jeff Brown [Tue, 12 Jul 2011 19:16:51 +0000 (12:16 -0700)]
Merge "Remove the simulator target from all makefiles. Bug: 5010576"

13 years agoFix AsyncRunner setGraph to use correct running test.
Eino-Ville Talvala [Tue, 12 Jul 2011 17:29:54 +0000 (10:29 -0700)]
Fix AsyncRunner setGraph to use correct running test.

Change-Id: I90658616f238d22b2f262ba15d1fb68336715917

13 years agoMerge "Changes to filter framework callback handling."
Eino-Ville Talvala [Tue, 12 Jul 2011 17:13:59 +0000 (10:13 -0700)]
Merge "Changes to filter framework callback handling."

13 years agoMerge "Implement XAPlayItf::GetPosition on MediaPlayer"
Jean-Michel Trivi [Tue, 12 Jul 2011 16:56:05 +0000 (09:56 -0700)]
Merge "Implement XAPlayItf::GetPosition on MediaPlayer"

13 years agoImplement XAPlayItf::GetPosition on MediaPlayer
Jean-Michel Trivi [Tue, 12 Jul 2011 01:11:58 +0000 (18:11 -0700)]
Implement XAPlayItf::GetPosition on MediaPlayer

The play interface was only in place for routing calls to an
 AudioPlayer in OpenSL ES, not in OpenMAX AL for a MediaPlayer.

Change-Id: Icf514be428396264252874faf1060c76ddee9545

13 years agoRemove the simulator target from all makefiles.
Jeff Brown [Tue, 12 Jul 2011 05:12:34 +0000 (22:12 -0700)]
Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I59e3c37c05c1114648172d9aba7abf035986bede

13 years agoChanges to filter framework callback handling.
Eino-Ville Talvala [Mon, 11 Jul 2011 20:42:30 +0000 (13:42 -0700)]
Changes to filter framework callback handling.

- Rework CallbackFilter to be able to call to UI thread directly.
- Remove UI passthrough behavior in AsyncRunner in light of the above.
- In AsyncRunner, make sure graph done callback can restart the graph.

Change-Id: I04b7655a98974292f6d640530296e0c7569ba050

13 years agoMerge "Defer SL_PLAYEVENT_HEADATEND to avoid deadlock"
Glenn Kasten [Mon, 11 Jul 2011 23:11:30 +0000 (16:11 -0700)]
Merge "Defer SL_PLAYEVENT_HEADATEND to avoid deadlock"

13 years agoMerge "ThreadPool callbacks provide more parameters"
Glenn Kasten [Mon, 11 Jul 2011 23:09:26 +0000 (16:09 -0700)]
Merge "ThreadPool callbacks provide more parameters"

13 years agoMerge "Add --always-on option for effects tests"
Glenn Kasten [Mon, 11 Jul 2011 23:08:47 +0000 (16:08 -0700)]
Merge "Add --always-on option for effects tests"

13 years agoAdded audio pre processing headers
Eric Laurent [Tue, 5 Jul 2011 18:20:26 +0000 (11:20 -0700)]
Added audio pre processing headers

Added headers for AGC, AEC and NS audio pre processing APIs.

Change-Id: Ie0053e2e6276b0d97dc76450bfef62b6eff8f3dd

13 years agoDefer SL_PLAYEVENT_HEADATEND to avoid deadlock
Glenn Kasten [Sun, 10 Jul 2011 18:02:43 +0000 (11:02 -0700)]
Defer SL_PLAYEVENT_HEADATEND to avoid deadlock

This is a first example, and if it works well then will
be implemented for other appropriate callbacks also.

Change-Id: Ieeab6b3498c74305e19a9d9c8ff497eff22243aa

13 years agoThreadPool callbacks provide more parameters
Glenn Kasten [Sun, 10 Jul 2011 17:59:19 +0000 (10:59 -0700)]
ThreadPool callbacks provide more parameters

Now allows up to two void * and two int parameters.

This will be needed by deferred application-level callbacks

Change-Id: Ie388169439b2e3ab95d053007bcdc674b875fa67

13 years agoMerge "Moving Contexts out of Filters and other bugfixes."
Marius Renn [Sun, 10 Jul 2011 21:40:06 +0000 (14:40 -0700)]
Merge "Moving Contexts out of Filters and other bugfixes."

13 years agoAdd --always-on option for effects tests
Glenn Kasten [Sun, 10 Jul 2011 19:07:32 +0000 (12:07 -0700)]
Add --always-on option for effects tests

This will be used for CPU load measurements.
Also fix bug in duration calculation for reverb test.

Change-Id: Ia2f91fa7c3e564047378341d31e3f4bfcace5f98

13 years agoMerge "Enable ThreadPool for Android"
Glenn Kasten [Sun, 10 Jul 2011 20:41:00 +0000 (13:41 -0700)]
Merge "Enable ThreadPool for Android"

13 years agoMerge "Add --always-on option for bass boost test"
Glenn Kasten [Sun, 10 Jul 2011 19:55:58 +0000 (12:55 -0700)]
Merge "Add --always-on option for bass boost test"

13 years agoAdd --always-on option for bass boost test
Glenn Kasten [Sun, 10 Jul 2011 18:40:25 +0000 (11:40 -0700)]
Add --always-on option for bass boost test

This will be used for CPU load measurements

Change-Id: Ib8b15bd31d8fa5672ec69c6d2595e4590a700d53