- 23 Oct, 2012 7 commits
-
-
Andreas Huber authored
-
Andreas Huber authored
The widevine extractor doesn't deal too well with that... Change-Id: Iadfeede4fe0c086af788c5639782854e4fbb98ff related-to-bug: 7262386
-
Eino-Ville Talvala authored
-
Eino-Ville Talvala authored
During camera startup, it might take a few hundred milliseconds before requests start to be dequeued by the HAL. Increase the timeout for synchronizing mode changes and triggers so that triggers near startup don't time out. Bug: 6970465 Change-Id: I9dc35378e8018ec18ae31be874fcb094f8a9a0e9
-
Eric Laurent authored
-
Eric Laurent authored
The new camcorder start sound is longer than previous one and we must discard more audio when capture starts. Ideally, camcorder should use synchronous record start. Bug 7394330. Change-Id: I219b4e231aba706776dc7ccc4f1c996eaf22f61a
-
Glenn Kasten authored
Bug: 7378660 Change-Id: I69e33ca2eb4bb9bd38e2c63df62cd1130d68baf6
-
- 22 Oct, 2012 2 commits
-
-
Mathias Agopian authored
-
Andreas Huber authored
if the sink supports it we'll use HDCP (and fail if necessary), if it doesn't we won't. If an HDCP session is established we'll tell our observer that the connection is secure, otherwise we don't. Change-Id: I7cbef384f2cf0a6ac65801c581eea227b9ef4c46 related-to-bug: 7368436
-
- 21 Oct, 2012 1 commit
-
-
Mathias Agopian authored
the problem is that if libaudio_resampler is present, it is those coefficients that will always be selected, but the correct meta-data. Bug: 7385994 Change-Id: Ieebeb37b4dfb62a1a051bc29fae2ce056dbc6621
-
- 20 Oct, 2012 1 commit
-
-
Jean-Michel Trivi authored
-
- 19 Oct, 2012 3 commits
-
-
Eino-Ville Talvala authored
-
Jean-Michel Trivi authored
Use -16dB as the default DRC reference level when decoding streams with DRC metadata. Bug 7370764 Change-Id: I900cee22f32384a5657fb041b69d42657bcddf09
-
Marco Nelissen authored
-
- 18 Oct, 2012 2 commits
-
-
Glenn Kasten authored
Bug: 7369232 Change-Id: I7ff9f525dad4be0aef562a53015b06ee7d3d50f1
-
Eino-Ville Talvala authored
setPreviewWindow was holding a lock during long-lasting HAL calls which may cause deadlock if the HAL calls back into the service during the call. Stop holding the lock during these calls, since it's not essential to do so. Bug: 7320517 Change-Id: I4a35703d751e22ac32979b5a1288e291610576e7
-
- 17 Oct, 2012 2 commits
-
-
James Dong authored
o related-to-bug: 7282066 Change-Id: I0896551a45aab61fb571fef19061397ff84321d9
-
Marco Nelissen authored
We were reading some uninitialized memory when creating bass boost and EQ effects, and using memcpy() with identical source and destination. Change-Id: I15ea1b2c52ae05cbf54aef04351e89805e0ebf8e
-
- 16 Oct, 2012 6 commits
-
-
Eino-Ville Talvala authored
-
Eino-Ville Talvala authored
- When scene mode is set and the AF quirk is in use, don't change AF mode and then cancel when AF cancel is received. Just change mode since that also implies a cancel. - Only trigger quirks switch when a focusing area is set. Bug: 7318812 Change-Id: I28d8755553bd78052e774701210cb94d84ee2046
-
Jean-Michel Trivi authored
-
Jean-Michel Trivi authored
Audio tracks were not using the right latency estimation for signalling the completion of their presetation. This caused the synchronization mechanism between playback and record to be off, and a synchronized recording would contain some of the audio that was meant to be over once recording would start. Use the playback thread's latency reporting which takes the audio pipe into account. Bug 7237669 Change-Id: I23a907a53ad0b0d68d246789ec595a77a79fced5
-
Eino-Ville Talvala authored
Bug: 7357069 Change-Id: I9cd0cdcc23959bfecced5f47bb9e8c59c997dade
-
Eino-Ville Talvala authored
In HAL2 CAF modes, once focus is locked by an AF trigger, additional triggers will not cause AF notifications, since the state will not change again until a cancelAutofocus call. Since the old API still expects to see a notification, short-circuit this at the service and send an immediate success notification. Bug: 7318298 Change-Id: Ib209a24eaf2a35a247d06aea671efe80a33d751e
-
- 12 Oct, 2012 1 commit
-
-
James Dong authored
o related-to-bug: 6971073 Change-Id: Ia6d926663231f9a9ef31c82c85c70595c4a30ebe
-
- 11 Oct, 2012 1 commit
-
-
Eino-Ville Talvala authored
Bug: 7327474 Change-Id: I603da5b8bd58e5a700d7ae0b3d34bd89bbcb1d53
-
- 10 Oct, 2012 6 commits
-
-
Jean-Michel Trivi authored
-
Eino-Ville Talvala authored
Bug: 7309020 Change-Id: I6e66809b868d2e8f47f71e6f8752b44ec06dfb17
-
Eino-Ville Talvala authored
Per API documentation, metering regions are only for AE, not also for AWB. Bug: 7312720 Change-Id: I39bcf33e4c81e80022f45e8fca77ea6cf9ba115e
-
Jean-Michel Trivi authored
Add support for querying whether there is currently a recording underway from the specified audio source. Bug 7314859 Change-Id: I986b231a10ffd368b08ec2f9c7f348d28eaeb892
-
Eino-Ville Talvala authored
Narrow down on PID checks to avoid cases where service can access the camera even though it shouldn't be able to, per API semantics. Bug: 6970469 Change-Id: Ic468a31949c28ef978b6ed48a70e4601c7ced684
-
Eino-Ville Talvala authored
-
- 09 Oct, 2012 8 commits
-
-
Andreas Huber authored
-
Andreas Huber authored
properly parse rtp port and use it to setup session. Change-Id: Ic7521cb867143278196c3ce4b19a74ecc2703d8e related-to-bug: 7318719
-
Eino-Ville Talvala authored
-
Igor Murashkin authored
When disconnecting, don't try to call device functions if the initialization fails since this can lead to internal HAL segfaults. Bug: 7317107 Change-Id: Ib65db7eb6556ee10d844959934b1bfd7bb08d0ff
-
Igor Murashkin authored
-
Eino-Ville Talvala authored
Some parameters were not being set to default values, causing strange flakiness in any app that wasn't calling setParameters. This includes many CTS tests. Bug: 6970468 Change-Id: If91635afc000e23862e7b039292a55349274c5ee
-
Eino-Ville Talvala authored
-
Eric Laurent authored
-