Searched refs:planeIn (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorTools.h112 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,
129 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,
133 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,
H A DVideoEditorTools.cpp3021 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,
3024 planeIn[0].u_height = planeOut[0].u_height;
3025 planeIn[0].u_width = planeOut[0].u_width;
3026 planeIn[0].u_stride = planeOut[0].u_stride;
3027 planeIn[0].u_topleft = planeOut[0].u_topleft;
3028 planeIn[0].pac_data = planeOut[0].pac_data;
3032 planeIn[1].u_width = planeOut[1].u_width;
3033 planeIn[1].u_height = planeOut[1].u_height;
3034 planeIn[1].u_stride = planeOut[1].u_stride;
3035 planeIn[
3020 swapImagePlanes( M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2) argument
3206 applyColorEffect(M4xVSS_VideoEffectType colorEffect, M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_UInt16 rgbColorData) argument
3241 applyLumaEffect(M4VSS3GPP_VideoEffectType videoEffect, M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, M4VIFI_UInt8 *buffer1, M4VIFI_UInt8 *buffer2, M4OSA_Int32 lum_factor) argument
3276 M4VIFI_ImagePlane planeIn[3], planeOut[3]; local
3835 M4VIFI_ImagePlane planeIn[3], planeOut[3]; local
[all...]
H A DVideoEditorPreviewController.cpp1431 M4VIFI_ImagePlane planeIn[3], planeOut[3]; local
1439 prepareYUV420ImagePlane(planeIn, videoWidth,
1460 err = applyRenderingMode(planeIn, planeOut, mRenderingMode);
/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c113 static M4OSA_ERR M4VSS3GPP_intSetYUV420Plane(M4VIFI_ImagePlane* planeIn,
3878 // In plane rotation, so planeOut = planeIn
3932 M4OSA_ERR M4VSS3GPP_intSetYUV420Plane(M4VIFI_ImagePlane* planeIn, argument
3937 if (planeIn == M4OSA_NULL) {
3942 planeIn[0].u_width = width;
3943 planeIn[0].u_height = height;
3944 planeIn[0].u_stride = planeIn[0].u_width;
3946 planeIn[1].u_width = width/2;
3947 planeIn[
[all...]
H A DM4xVSS_internal.c1826 M4OSA_ERR M4xVSS_internalSetPlaneTransparent(M4OSA_UInt8* planeIn, M4OSA_UInt32 size) argument
1829 M4OSA_UInt8* plane = planeIn;

Completed in 63 milliseconds