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

/frameworks/media/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c84 static M4OSA_ERR M4VSS3GPP_intAllocateYUV420( M4VIFI_ImagePlane *pPlanes,
2851 * @param pPlanes (IN/OUT) valid pointer to 3 M4VIFI_ImagePlane structures
2856 static M4OSA_ERR M4VSS3GPP_intAllocateYUV420( M4VIFI_ImagePlane *pPlanes, argument
2859 if (pPlanes == M4OSA_NULL) {
2860 M4OSA_TRACE1_0("M4VSS3GPP_intAllocateYUV420: Invalid pPlanes pointer");
2865 if (pPlanes[0].pac_data != M4OSA_NULL &&
2866 pPlanes[0].u_width == uiWidth &&
2867 pPlanes[0].u_height == uiHeight) {
2871 pPlanes[0].u_width = uiWidth;
2872 pPlanes[
[all...]

Completed in 31 milliseconds