OSDN Git Service

android-x86/frameworks-av.git
11 years agoam a5751c3a: Merge "Camera: Hotplug - conditionally transition to PRESENT when client...
Igor Murashkin [Tue, 7 May 2013 23:57:52 +0000 (16:57 -0700)]
am a5751c3a: Merge "Camera: Hotplug - conditionally transition to PRESENT when clients disconnect" into jb-mr2-dev

* commit 'a5751c3ade37923ef7b36c53c36bb55ef7076a3b':
  Camera: Hotplug - conditionally transition to PRESENT when clients disconnect

11 years agoMerge "Camera: Hotplug - conditionally transition to PRESENT when clients disconnect...
Igor Murashkin [Tue, 7 May 2013 23:42:30 +0000 (23:42 +0000)]
Merge "Camera: Hotplug - conditionally transition to PRESENT when clients disconnect" into jb-mr2-dev

11 years agoam 831a0055: Fix Audioflinger crash when TeeSink is enabled
Glenn Kasten [Tue, 7 May 2013 00:03:18 +0000 (17:03 -0700)]
am 831a0055: Fix Audioflinger crash when TeeSink is enabled

* commit '831a0055665c3d15ff9c99ad23e5ab2b7346f2ac':
  Fix Audioflinger crash when TeeSink is enabled

11 years agoFix Audioflinger crash when TeeSink is enabled
Glenn Kasten [Mon, 6 May 2013 23:06:24 +0000 (16:06 -0700)]
Fix Audioflinger crash when TeeSink is enabled

Bug: 8834855
Change-Id: I54665f16d79901970348a8247d9a354da2990f42

11 years agoam 1a95a727: Merge "camera: Use new camera_metadata structure validation functions...
Igor Murashkin [Mon, 6 May 2013 18:11:47 +0000 (11:11 -0700)]
am 1a95a727: Merge "camera: Use new camera_metadata structure validation functions" into jb-mr2-dev

* commit '1a95a7275f8263a4ee7775af57543f80c4d700a0':
  camera: Use new camera_metadata structure validation functions

11 years agoam ef33d308: Merge "camera3: Don\'t eagerly finish configuring bidi streams more...
Igor Murashkin [Mon, 6 May 2013 18:11:46 +0000 (11:11 -0700)]
am ef33d308: Merge "camera3: Don\'t eagerly finish configuring bidi streams more than once" into jb-mr2-dev

* commit 'ef33d3085fd5ac92e90af80a9fca729daa001eca':
  camera3: Don't eagerly finish configuring bidi streams more than once

11 years agoMerge "camera: Use new camera_metadata structure validation functions" into jb-mr2-dev
Igor Murashkin [Mon, 6 May 2013 03:20:18 +0000 (03:20 +0000)]
Merge "camera: Use new camera_metadata structure validation functions" into jb-mr2-dev

11 years agoMerge "camera3: Don't eagerly finish configuring bidi streams more than once" into...
Igor Murashkin [Mon, 6 May 2013 03:18:23 +0000 (03:18 +0000)]
Merge "camera3: Don't eagerly finish configuring bidi streams more than once" into jb-mr2-dev

11 years agoam 4170f515: Merge "Remove timing jitter during startup of audio" into jb-mr2-dev
Eric Laurent [Fri, 3 May 2013 18:19:06 +0000 (11:19 -0700)]
am 4170f515: Merge "Remove timing jitter during startup of audio" into jb-mr2-dev

* commit '4170f515cd6148b952a07fcbe23364f5c76a2d9c':
  Remove timing jitter during startup of audio

11 years agoMerge "Remove timing jitter during startup of audio" into jb-mr2-dev
Eric Laurent [Fri, 3 May 2013 15:39:52 +0000 (15:39 +0000)]
Merge "Remove timing jitter during startup of audio" into jb-mr2-dev

11 years agoCamera: Hotplug - conditionally transition to PRESENT when clients disconnect
Igor Murashkin [Wed, 1 May 2013 22:42:20 +0000 (15:42 -0700)]
Camera: Hotplug - conditionally transition to PRESENT when clients disconnect

Fixes an issue where a client could unconditionally transition to PRESENT
after a client disconnects, even though the underlying HAL status was actually
NOT_PRESENT or ENUMERATING.

Bug: 8780114
Change-Id: I68adb5fc819eec3b046ddcb2507b84bedc999a0f

11 years agocamera: Use new camera_metadata structure validation functions
Igor Murashkin [Wed, 1 May 2013 01:18:06 +0000 (18:18 -0700)]
camera: Use new camera_metadata structure validation functions

* Reject unvalidated metadata across binder boundaries
* Sanity check in-process CameraMetadata when mutating data

Bug: 8713951
Change-Id: I121d8e15f8fdc9cdbbaf27dfd947813e11831e1c

11 years agoam 2628bc9d: Merge "camera3: Don\'t crash when taking a still capture with ZSL disabl...
Igor Murashkin [Thu, 2 May 2013 23:05:48 +0000 (16:05 -0700)]
am 2628bc9d: Merge "camera3: Don\'t crash when taking a still capture with ZSL disabled" into jb-mr2-dev

