Home
last modified time | relevance | path

Searched refs:pImagePlanesTemp (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/src/
DM4MCS_VideoPreProcessing.c154 M4VIFI_ImagePlane pImagePlanesTemp[3]; in M4MCS_intApplyVPP() local
182 pImagePlanesTemp[0].u_width = pPlaneOut[0].u_width; in M4MCS_intApplyVPP()
183 pImagePlanesTemp[0].u_height = pPlaneOut[0].u_height; in M4MCS_intApplyVPP()
184 pImagePlanesTemp[0].u_stride = pPlaneOut[0].u_width; in M4MCS_intApplyVPP()
185 pImagePlanesTemp[0].u_topleft = 0; in M4MCS_intApplyVPP()
187 pImagePlanesTemp[1].u_width = pPlaneOut[1].u_width; in M4MCS_intApplyVPP()
188 pImagePlanesTemp[1].u_height = pPlaneOut[1].u_height; in M4MCS_intApplyVPP()
189 pImagePlanesTemp[1].u_stride = pPlaneOut[1].u_width; in M4MCS_intApplyVPP()
190 pImagePlanesTemp[1].u_topleft = 0; in M4MCS_intApplyVPP()
192 pImagePlanesTemp[2].u_width = pPlaneOut[2].u_width; in M4MCS_intApplyVPP()
[all …]
/frameworks/av/libvideoeditor/lvpp/
DVideoEditorTools.cpp1685 M4VIFI_ImagePlane pImagePlanesTemp[3]; in applyRenderingMode() local
1714 pImagePlanesTemp[0].u_width = pPlaneOut[0].u_width; in applyRenderingMode()
1715 pImagePlanesTemp[0].u_height = pPlaneOut[0].u_height; in applyRenderingMode()
1716 pImagePlanesTemp[0].u_stride = pPlaneOut[0].u_width; in applyRenderingMode()
1717 pImagePlanesTemp[0].u_topleft = 0; in applyRenderingMode()
1718 pImagePlanesTemp[0].pac_data = M4OSA_NULL; in applyRenderingMode()
1720 pImagePlanesTemp[1].u_width = pPlaneOut[1].u_width; in applyRenderingMode()
1721 pImagePlanesTemp[1].u_height = pPlaneOut[1].u_height; in applyRenderingMode()
1722 pImagePlanesTemp[1].u_stride = pPlaneOut[1].u_width; in applyRenderingMode()
1723 pImagePlanesTemp[1].u_topleft = 0; in applyRenderingMode()
[all …]
/frameworks/av/libvideoeditor/vss/src/
DM4VSS3GPP_EditVideo.c3125 M4VIFI_ImagePlane pImagePlanesTemp[3]; in M4VSS3GPP_intApplyRenderingMode() local
3174 pImagePlanesTemp[0].u_width = pOutplane[0].u_width; in M4VSS3GPP_intApplyRenderingMode()
3175 pImagePlanesTemp[0].u_height = pOutplane[0].u_height; in M4VSS3GPP_intApplyRenderingMode()
3176 pImagePlanesTemp[0].u_stride = pOutplane[0].u_width; in M4VSS3GPP_intApplyRenderingMode()
3177 pImagePlanesTemp[0].u_topleft = 0; in M4VSS3GPP_intApplyRenderingMode()
3179 pImagePlanesTemp[1].u_width = pOutplane[1].u_width; in M4VSS3GPP_intApplyRenderingMode()
3180 pImagePlanesTemp[1].u_height = pOutplane[1].u_height; in M4VSS3GPP_intApplyRenderingMode()
3181 pImagePlanesTemp[1].u_stride = pOutplane[1].u_width; in M4VSS3GPP_intApplyRenderingMode()
3182 pImagePlanesTemp[1].u_topleft = 0; in M4VSS3GPP_intApplyRenderingMode()
3184 pImagePlanesTemp[2].u_width = pOutplane[2].u_width; in M4VSS3GPP_intApplyRenderingMode()
[all …]