PD#SWPL-16131
Problem:
codec memory too small to change video encode
Solution:
increase codec memory size
Verify:
local
Change-Id: If09d00b97d607ba319c030516344dd3e9f96f7ec
Signed-off-by: Ruoran Xi <ruoran.xi@amlogic.com>
ion_cma_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
- size = <0x0 0x8000000>;
+ size = <0x0 0xc000000>;
alignment = <0x0 0x400000>;
};
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
- size = <0x0 0x5000000>;
+ size = <0x0 0x8000000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};
ion_cma_reserved:linux,ion-dev {
compatible = "shared-dma-pool";
reusable;
- size = <0x0 0x8000000>;
+ size = <0x0 0xc000000>;
alignment = <0x0 0x400000>;
};
compatible = "shared-dma-pool";
reusable;
/* ion_codec_mm max can alloc size 80M*/
- size = <0x0 0x5000000>;
+ size = <0x0 0x8000000>;
alignment = <0x0 0x400000>;
linux,contiguous-region;
};