* commit '2628bc9d1261c2942f3506baca348ccd71ea9c86':
  camera3: Don't crash when taking a still capture with ZSL disabled

11 years agoMerge "camera3: Don't crash when taking a still capture with ZSL disabled" into jb...
Igor Murashkin [Thu, 2 May 2013 23:03:48 +0000 (23:03 +0000)]
Merge "camera3: Don't crash when taking a still capture with ZSL disabled" into jb-mr2-dev

11 years agocamera3: Don't eagerly finish configuring bidi streams more than once
Igor Murashkin [Thu, 2 May 2013 21:59:28 +0000 (14:59 -0700)]
camera3: Don't eagerly finish configuring bidi streams more than once

Finishing all stream configuration immediately is good, but when a stream is
both input and output it attempted to finish configuring bidi streams twice.
Since all ZSL streams are bidi, when we had a ZSL stream active preview would
immediately stop working.

Bug: 8563838
Change-Id: Iec998f11f6405fc15f3f31bd7cd29f03a7968d14

11 years agoam f2ae7606: A reference to the psi section data could become invalid if more
Andreas Huber [Thu, 2 May 2013 21:45:23 +0000 (14:45 -0700)]
am f2ae7606: A reference to the psi section data could become invalid if more

* commit 'f2ae760602a948598a168ad43673bfbd9d50fc6b':
  A reference to the psi section data could become invalid if more

11 years agoA reference to the psi section data could become invalid if more
Andreas Huber [Mon, 29 Apr 2013 20:17:50 +0000 (13:17 -0700)]
A reference to the psi section data could become invalid if more

sections were added to the KeyedVector.

Change-Id: I095b5452ccfad89d69fc502fb21ce39495e201c3
related-to-bug: 8754565

11 years agoam a69f3213: Merge "Camera2/3: Fix still image FOV reporting." into jb-mr2-dev
Eino-Ville Talvala [Thu, 2 May 2013 21:19:51 +0000 (14:19 -0700)]
am a69f3213: Merge "Camera2/3: Fix still image FOV reporting." into jb-mr2-dev

* commit 'a69f3213d122b09d04fb890efd6dbe87a8df4ecc':
  Camera2/3: Fix still image FOV reporting.

11 years agoam 09f842b0: Merge "The software FLAC encoder now properly signals an error if client...
Andreas Huber [Thu, 2 May 2013 21:19:51 +0000 (14:19 -0700)]
am 09f842b0: Merge "The software FLAC encoder now properly signals an error if client" into jb-mr2-dev

* commit '09f842b03d8f9c0ab5e4541937f8061a7d1bf53d':
  The software FLAC encoder now properly signals an error if client

11 years agoam 00bbca96: Merge "Don\'t even try to verify the native resolution validity a" into...
Andreas Huber [Thu, 2 May 2013 21:19:51 +0000 (14:19 -0700)]
am 00bbca96: Merge "Don\'t even try to verify the native resolution validity a" into jb-mr2-dev

* commit '00bbca96684cb995458fedd2e1f9dec5f047100b':
  Don't even try to verify the native resolution validity a

11 years agoam de6bf9cc: Merge "Fix miracast source code to ignore the encoder output format...
Andreas Huber [Thu, 2 May 2013 21:19:50 +0000 (14:19 -0700)]
am de6bf9cc: Merge "Fix miracast source code to ignore the encoder output format change" into jb-mr2-dev

* commit 'de6bf9cc0fd94452ffcd6685e1469092db74a454':
  Fix miracast source code to ignore the encoder output format change

11 years agoMerge "Camera2/3: Fix still image FOV reporting." into jb-mr2-dev
Eino-Ville Talvala [Thu, 2 May 2013 21:17:44 +0000 (21:17 +0000)]
Merge "Camera2/3: Fix still image FOV reporting." into jb-mr2-dev

11 years agoMerge "The software FLAC encoder now properly signals an error if client" into jb...
Andreas Huber [Thu, 2 May 2013 21:17:20 +0000 (21:17 +0000)]
Merge "The software FLAC encoder now properly signals an error if client" into jb-mr2-dev

11 years agoMerge "Don't even try to verify the native resolution validity a" into jb-mr2-dev
Andreas Huber [Thu, 2 May 2013 21:16:23 +0000 (21:16 +0000)]
Merge "Don't even try to verify the native resolution validity a" into jb-mr2-dev

11 years agoMerge "Fix miracast source code to ignore the encoder output format change" into...
Andreas Huber [Thu, 2 May 2013 21:16:08 +0000 (21:16 +0000)]
Merge "Fix miracast source code to ignore the encoder output format change" into jb-mr2-dev

11 years agocamera3: Don't crash when taking a still capture with ZSL disabled
Igor Murashkin [Thu, 2 May 2013 18:53:00 +0000 (11:53 -0700)]
camera3: Don't crash when taking a still capture with ZSL disabled

Bug: 8790212
Change-Id: I4bf7ac5ab856b0ea1738844182efb86137e14083

11 years agoam bf2bb00e: Merge "Fix reverb at 48kHz" into jb-mr2-dev
Eric Laurent [Wed, 1 May 2013 23:55:59 +0000 (16:55 -0700)]
am bf2bb00e: Merge "Fix reverb at 48kHz" into jb-mr2-dev

* commit 'bf2bb00e29f69b0de1cde8d31a6f1431d984388b':
  Fix reverb at 48kHz

11 years agoMerge "Fix reverb at 48kHz" into jb-mr2-dev
Eric Laurent [Wed, 1 May 2013 23:53:44 +0000 (23:53 +0000)]
Merge "Fix reverb at 48kHz" into jb-mr2-dev

11 years agoFix reverb at 48kHz
Eric Laurent [Wed, 1 May 2013 23:15:49 +0000 (16:15 -0700)]
Fix reverb at 48kHz

The LVM reverb wrapper had a test to only accept input
sampling rate of 44.1 kHz. As the LVM reberb engine
supports multiple sampling rate we can remove this test.

The fix for issue 8512027 (commit 2a9c5cd4) caused a regression
because the framework now checks the return code of the effect
configure command and ignores subsequent commands in case of error.

Bug: 8630044
Change-Id: I3146871f1ad8f7945a2e63ea763dd7b87368337d

11 years agoFix miracast source code to ignore the encoder output format change
Andreas Huber [Wed, 1 May 2013 23:03:28 +0000 (16:03 -0700)]
Fix miracast source code to ignore the encoder output format change

it doesn't care about.

Change-Id: Iec1594775a98b0c1aba662cc9f08652d2f8d4805
related-to-bug: 8616651

11 years agoCamera2/3: Fix still image FOV reporting.
Eino-Ville Talvala [Mon, 29 Apr 2013 20:50:24 +0000 (13:50 -0700)]
Camera2/3: Fix still image FOV reporting.

Still FOV can vary as a function of the output sizes, with
the function depending on the HAL version.

Calculate and update the FOV whenever the output sizes might change.

Bug: 8484377
Change-Id: I56f2cc768a1e128a159b326588be55b2752db06e

11 years agoam deff6910: Merge "Support MediaCodec::getOutputFormat for encoders" into jb-mr2-dev
Andreas Huber [Wed, 1 May 2013 21:49:02 +0000 (14:49 -0700)]
am deff6910: Merge "Support MediaCodec::getOutputFormat for encoders" into jb-mr2-dev

* commit 'deff69107566cfe76dc33eff1b4250893956a244':
  Support MediaCodec::getOutputFormat for encoders

11 years agoMerge "Support MediaCodec::getOutputFormat for encoders" into jb-mr2-dev
Andreas Huber [Wed, 1 May 2013 21:47:29 +0000 (21:47 +0000)]
Merge "Support MediaCodec::getOutputFormat for encoders" into jb-mr2-dev

11 years agoDon't even try to verify the native resolution validity a
Andreas Huber [Wed, 1 May 2013 21:13:26 +0000 (14:13 -0700)]
Don't even try to verify the native resolution validity a

miracast sink advertises, even if it were valid we couldn't use it
since it's not consistently implemented by sinks.

Change-Id: Ibee6b3e23b5a55270fc3c419a581e2626530e3af
related-to-bug: 8772006

11 years agoThe software FLAC encoder now properly signals an error if client
Andreas Huber [Wed, 1 May 2013 20:58:36 +0000 (13:58 -0700)]
The software FLAC encoder now properly signals an error if client

attempts to configure it with too large an input buffer size.
Previously this would lead to memory corruption during encoding due to a
typo.

Change-Id: I229b07b7dbe87fb8424419706671b66a8d58ec6b
related-to-bug: 8778893

11 years agoam 3c7c39af: Merge "Camera3: Add missing buffer listener include (for ZSL)" into...
Igor Murashkin [Wed, 1 May 2013 18:28:17 +0000 (11:28 -0700)]
am 3c7c39af: Merge "Camera3: Add missing buffer listener include (for ZSL)" into jb-mr2-dev

* commit '3c7c39afbc8931ef2cec1bed3c477a19c139f87e':
  Camera3: Add missing buffer listener include (for ZSL)

11 years agoMerge "Camera3: Add missing buffer listener include (for ZSL)" into jb-mr2-dev
Igor Murashkin [Wed, 1 May 2013 18:25:44 +0000 (18:25 +0000)]
Merge "Camera3: Add missing buffer listener include (for ZSL)" into jb-mr2-dev

11 years agoCamera3: Add missing buffer listener include (for ZSL)
Igor Murashkin [Wed, 1 May 2013 18:18:40 +0000 (11:18 -0700)]
Camera3: Add missing buffer listener include (for ZSL)

Bug: 8563838
Change-Id: Ie053655f5583d20003abdabccee68980d7cdcbfd

