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

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

Completed in 33 milliseconds