Lines Matching refs:YUVPlane
356 MS_BOOL MApi_MFE_CompressOnePicture_ex(MEMMAP_CUR_t YUVPlane, MS_BOOL bForceIframe) in MApi_MFE_CompressOnePicture_ex() argument
358 return _MApi_MFE_CompressOnePicture(appPVR_Info, YUVPlane, bForceIframe); in MApi_MFE_CompressOnePicture_ex()
888 static MS_BOOL mfe_check_input_alignment(MEMMAP_CUR_t YUVPlane) in mfe_check_input_alignment() argument
922 if ((YUVPlane.Cur_Y0.miuAddress & align) != 0 || in mfe_check_input_alignment()
923 (YUVPlane.Cur_C0.miuAddress & align) != 0) in mfe_check_input_alignment()
930 if ((YUVPlane.Cur_Y1.miuAddress & align) != 0 || in mfe_check_input_alignment()
931 (YUVPlane.Cur_C1.miuAddress & align) != 0) in mfe_check_input_alignment()
941 MS_BOOL _MApi_MFE_CompressOnePicture(PVR_Info* mfe_Info, MEMMAP_CUR_t YUVPlane, MS_BOOL bForceIfram… in _MApi_MFE_CompressOnePicture() argument
952 …ms_dprintf(ADP_L2, "input Y0: VA %p, PA 0x%x\n", YUVPlane.Cur_Y0.miuPointer, (unsigned int)YUVPlan… in _MApi_MFE_CompressOnePicture()
953 …ms_dprintf(ADP_L2, "input C0: VA %p, PA 0x%x\n", YUVPlane.Cur_C0.miuPointer, (unsigned int)YUVPlan… in _MApi_MFE_CompressOnePicture()
955 if (TRUE == mfe_check_input_alignment(YUVPlane)) { in _MApi_MFE_CompressOnePicture()
960 ret = MAdp_MFE_Proc_nonThread(YUVPlane); in _MApi_MFE_CompressOnePicture()