11 years agoam d24b0653: Merge changes I2feda142,I5a95e0be,Ia0c21ef0 into jb-mr2-dev
Igor Murashkin [Wed, 1 May 2013 17:50:31 +0000 (10:50 -0700)]
am d24b0653: Merge changes I2feda142,I5a95e0be,Ia0c21ef0 into jb-mr2-dev

* commit 'd24b0653c7620e07e92308c05b41f7df9943f83b':
  Camera3: Add ZSL stream support
  camera: Add new RingBufferConsumer to keep a ring buffer of acquired frames
  Camera3: Add input stream support

11 years agoMerge changes I2feda142,I5a95e0be,Ia0c21ef0 into jb-mr2-dev
Igor Murashkin [Wed, 1 May 2013 17:48:57 +0000 (17:48 +0000)]
Merge changes I2feda142,I5a95e0be,Ia0c21ef0 into jb-mr2-dev

* changes:
  Camera3: Add ZSL stream support
  camera: Add new RingBufferConsumer to keep a ring buffer of acquired frames
  Camera3: Add input stream support

11 years agoam d8c7ad1c: Camera: Don\'t complain repeatedly about missing android.led.availableLeds
Igor Murashkin [Wed, 1 May 2013 01:16:09 +0000 (18:16 -0700)]
am d8c7ad1c: Camera: Don\'t complain repeatedly about missing android.led.availableLeds

* commit 'd8c7ad1cbc2e6830560a085380a5828cc3d41010':
  Camera: Don't complain repeatedly about missing android.led.availableLeds

11 years agoSupport MediaCodec::getOutputFormat for encoders
Andreas Huber [Tue, 30 Apr 2013 23:08:47 +0000 (16:08 -0700)]
Support MediaCodec::getOutputFormat for encoders

codec specific data is provided as part of the MediaFormat if available.

Change-Id: I5a79c936e2411fe66ebc694791071faefc33941e
related-to-bug: 8616651

11 years agoCamera: Don't complain repeatedly about missing android.led.availableLeds
Igor Murashkin [Tue, 30 Apr 2013 20:06:15 +0000 (13:06 -0700)]
Camera: Don't complain repeatedly about missing android.led.availableLeds

Bug: 8765726
Change-Id: I78f5f98315068aaad3a39d56698b9c8a18cc8f4a

11 years agoCamera3: Add ZSL stream support
Igor Murashkin [Mon, 22 Apr 2013 21:03:54 +0000 (14:03 -0700)]
Camera3: Add ZSL stream support

Bug: 8563838

Change-Id: I2feda142ff5172aba17ade5c8d502f9bb5d5b766

11 years agocamera: Add new RingBufferConsumer to keep a ring buffer of acquired frames
Igor Murashkin [Mon, 29 Apr 2013 17:31:06 +0000 (10:31 -0700)]
camera: Add new RingBufferConsumer to keep a ring buffer of acquired frames

Bug: 8563838
Change-Id: I5a95e0be94e5388b30639905efae42d3c3279f72

11 years agoam b7e2ef14: Merge "ProCamera: Add security permission checks for disabling transmit...
Igor Murashkin [Sat, 27 Apr 2013 00:47:17 +0000 (17:47 -0700)]
am b7e2ef14: Merge "ProCamera: Add security permission checks for disabling transmit LED" into jb-mr2-dev

* commit 'b7e2ef14a93974935783e71829f4b3174001a0fb':
  ProCamera: Add security permission checks for disabling transmit LED

11 years agoMerge "ProCamera: Add security permission checks for disabling transmit LED" into...
Igor Murashkin [Sat, 27 Apr 2013 00:43:13 +0000 (00:43 +0000)]
Merge "ProCamera: Add security permission checks for disabling transmit LED" into jb-mr2-dev

11 years agoam a307beb6: Merge "Camera2: Fix deadlock on shutdown due to client getting killed...
Eino-Ville Talvala [Sat, 27 Apr 2013 00:16:08 +0000 (17:16 -0700)]
am a307beb6: Merge "Camera2: Fix deadlock on shutdown due to client getting killed." into jb-mr2-dev

* commit 'a307beb68ac08d59525bbcb37ffb56bb3d4728c9':
  Camera2: Fix deadlock on shutdown due to client getting killed.

11 years agoMerge "Camera2: Fix deadlock on shutdown due to client getting killed." into jb-mr2-dev
Eino-Ville Talvala [Sat, 27 Apr 2013 00:10:38 +0000 (00:10 +0000)]
Merge "Camera2: Fix deadlock on shutdown due to client getting killed." into jb-mr2-dev

11 years agoCamera3: Add input stream support
Igor Murashkin [Mon, 15 Apr 2013 21:59:22 +0000 (14:59 -0700)]
Camera3: Add input stream support

- Untested with actual CAMERA3_STREAM_INPUT streams.

Bug: 8629088

Change-Id: Ia0c21ef0a2c951e401ea8babd15d3cceb4bb25a1

