| commit | 0549e1a0437354f4a34b6948ee29550abfd785e5 | [log] [tgz] |
|---|---|---|
| author | Chih-Yu Huang <akahuang@google.com> | Fri Feb 05 12:24:14 2021 +0900 |
| committer | Chih-Yu Huang <akahuang@google.com> | Mon Mar 01 12:49:07 2021 +0900 |
| tree | f84446cc5b9dd1fa726743df32a679e07b44abe7 | |
| parent | b849ee3e711d512ab51216319f223100f210c75b [diff] |
C2BufferQueueBlockPoolData: Pass GraphicBuffer to migrate() directly Originally, we pass the array of GraphicBuffer to migrate(), but the method only needs the target GraphicBuffer. This CL changes the signature of migrate() method to pass the target GraphicBuffer directly. Bug: 174188958 Test: android.media.cts.MediaCodecPlayerTest#testPlaybackSwitchViews Change-Id: I85fa89a621e1b8e49d07fa15169e5d11a3c3d44e