• R/O
  • HTTP
  • SSH
  • HTTPS

コミット一覧

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

frameworks/av


RSS
Rev. 日時 作者
c751b90 2019-07-03 09:43:35 Ray Essick

Remove unused AVIExtractor source

Bug: 130651570
Test: compilation
Change-Id: I36e8221879593e0560002e404215c6efcd531ab8
(cherry picked from commit 5eaa57a5de115b50bfbe1b8d6764116c9f39a10f)

6d5ee51 2019-07-03 08:22:38 TreeHugger Robot

Merge "Audio policy: fix HwModuleCollection::getDeviceDescriptor" into qt-r1-dev

937b2d0 2019-07-03 07:57:49 TreeHugger Robot

Merge "aaudio: account for hardware jitter in clock model" into qt-r1-dev

bd55793 2019-07-03 07:51:20 Wonsik Kim

codec2: trim log

Bug: 132461433
Test: bug repro steps
Change-Id: Ie79b8948dc2eae773a433d90c23e7b6924bd503e

947c0f1 2019-07-03 07:36:37 Jean-Michel Trivi

Audio policy: fix HwModuleCollection::getDeviceDescriptor

The deprecated method AudioManager.isBluetoothA2dpOn() calls
getDeviceConnectionState on APM with an empty address, which
caused HwModuleCollection::getDeviceDescriptor to set an empty
address on the DeviceDescriptor for the currently connected
A2DP device. This method is called by MediaRouter.
When the address was reset, the java listener for audio device
connection monitoring was reporting the connection of an A2DP
device with an empty address, which in turn caused AvrcpManager
to behave as if the audio device connection failed.
If MediaRouter called isBluetoothA2dpOn() before AvrcpManager
received its called for device connection, the error would occur.

Bug: 132416679
Test: call isBluetoothA2dpOn() and check for valid address in dumpsys media.audio_policy
Test: atest AudioServiceHostTest#testInjectForRecord ; atest AudioHostTest ; atest AudioPlaybackCaptureTest
Change-Id: I1370edbbca46657506a990855d06a176f07c54d3

f4a2a71 2019-07-03 04:24:34 Jayant Chowdhary

Merge "AImageReader: make sure ~AImageReader isn't called with FrameListener::mLock held." into qt-r1-dev

9066766 2019-07-03 03:00:01 Yin-Chia Yeh

Camera: fix format overriden logic

Original logic was comparing an overridden format int, switch
to use a const original format.

Test: partner device, Pixel 3 CTS
Bug: 136456900
Change-Id: I03d6e190770ee05e40446c417e323f546fdc2689

91eaf16 2019-07-02 11:01:13 Pawin Vongmasa

Merge "Fix typo in the output binary" into qt-dev
am: aba76c4d48

Change-Id: Ic4993bedf522a1cc986aeb747bb3a1514c970ec1

28e751d 2019-07-02 10:47:10 Dongwon Kang

Merge "codec2: make C2Param.h compatible with Pie C2Param.h" into qt-dev
am: 6d76d14ef8

Change-Id: Ia1874387fb95fa14d5a49fc598c7ce604c4ecc77

aba76c4 2019-07-02 10:46:41 TreeHugger Robot

Merge "Fix typo in the output binary" into qt-dev

6d76d14 2019-07-02 10:02:15 Dongwon Kang

Merge "codec2: make C2Param.h compatible with Pie C2Param.h" into qt-dev

b91d736 2019-07-02 08:22:38 Wonsik Kim

Merge "codec2: initialize delays at start" into qt-dev
am: e80279e64e

Change-Id: I97b4fabdbc0c2b21caef49ee0bd768f6bc55ef13

e80279e 2019-07-02 08:01:25 TreeHugger Robot

Merge "codec2: initialize delays at start" into qt-dev

a8f871d 2019-07-02 07:23:09 Pawin Vongmasa

Fix typo in the output binary

Test: vts-tradefed run vts -m VtsHalMediaC2V1_0Host

Bug: 136503165

0d85d8f 2019-07-02 05:37:21 Praveen Chavan

codec2: vts-video: align input buffer size for decoders
am: 9694a99645

Change-Id: I5e915c2ccaec0de59316a1399c75853801b0b318