11 years agoCamera2: Fix deadlock on shutdown due to client getting killed.
Eino-Ville Talvala [Tue, 23 Apr 2013 22:16:57 +0000 (15:16 -0700)]
Camera2: Fix deadlock on shutdown due to client getting killed.

When the binder connection dies and is the only holder of a strong
pointer to the Camera2Client, disconnect is called from the
destructor. At this point, all weak pointers to Camera2Client are no
longer promotable, and lots of cleanup code paths are broken as a
result.

Rework all such code paths to not need the client pointer, and to
discard image buffers that arrive during shutdown.

Bug: 8696047
Change-Id: Ic0672ecde7c1baaf65079f925a45bd5be45f1fb3

11 years agoam dd309b97: Merge "Handle the case where an asynchronous prepare was initiated and...
Andreas Huber [Thu, 25 Apr 2013 23:54:07 +0000 (16:54 -0700)]
am dd309b97: Merge "Handle the case where an asynchronous prepare was initiated and then" into jb-mr2-dev

* commit 'dd309b97f3e30cb8ab30892b4bf6b5d824853a86':
  Handle the case where an asynchronous prepare was initiated and then

11 years agoam 8d2d4932: audioflinger: fix duplicating track sampling rate
Eric Laurent [Thu, 25 Apr 2013 23:54:07 +0000 (16:54 -0700)]
am 8d2d4932: audioflinger: fix duplicating track sampling rate

* commit '8d2d4932b96632e9eb3af4a3d4000192ef603960':
  audioflinger: fix duplicating track sampling rate

11 years agoMerge "Handle the case where an asynchronous prepare was initiated and then" into...
Andreas Huber [Thu, 25 Apr 2013 22:32:19 +0000 (22:32 +0000)]
Merge "Handle the case where an asynchronous prepare was initiated and then" into jb-mr2-dev

11 years agoHandle the case where an asynchronous prepare was initiated and then
Andreas Huber [Thu, 25 Apr 2013 22:11:19 +0000 (15:11 -0700)]
Handle the case where an asynchronous prepare was initiated and then

the mediaplayer was reset.

Change-Id: Ib241747c5dc002b88a3854569c1f8340b2a8ef41
related-to-bug: 8688986

11 years agoProCamera: Add security permission checks for disabling transmit LED
Igor Murashkin [Tue, 23 Apr 2013 21:51:29 +0000 (14:51 -0700)]
ProCamera: Add security permission checks for disabling transmit LED

Bug: 8554573
Change-Id: Ie909908a4cab3700bd622282e8342e8fa5b72376

11 years agoaudioflinger: fix duplicating track sampling rate
Eric Laurent [Thu, 25 Apr 2013 19:56:18 +0000 (12:56 -0700)]
audioflinger: fix duplicating track sampling rate

Add missing initialization of client proxy sampling rate
and volumes in OutputTrack constructor.

Bug: 8687522
Change-Id: I813e700315bb97083a63dd32279f1998ac775483

11 years agoam 0dbff625: Merge "Fix overflow of rand in ARTPConnection"
Andreas Huber [Wed, 24 Apr 2013 16:52:49 +0000 (09:52 -0700)]
am 0dbff625: Merge "Fix overflow of rand in ARTPConnection"

* commit '0dbff625c3128962b48f3476ceacb3ac80a3f421':
  Fix overflow of rand in ARTPConnection

11 years agoam 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient"
Andreas Huber [Wed, 24 Apr 2013 16:52:49 +0000 (09:52 -0700)]
am 628a8c0e: Merge "fix a race condition of MediaPlayerServce::Client::mClient"

* commit '628a8c0ed91531468f5c615fea8745f63cc812aa':
  fix a race condition of MediaPlayerServce::Client::mClient

11 years agoMerge "Fix overflow of rand in ARTPConnection"
Andreas Huber [Wed, 24 Apr 2013 15:49:25 +0000 (15:49 +0000)]
Merge "Fix overflow of rand in ARTPConnection"

11 years agoMerge "fix a race condition of MediaPlayerServce::Client::mClient"
Andreas Huber [Wed, 24 Apr 2013 15:46:11 +0000 (15:46 +0000)]
Merge "fix a race condition of MediaPlayerServce::Client::mClient"

11 years agoam 7f86d983: Merge "Remove all traces of wifi display sink implementation and support...
Andreas Huber [Wed, 24 Apr 2013 15:44:22 +0000 (08:44 -0700)]
am 7f86d983: Merge "Remove all traces of wifi display sink implementation and supporting code." into jb-mr2-dev

* commit '7f86d98317843838c4a5248c733bf95f9574fcab':
  Remove all traces of wifi display sink implementation and supporting code.

11 years agoMerge "Remove all traces of wifi display sink implementation and supporting code...
Andreas Huber [Wed, 24 Apr 2013 15:42:23 +0000 (15:42 +0000)]
Merge "Remove all traces of wifi display sink implementation and supporting code." into jb-mr2-dev

11 years agoFix overflow of rand in ARTPConnection
Yajun Zeng [Wed, 24 Apr 2013 02:38:27 +0000 (10:38 +0800)]
Fix overflow of rand in ARTPConnection

