Lines Matching refs:M4VIFI_ImagePlane

70           M4VSS3GPP_InternalEditContext *pC, M4VIFI_ImagePlane *pPlaneIn,
71 M4VIFI_ImagePlane *pPlaneOut, M4OSA_Bool bSkipFramingEffect);
75 M4VIFI_ImagePlane *pPlaneOut );
86 static M4OSA_ERR M4VSS3GPP_intAllocateYUV420( M4VIFI_ImagePlane *pPlanes,
90 M4VIFI_ImagePlane* pImagePlanes,
95 M4VIFI_ImagePlane* pInplane,
96 M4VIFI_ImagePlane* pOutplane);
106 M4VIFI_ImagePlane *pResizePlane,
107 M4VIFI_ImagePlane *pPlaneNoResize,
108 M4VIFI_ImagePlane *pPlaneOut);
110 static M4OSA_ERR M4VSS3GPP_intRotateVideo(M4VIFI_ImagePlane* pPlaneIn,
113 static M4OSA_ERR M4VSS3GPP_intSetYUV420Plane(M4VIFI_ImagePlane* planeIn,
118 M4VIFI_ImagePlane *pPlaneIn,
119 M4VIFI_ImagePlane *pPlaneOut);
1062 M4OSA_ERR M4VSS3GPP_intVPP( M4VPP_Context pContext, M4VIFI_ImagePlane *pPlaneIn,
1063 M4VIFI_ImagePlane *pPlaneOut )
1067 M4VIFI_ImagePlane *pTmp = M4OSA_NULL;
1068 M4VIFI_ImagePlane *pLastDecodedFrame = M4OSA_NULL ;
1069 M4VIFI_ImagePlane *pDecoderRenderFrame = M4OSA_NULL;
1070 M4VIFI_ImagePlane pTemp1[3],pTemp2[3];
1071 M4VIFI_ImagePlane pTempPlaneClip1[3],pTempPlaneClip2[3];
1079 memset((void *)pTemp1, 0, 3*sizeof(M4VIFI_ImagePlane));
1080 memset((void *)pTemp2, 0, 3*sizeof(M4VIFI_ImagePlane));
1081 memset((void *)pTempPlaneClip1, 0, 3*sizeof(M4VIFI_ImagePlane));
1082 memset((void *)pTempPlaneClip2, 0, 3*sizeof(M4VIFI_ImagePlane));
1686 M4VIFI_ImagePlane *pPlaneIn, M4VIFI_ImagePlane *pPlaneOut) {
1784 M4VIFI_ImagePlane *pPlaneIn, M4VIFI_ImagePlane *pPlaneOut,
1797 M4VIFI_ImagePlane *pPlaneTempIn;
1798 M4VIFI_ImagePlane *pPlaneTempOut;
1799 M4VIFI_ImagePlane pTempYuvPlane[3];
1814 memset((void *)pTempYuvPlane, 0, 3*sizeof(M4VIFI_ImagePlane));
2026 M4VIFI_ImagePlane *pPlaneOut )
2031 M4VIFI_ImagePlane *pPlane;
2882 * @param pPlanes (IN/OUT) valid pointer to 3 M4VIFI_ImagePlane structures
2887 static M4OSA_ERR M4VSS3GPP_intAllocateYUV420( M4VIFI_ImagePlane *pPlanes,
2979 * M4VIFI_ImagePlane* pImagePlanes,
2999 M4VIFI_ImagePlane* pImagePlanes,
3002 M4VIFI_ImagePlane rgbPlane1 ,rgbPlane2;
3120 M4VIFI_ImagePlane* pInplane,
3121 M4VIFI_ImagePlane* pOutplane) {
3125 M4VIFI_ImagePlane pImagePlanesTemp[3];
3149 M4VIFI_ImagePlane* pPlaneTemp = M4OSA_NULL;
3413 (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(
3414 3*sizeof(M4VIFI_ImagePlane), M4VS,
3480 (M4VIFI_ImagePlane*)M4OSA_32bitAlignedMalloc(
3481 3*sizeof(M4VIFI_ImagePlane), M4VS,
3544 M4VIFI_ImagePlane *pResizePlane,
3545 M4VIFI_ImagePlane *pPlaneNoResize,
3546 M4VIFI_ImagePlane *pPlaneOut) {
3550 M4VIFI_ImagePlane *pDecoderRenderFrame = M4OSA_NULL;
3552 M4VIFI_ImagePlane* pTmp = M4OSA_NULL;
3553 M4VIFI_ImagePlane pTemp[3];
3557 memset((void *)pTemp, 0, 3*sizeof(M4VIFI_ImagePlane));
3827 M4OSA_ERR M4VSS3GPP_intRotateVideo(M4VIFI_ImagePlane* pPlaneIn,
3831 M4VIFI_ImagePlane outPlane[3];
3932 M4OSA_ERR M4VSS3GPP_intSetYUV420Plane(M4VIFI_ImagePlane* planeIn,