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

Commit b50ee1c8 authored by Shivendra Kakrania's avatar Shivendra Kakrania
Browse files

msm: vidc: Add MBAFF interlace type



Add new interlace type to notify client of
MBAFF interlaced type. This is ORed with
interlace extradata payload format to check if
content is MBAFF.

CRs-Fixed: 2197107
Change-Id: I3f34e13570e9d17303889ed6ffef5ca3ed00faeb
Signed-off-by: default avatarShivendra Kakrania <shiven@codeaurora.org>
parent d8e908c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -247,6 +247,7 @@ struct msm_vidc_vui_display_info_payload {
#define MSM_VIDC_INTERLACE_INTERLEAVE_FRAME_BOTTOMFIELDFIRST 0x04
#define MSM_VIDC_INTERLACE_FRAME_TOPFIELDFIRST 0x08
#define MSM_VIDC_INTERLACE_FRAME_BOTTOMFIELDFIRST 0x10
#define MSM_VIDC_INTERLACE_FRAME_MBAFF 0x20

/* msm_vidc_framepack_type */
#define MSM_VIDC_FRAMEPACK_CHECKERBOARD 0x00