without this fix, (rand()*1000)/RAND_MAX is mainly 0.

Change-Id: I48ae940a7b6974b197d81732774c9dcea107bcf1
Signed-off-by: Yajun Zeng <beanz@marvell.com>
11 years agoRemove timing jitter during startup of audio
Glenn Kasten [Tue, 23 Apr 2013 19:39:37 +0000 (12:39 -0700)]
Remove timing jitter during startup of audio

This fixes a regression introduced recently, that increased timing jitter
during the startup of the FastMixer and AudioTrack callback threads.

The regression was to make requestPriority() asynchronous as a way to
avoid an apparent priority inversion in system_server.  This means that
the target thread could run briefly with the initial priority, before
the new priority takes effect.

This change removes the startup jitter for FastMixer, by making the
requestPriority() synchronous again for that case.  It doesn't matter
that this restores the priority inversion involving normal mixer thread,
because it happens during startup of both threads.

The change also removes the startup jitter for the AudioTrack callback
thread, by having the target thread check whether the requestPriority()
has completed yet.  If not, the target thread blocks with a timeout
until the priority boost finishes.

Finally, we now log an error message if the expected priority boost
doesn't happen.

Bug: 8698989
Change-Id: Id590e9a274b70ec1ba85b44a585ee37a22e41cbc

11 years agoRemove all traces of wifi display sink implementation and supporting code.
Andreas Huber [Tue, 23 Apr 2013 20:47:46 +0000 (13:47 -0700)]
Remove all traces of wifi display sink implementation and supporting code.

Change-Id: I64b681b7e3df1ef0dd80c0d261cacae293d5e684
related-to-bug: 8698812

11 years agoam 5e437722: Merge "Camera3: Register all stream buffers at stream configuration...
Eino-Ville Talvala [Tue, 23 Apr 2013 16:18:16 +0000 (09:18 -0700)]
am 5e437722: Merge "Camera3: Register all stream buffers at stream configuration time." into jb-mr2-dev

* commit '5e43772296d7c5b8faf4b0ce4efe68778729bc74':
  Camera3: Register all stream buffers at stream configuration time.

11 years agoMerge "Camera3: Register all stream buffers at stream configuration time." into jb...
Eino-Ville Talvala [Tue, 23 Apr 2013 16:16:35 +0000 (16:16 +0000)]
Merge "Camera3: Register all stream buffers at stream configuration time." into jb-mr2-dev

11 years agoam 3030f344: Merge "Fixed the wrong timestamps issue about camera recording"
Marco Nelissen [Mon, 22 Apr 2013 22:16:31 +0000 (15:16 -0700)]
am 3030f344: Merge "Fixed the wrong timestamps issue about camera recording"

* commit '3030f344e77d14cf688c34f79c83a045c888825d':
  Fixed the wrong timestamps issue about camera recording

11 years agoMerge "Fixed the wrong timestamps issue about camera recording"
Marco Nelissen [Mon, 22 Apr 2013 21:11:22 +0000 (21:11 +0000)]
Merge "Fixed the wrong timestamps issue about camera recording"

11 years agoam 4613b7e3: Merge "3rd time\'s the charm, right? Fix another instance where MediaCod...
Andreas Huber [Mon, 22 Apr 2013 16:19:26 +0000 (09:19 -0700)]
am 4613b7e3: Merge "3rd time\'s the charm, right? Fix another instance where MediaCodec would" into jb-mr2-dev

* commit '4613b7e38b1830535cbf00e962afdfa5fe1308ba':
  3rd time's the charm, right? Fix another instance where MediaCodec would

11 years agoam d090054d: Merge "Fix ProCameraTests to pass on Wolfie, disabling failing tests...
Igor Murashkin [Mon, 22 Apr 2013 16:19:25 +0000 (09:19 -0700)]
am d090054d: Merge "Fix ProCameraTests to pass on Wolfie, disabling failing tests" into jb-mr2-dev

* commit 'd090054d5087b02a6a410633c4109d5901c524ba':
  Fix ProCameraTests to pass on Wolfie, disabling failing tests

11 years agoam f0fba380: Merge "A flush of a video decoder connected to a native window must...
Andreas Huber [Mon, 22 Apr 2013 16:19:25 +0000 (09:19 -0700)]
am f0fba380: Merge "A flush of a video decoder connected to a native window must reclaim" into jb-mr2-dev

* commit 'f0fba38005f16b94b89a512fde0e01511d97e304':
  A flush of a video decoder connected to a native window must reclaim

11 years agoMerge "3rd time's the charm, right? Fix another instance where MediaCodec would"...
Andreas Huber [Mon, 22 Apr 2013 16:15:51 +0000 (16:15 +0000)]
Merge "3rd time's the charm, right? Fix another instance where MediaCodec would" into jb-mr2-dev

11 years agoFixed the wrong timestamps issue about camera recording
Jun Tian [Mon, 22 Apr 2013 05:08:21 +0000 (13:08 +0800)]
Fixed the wrong timestamps issue about camera recording

On emulator, the camera video recording crashes randomly.
It's caused by wrong timestamp when encoding the video frame.
The element of the vector is erased before accessing it.
Therefore, when reading the timestamp from the element,
the memory of the element has been changed.

Change-Id: I9750417fbb9dc4697ccae1e78e286b23925d3764

Signed-off-by: Panfeng Chang <panfengx.chang@intel.com>
Signed-off-by: Jun Tian <jun.j.tian@intel.com>
11 years agoCamera3: Register all stream buffers at stream configuration time.
Eino-Ville Talvala [Sat, 20 Apr 2013 00:26:13 +0000 (17:26 -0700)]
Camera3: Register all stream buffers at stream configuration time.

While registering them later would be nice for startup time, current
hardware will have to reinitialize everything, resulting in glitches.

Bug: 8657740
Change-Id: I1ed1f0a65d648f219f5228c8df15ffcf2a4b272e

11 years agoMerge "Fix ProCameraTests to pass on Wolfie, disabling failing tests" into jb-mr2-dev
Igor Murashkin [Fri, 19 Apr 2013 23:46:38 +0000 (23:46 +0000)]
Merge "Fix ProCameraTests to pass on Wolfie, disabling failing tests" into jb-mr2-dev

11 years agoMerge "A flush of a video decoder connected to a native window must reclaim" into...
Andreas Huber [Fri, 19 Apr 2013 21:39:36 +0000 (21:39 +0000)]
Merge "A flush of a video decoder connected to a native window must reclaim" into jb-mr2-dev

11 years ago3rd time's the charm, right? Fix another instance where MediaCodec would
Andreas Huber [Fri, 19 Apr 2013 21:33:45 +0000 (14:33 -0700)]
3rd time's the charm, right? Fix another instance where MediaCodec would

not return from a stop() or release() call if mediaserver dies at just the right
moment.

Change-Id: I7728f8df82d62602d4d272f8023aa88678dd7d95
related-to-bug: 8397711

11 years agoA flush of a video decoder connected to a native window must reclaim
Andreas Huber [Fri, 19 Apr 2013 18:55:18 +0000 (11:55 -0700)]
A flush of a video decoder connected to a native window must reclaim

output buffers already queued for rendering before considering a flush
completed. Otherwise the decoder may not have enough output buffers to
continue decoding after the discontinuity and we'll never dequeue more
from the native window.

Change-Id: I42e275dc336568e180081c6d7c0dc05fc9637c79
related-to-bug: 8578467

11 years agoam 1de65a91: Merge "Fix error message to match CTS" into jb-mr2-dev
Glenn Kasten [Fri, 19 Apr 2013 16:26:37 +0000 (09:26 -0700)]
am 1de65a91: Merge "Fix error message to match CTS" into jb-mr2-dev

* commit '1de65a91b9d174b26b594073eb1ee0dcccb31819':
  Fix error message to match CTS

11 years agoam dbe60357: Merge "Use correct pid when running under test harness" into jb-mr2-dev
Glenn Kasten [Fri, 19 Apr 2013 16:26:36 +0000 (09:26 -0700)]
am dbe60357: Merge "Use correct pid when running under test harness" into jb-mr2-dev

* commit 'dbe60357db3be0fd6268ce777647733c3383aa72':
  Use correct pid when running under test harness

11 years agoMerge "Fix error message to match CTS" into jb-mr2-dev
Glenn Kasten [Fri, 19 Apr 2013 16:23:55 +0000 (16:23 +0000)]
Merge "Fix error message to match CTS" into jb-mr2-dev

11 years agoMerge "Use correct pid when running under test harness" into jb-mr2-dev
Glenn Kasten [Fri, 19 Apr 2013 16:23:42 +0000 (16:23 +0000)]
Merge "Use correct pid when running under test harness" into jb-mr2-dev

11 years agoam 2c157e0f: Merge "Make sure MediaCodec::stop() and MediaCodec::release() still...
Andreas Huber [Fri, 19 Apr 2013 15:37:04 +0000 (08:37 -0700)]
am 2c157e0f: Merge "Make sure MediaCodec::stop() and MediaCodec::release() still return" into jb-mr2-dev

* commit '2c157e0f127f36b4c709508f899c2a9f32ba3bd4':
  Make sure MediaCodec::stop() and MediaCodec::release() still return

11 years agoMerge "Make sure MediaCodec::stop() and MediaCodec::release() still return" into...
Andreas Huber [Fri, 19 Apr 2013 15:34:03 +0000 (15:34 +0000)]
Merge "Make sure MediaCodec::stop() and MediaCodec::release() still return" into jb-mr2-dev

11 years agoam da77cee9: Merge "Fix sample info parsing" into jb-mr2-dev
Marco Nelissen [Fri, 19 Apr 2013 15:00:58 +0000 (08:00 -0700)]
am da77cee9: Merge "Fix sample info parsing" into jb-mr2-dev

