Searched refs:planeOut (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/libvideoeditor/lvpp/ |
D | VideoEditorTools.cpp | 3021 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, in swapImagePlanes() argument 3024 planeIn[0].u_height = planeOut[0].u_height; in swapImagePlanes() 3025 planeIn[0].u_width = planeOut[0].u_width; in swapImagePlanes() 3026 planeIn[0].u_stride = planeOut[0].u_stride; in swapImagePlanes() 3027 planeIn[0].u_topleft = planeOut[0].u_topleft; in swapImagePlanes() 3028 planeIn[0].pac_data = planeOut[0].pac_data; in swapImagePlanes() 3032 planeIn[1].u_width = planeOut[1].u_width; in swapImagePlanes() 3033 planeIn[1].u_height = planeOut[1].u_height; in swapImagePlanes() 3034 planeIn[1].u_stride = planeOut[1].u_stride; in swapImagePlanes() 3035 planeIn[1].u_topleft = planeOut[1].u_topleft; in swapImagePlanes() [all …]
|
D | VideoEditorTools.h | 112 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, 129 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut, 133 M4VIFI_ImagePlane *planeIn, M4VIFI_ImagePlane *planeOut,
|
D | VideoEditorPreviewController.cpp | 739 M4VIFI_ImagePlane planeOut[3]; in clearSurface() local 778 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in clearSurface() 782 memset((void *)planeOut[0].pac_data,0x00,planeOut[0].u_width * in clearSurface() 783 planeOut[0].u_height * 1.5); in clearSurface() 784 memset((void *)planeOut[1].pac_data,128,planeOut[1].u_width * in clearSurface() 785 planeOut[1].u_height); in clearSurface() 786 memset((void *)planeOut[2].pac_data,128,planeOut[2].u_width * in clearSurface() 787 planeOut[2].u_height); in clearSurface() 1431 M4VIFI_ImagePlane planeIn[3], planeOut[3]; in doImageRenderingMode() local 1457 prepareYV12ImagePlane(planeOut, yv12PlaneWidth, yv12PlaneHeight, in doImageRenderingMode() [all …]
|