modify device.mk for exposing supported pool type
default : ION(1 << 16) | BUFFERQUEUE(1 << 18) add : GRALLOC(1 << 17) Bug: 227283773 Bug: 238360304 Test: Build PASS Test: CtsMediaV2TestCases Change-Id: Iab38bc7818e95c032552ed9bf79d68b50f8eadcd Signed-off-by: Taehwan Kim <t_h.kim@samsung.com>
This commit is contained in:
parent
a6206bd756
commit
30e5f5f668
1 changed files with 1 additions and 0 deletions
|
@ -723,6 +723,7 @@ PRODUCT_PACKAGES += \
|
|||
libExynosC2Vp9Enc
|
||||
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
debug.stagefright.c2-poolmask=458752 \
|
||||
debug.c2.use_dmabufheaps=1 \
|
||||
media.c2.dmabuf.padding=512 \
|
||||
debug.stagefright.ccodec_delayed_params=1 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue