Searched refs:planeOut (Results 1 - 3 of 3) sorted by relevance
/frameworks/media/libvideoeditor/lvpp/ |
H A D | VideoEditorTools.h | 112 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, 129 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, 133 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,
|
H A D | VideoEditorTools.cpp | 3021 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[1].u_topleft = planeOut[ 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 D | VideoEditorPreviewController.cpp | 732 M4VIFI_ImagePlane planeOut[3]; local 771 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, 775 memset((void *)planeOut[0].pac_data,0x00,planeOut[0].u_width * 776 planeOut[0].u_height * 1.5); 777 memset((void *)planeOut[1].pac_data,128,planeOut[1].u_width * 778 planeOut[1].u_height); 779 memset((void *)planeOut[2].pac_data,128,planeOut[ 1423 M4VIFI_ImagePlane planeIn[3], planeOut[3]; local [all...] |
Completed in 11 milliseconds