Loading include/uapi/media/msm_vidc.h +9 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,15 @@ enum msm_vidc_interlace_type { MSM_VIDC_INTERLACE_FRAME_TOPFIELDFIRST = 0x08, MSM_VIDC_INTERLACE_FRAME_BOTTOMFIELDFIRST = 0x10, }; /* enum msm_vidc_framepack_type */ #define MSM_VIDC_FRAMEPACK_CHECKERBOARD 0x00 #define MSM_VIDC_FRAMEPACK_COLUMN_INTERLEAVE 0x01 #define MSM_VIDC_FRAMEPACK_ROW_INTERLEAVE 0x02 #define MSM_VIDC_FRAMEPACK_SIDE_BY_SIDE 0x03 #define MSM_VIDC_FRAMEPACK_TOP_BOTTOM 0x04 #define MSM_VIDC_FRAMEPACK_TEMPORAL_INTERLEAVE 0x05 enum msm_vidc_recovery_sei { MSM_VIDC_FRAME_RECONSTRUCTION_INCORRECT = 0x0, MSM_VIDC_FRAME_RECONSTRUCTION_CORRECT = 0x01, Loading Loading
include/uapi/media/msm_vidc.h +9 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,15 @@ enum msm_vidc_interlace_type { MSM_VIDC_INTERLACE_FRAME_TOPFIELDFIRST = 0x08, MSM_VIDC_INTERLACE_FRAME_BOTTOMFIELDFIRST = 0x10, }; /* enum msm_vidc_framepack_type */ #define MSM_VIDC_FRAMEPACK_CHECKERBOARD 0x00 #define MSM_VIDC_FRAMEPACK_COLUMN_INTERLEAVE 0x01 #define MSM_VIDC_FRAMEPACK_ROW_INTERLEAVE 0x02 #define MSM_VIDC_FRAMEPACK_SIDE_BY_SIDE 0x03 #define MSM_VIDC_FRAMEPACK_TOP_BOTTOM 0x04 #define MSM_VIDC_FRAMEPACK_TEMPORAL_INTERLEAVE 0x05 enum msm_vidc_recovery_sei { MSM_VIDC_FRAME_RECONSTRUCTION_INCORRECT = 0x0, MSM_VIDC_FRAME_RECONSTRUCTION_CORRECT = 0x01, Loading