Skip to content

Commit

Permalink
native: Add custom 32-aligned NV12 colorformat
Browse files Browse the repository at this point in the history
Change-Id: If00faad5b155e8be70ffb48b01992bdf86165dc8
  • Loading branch information
Deva Ramasubramanian authored and Whitehawkx committed Aug 28, 2012
1 parent f0295d7 commit 8f72c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/media/openmax/OMX_IVCommon.h
Expand Up @@ -165,6 +165,7 @@ typedef enum OMX_COLOR_FORMATTYPE {
OMX_QCOM_COLOR_FormatYVU420SemiPlanar = 0x7FA30C00,
OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar64x32Tile2m8ka = 0x7FA30C03,
OMX_QCOM_COLOR_FormatYVU420PackedSemiPlanar32m4ka = 0x7FA30C01,
OMX_QCOM_COLOR_FormatYUV420PackedSemiPlanar32m = 0x7FA30C04,
OMX_COLOR_FormatMax = 0x7FFFFFFF
} OMX_COLOR_FORMATTYPE;

Expand Down

0 comments on commit 8f72c48

Please sign in to comment.