Home
last modified time | relevance | path

Searched refs:M4ViComImagePlane (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/libvideoeditor/vss/common/inc/
DM4VFL_transition.h40 } M4ViComImagePlane; typedef
52 unsigned char M4VFL_modifyLumaByStep(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out,
55 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out,
94 unsigned char M4VIFI_ImageBlendingonYUV420 (void *pUserData, M4ViComImagePlane *pPlaneIn1,
95 M4ViComImagePlane *pPlaneIn2,
96 M4ViComImagePlane *pPlaneOut, UInt32 Progress);
/frameworks/av/libvideoeditor/vss/video_filters/src/
DM4VFL_transition.c40 unsigned char M4VFL_modifyLumaByStep(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out, in M4VFL_modifyLumaByStep()
126 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, in M4VFL_modifyLumaWithScale()
127 M4ViComImagePlane *plane_out, in M4VFL_modifyLumaWithScale()
281 M4ViComImagePlane *pPlaneIn1, in M4VIFI_ImageBlendingonYUV420()
282 M4ViComImagePlane *pPlaneIn2, in M4VIFI_ImageBlendingonYUV420()
283 M4ViComImagePlane *pPlaneOut, in M4VIFI_ImageBlendingonYUV420()
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.h83 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, M4ViComImagePlane *plane_out, …
DVideoEditorTools.cpp833 unsigned char M4VFL_modifyLumaWithScale(M4ViComImagePlane *plane_in, in M4VFL_modifyLumaWithScale()
834 M4ViComImagePlane *plane_out, in M4VFL_modifyLumaWithScale()
3248 (M4ViComImagePlane*)planeIn,(M4ViComImagePlane*)planeOut, in applyLumaEffect()
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_EditVideo.c1890 M4VFL_modifyLumaWithScale((M4ViComImagePlane *)pPlaneTempIn, in M4VSS3GPP_intApplyVideoEffect()
1891 (M4ViComImagePlane *)pPlaneTempOut, tmp, M4OSA_NULL); in M4VSS3GPP_intApplyVideoEffect()
1912 M4VFL_modifyLumaWithScale((M4ViComImagePlane *)pPlaneTempIn, in M4VSS3GPP_intApplyVideoEffect()
1913 (M4ViComImagePlane *)pPlaneTempOut, tmp, M4OSA_NULL); in M4VSS3GPP_intApplyVideoEffect()
2116 (M4ViComImagePlane *)pC->yuv1, in M4VSS3GPP_intVideoTransition()
2117 (M4ViComImagePlane *)pC->yuv2, in M4VSS3GPP_intVideoTransition()
2118 (M4ViComImagePlane *)pPlaneOut, iProgress); in M4VSS3GPP_intVideoTransition()
DM4xVSS_internal.c4697 err = M4VFL_modifyLumaWithScale( (M4ViComImagePlane*)PlaneIn1, in M4xVSS_FadeBlackTransition()
4698 (M4ViComImagePlane*)PlaneOut, tmp, M4OSA_NULL); in M4xVSS_FadeBlackTransition()
4714 err = M4VFL_modifyLumaWithScale((M4ViComImagePlane*)PlaneIn2, in M4xVSS_FadeBlackTransition()
4715 (M4ViComImagePlane*)PlaneOut, tmp, M4OSA_NULL); in M4xVSS_FadeBlackTransition()