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

/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c1404 M4VIFI_ImagePlane *outputPlane; local
1423 outputPlane = (M4VIFI_ImagePlane *)M4OSA_32bitAlignedMalloc(3
1428 if( outputPlane == M4OSA_NULL )
1439 outputPlane[0].u_width = width;
1440 outputPlane[0].u_height = height;
1441 outputPlane[0].u_topleft = 0;
1442 outputPlane[0].u_stride = width;
1443 outputPlane[0].pac_data = (M4VIFI_UInt8
1452 if( outputPlane[0].pac_data == M4OSA_NULL )
1454 free(outputPlane);
[all...]

Completed in 6 milliseconds