Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d25be0ea authored by Lajos Molnar's avatar Lajos Molnar
Browse files

DO NOT MERGE: omx: add OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar

This seems to have the same layout as OMX_COLOR_FormatYUV420SemiPlanar,
but used under this value on some devices.

Bug: 19246722

Change-Id: Ib866024e52cf7b12608f02eefc43c6d58a1c0aa1
parent ea5da67d
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -165,6 +165,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
    OMX_COLOR_FormatYUV420Flexible = 0x7F420888,
    OMX_COLOR_FormatYUV420Flexible = 0x7F420888,


    OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100,
    OMX_TI_COLOR_FormatYUV420PackedSemiPlanar = 0x7F000100,
    OMX_INTEL_COLOR_FormatYUV420PackedSemiPlanar = 0x7FA00E00,
    OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
    OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
    OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
    OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
    OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002,
    OMX_SEC_COLOR_FormatNV12Tiled = 0x7FC00002,