commit | 036f181223367d65437c64812084626a9f78bc51 | [log] [tgz] |
---|---|---|
author | Huan Song <[email protected]> | Mon Jun 24 17:05:54 2019 -0700 |
committer | Huan Song <[email protected]> | Wed Jul 10 13:30:01 2019 -0700 |
tree | 151c4b3c96795a71b8a013721d9904fab00ed3dd | |
parent | 868f84257a194212eca43bd76e0719275c9842f9 [diff] |
Unify the YUV_420_888 as NV21 in emulator HALs. Historically, our HAL treats format YUV_420_888 differently for Camera (NV21) and non-Camera(YV12). This introduced code complexity/workaround and issues such as displaying black camera images on emulator if using format as YUV420_888. Bug: 129974322 Bug: 135953734 Bug: 129973408 Test: CtsCameraTestCases CtsNativeHardwareTestCases Change-Id: I404344290a918b0925f9c80bd06150e89f8d90a1