* commit 'da77cee96d33aa015f90e537ce2d06e6853aac93':
  Fix sample info parsing

11 years agoMerge "Fix sample info parsing" into jb-mr2-dev
Marco Nelissen [Fri, 19 Apr 2013 14:58:42 +0000 (14:58 +0000)]
Merge "Fix sample info parsing" into jb-mr2-dev

11 years agoam 5ffabf06: OMXNodeInstance: actually fix OMX_GetExtIndex logging
Jamie Gennis [Fri, 19 Apr 2013 00:37:32 +0000 (17:37 -0700)]
am 5ffabf06: OMXNodeInstance: actually fix OMX_GetExtIndex logging

* commit '5ffabf0664b80b3dd94d40a3a63db25ecd993fd0':
  OMXNodeInstance: actually fix OMX_GetExtIndex logging

11 years agoOMXNodeInstance: actually fix OMX_GetExtIndex logging
Jamie Gennis [Thu, 18 Apr 2013 23:34:44 +0000 (16:34 -0700)]
OMXNodeInstance: actually fix OMX_GetExtIndex logging

Bug: 8538872
Change-Id: I228746e8eb502af4bba4054caa4d8569fab35025

11 years agoUse correct pid when running under test harness
Glenn Kasten [Tue, 16 Apr 2013 19:35:20 +0000 (12:35 -0700)]
Use correct pid when running under test harness

This is a partial fix which addresses one of the root causes of this bug,
but only when running under test harness.  It has no effect otherwise.

Bug: 8598539
Change-Id: I87444daef1d76b17544f331e651ba1c87893c381

11 years agoFix error message to match CTS
Glenn Kasten [Thu, 18 Apr 2013 22:26:47 +0000 (15:26 -0700)]
Fix error message to match CTS

Bug: 8657725
Change-Id: Ib608eb55f14d557d667f93e4f646c03d5ea470c1

11 years agoFix ProCameraTests to pass on Wolfie, disabling failing tests
Igor Murashkin [Thu, 18 Apr 2013 18:53:35 +0000 (11:53 -0700)]
Fix ProCameraTests to pass on Wolfie, disabling failing tests

Note: tests fail in racy conditions, but we don't occur those conditions
in practice in other consumers of ProCamera.

Bug: 8654735
Change-Id: Ic73395ad564031a6b30ad99762dee59f9c35cecf

11 years agoMake sure MediaCodec::stop() and MediaCodec::release() still return
Andreas Huber [Thu, 18 Apr 2013 20:24:17 +0000 (13:24 -0700)]
Make sure MediaCodec::stop() and MediaCodec::release() still return

instead of blocking indefinitely if the mediaserver died while the call
is pending.

Change-Id: If2789b7fe99634d947ce4a3bb69c04baff5f8b10
related-to-bug: 8397711

11 years agoFix sample info parsing
Marco Nelissen [Wed, 17 Apr 2013 18:49:11 +0000 (11:49 -0700)]
Fix sample info parsing

b/8626561

Change-Id: Ibd5168282eb33d1abdc423e15a0d9aeb5a1ad687

11 years agoam 64595e67: Merge "Add new error codes for DRM to improve error reporting" into...
Jeff Tinker [Thu, 18 Apr 2013 00:56:39 +0000 (17:56 -0700)]
am 64595e67: Merge "Add new error codes for DRM to improve error reporting" into jb-mr2-dev

* commit '64595e6727c478d3d80c7babbecdb470398f8c42':
  Add new error codes for DRM to improve error reporting

11 years agoMerge "Add new error codes for DRM to improve error reporting" into jb-mr2-dev
Jeff Tinker [Thu, 18 Apr 2013 00:53:55 +0000 (00:53 +0000)]
Merge "Add new error codes for DRM to improve error reporting" into jb-mr2-dev

11 years agoAdd new error codes for DRM to improve error reporting
Jeff Tinker [Wed, 17 Apr 2013 23:12:27 +0000 (16:12 -0700)]
Add new error codes for DRM to improve error reporting

bug: 8621516
Change-Id: I9a06c9ea5bfde924906d3876a417b9451b6abde8

11 years agoam f7baffd1: Merge "Make sure the drain buffer is big enough" into jb-mr2-dev
Marco Nelissen [Wed, 17 Apr 2013 22:49:19 +0000 (15:49 -0700)]
am f7baffd1: Merge "Make sure the drain buffer is big enough" into jb-mr2-dev

* commit 'f7baffd1fce85e3cac464b0d2ad6bc600836abf8':
  Make sure the drain buffer is big enough

11 years agoam 767fea95: Merge "Apparently the mp3 decoder glitches if it was configured with...
Andreas Huber [Wed, 17 Apr 2013 22:49:19 +0000 (15:49 -0700)]
am 767fea95: Merge "Apparently the mp3 decoder glitches if it was configured with the wrong" into jb-mr2-dev

* commit '767fea952b45f29f2091f1fb59a1bb3c24eed7e1':
  Apparently the mp3 decoder glitches if it was configured with the wrong