diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-10-06 19:45:37 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-10-06 19:45:37 -0700 |
| commit | 5bca027a17e98438c5472dca594ec5085f02ef6b (patch) | |
| tree | 58799eae2fc27a4cc30c2db95fe9b9376ce0f0f4 /include | |
| parent | e9a7b4841897c06e8fe78c70869d81874687a29b (diff) | |
| parent | 571faa4a2ce5bb1643a4d9ca9905e701eb811718 (diff) | |
Merge "msm: vidc: Add support for TP10 color format"
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/linux/msm_vidc_dec.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/uapi/linux/msm_vidc_dec.h b/include/uapi/linux/msm_vidc_dec.h index f502c81665a4..48ce8e929fbf 100644 --- a/include/uapi/linux/msm_vidc_dec.h +++ b/include/uapi/linux/msm_vidc_dec.h @@ -486,10 +486,14 @@ enum vdec_interlaced_format { VDEC_InterlaceInterleaveFrameBottomFieldFirst = 0x4 }; +#define VDEC_YUV_FORMAT_NV12_TP10_UBWC \ + VDEC_YUV_FORMAT_NV12_TP10_UBWC + enum vdec_output_fromat { VDEC_YUV_FORMAT_NV12 = 0x1, VDEC_YUV_FORMAT_TILE_4x2 = 0x2, - VDEC_YUV_FORMAT_NV12_UBWC = 0x3 + VDEC_YUV_FORMAT_NV12_UBWC = 0x3, + VDEC_YUV_FORMAT_NV12_TP10_UBWC = 0x4 }; enum vdec_output_order { |