ebca5b9 2019-07-02 05:30:21 Jayant Chowdhary

AImageReader: make sure ~AImageReader isn't called with FrameListener::mLock held.

The following sequence of events is possible:

t1: FrameListener::onFrameAvailable callback is called, mReader is
promoted from wp<> to sp<>, t1 holds mLock.
t2: AImageReader_delete is called, decStrong is called on AImageReader,
but since its refcount isn't 0, ~AImageReader isn't called
t1: onFrameAvailable completes, ~AImageReader is called with mLock
held, ~AImageReader->
setImageListenerLocked->FrameListener::setImageListener->tries
to lock mLock again, t1 deadlocks.

We move the locking mLock to after the promotion of mReader to sp<> so
that it gets destructed before ~AImageReader is called.

The same is done for BufferRemovedListener.

Bug: 136193631

Test: Auth; unlock

Change-Id: I8bb8c7d59f3711fd9fe434159095938eb5db9153
Signed-off-by: Jayant Chowdhary <jchowdhary@google.com>

7f534b5 2019-07-02 04:38:19 Andy Hung

Merge "EffectBundle: Make effect draining more robust" into qt-r1-dev

bdffead 2019-07-02 04:02:47 Wonsik Kim

codec2: initialize delays at start

Bug: 136446346
Test: bug repro steps
Change-Id: Id5811411404625ca0316ebbdd75e075ca7fd42c3

6e8019b 2019-07-02 02:08:03 Lajos Molnar

codec2: make C2Param.h compatible with Pie C2Param.h

Bug: 135941486
Change-Id: Iecc26bdf3efe883838a4abd2b663fcb9834e6b7e

9694a99 2019-07-01 21:09:28 Praveen Chavan

codec2: vts-video: align input buffer size for decoders

Hardware decoders expect minimum PAGE_SIZE alignment.

Test:
VtsHalMediaC2V1_0TargetVideoDecTest -C c2.qti.hevc.decoder -P /sdcard/res/ -I default

Bug: 135427312

Change-Id: I14ee2f93d644450679500d507e775ad16afead6d

265eb99 2019-06-30 04:24:57 Sungtak Lee

Merge "C2BqPool: Handle generation # retrieval failure" into qt-dev
am: ff52d12ac1

Change-Id: I47cf64c8e073a611651e4267d0d6e43551ab7cdb

ff52d12 2019-06-30 03:42:04 Sungtak Lee

Merge "C2BqPool: Handle generation # retrieval failure" into qt-dev

05d3c23 2019-06-30 02:26:14 Wonsik Kim

Merge "codec2: fix rare native crash in buffer queue thread" into qt-dev
am: d0fb5dc7a1

Change-Id: I40308f585bbfcf6f293092d11ec96bc55f893f07

cee8065 2019-06-30 02:25:27 Wonsik Kim

Merge "codec2: fix output delay update" into qt-dev
am: 9368cad390

Change-Id: Ie69b7fc92a945100c9b2317faab1981961caaec0

d0fb5dc 2019-06-30 02:06:49 Wonsik Kim

Merge "codec2: fix rare native crash in buffer queue thread" into qt-dev

9368cad 2019-06-30 02:06:26 Wonsik Kim

Merge "codec2: fix output delay update" into qt-dev

b535534 2019-06-29 09:59:01 Pawin Vongmasa

[automerger skipped] Merge "Add support for graphics.mapper@3.0" into qt-dev
am: f182d3ae5b -s ours
am skip reason: change_id Iaa7a3f06956f9f81b3d4338bbf32fea282cdd511 with SHA1 d032f2dff9 is in history

Change-Id: I874fdf736c707abc044330074753d2ad20e6c648

4fea62f 2019-06-29 09:33:55 Shuzhen Wang

Merge "Camera: Clarify manual capture behavior for logical camera" into qt-dev
am: 2655a0d0fc

Change-Id: Iaf3864b08fb90db90e77a9ec1e6dca54ad7475a2

f182d3a 2019-06-29 09:00:00 TreeHugger Robot

Merge "Add support for graphics.mapper@3.0" into qt-dev

2655a0d 2019-06-29 08:54:09 TreeHugger Robot

Merge "Camera: Clarify manual capture behavior for logical camera" into qt-dev