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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3831 M4VIFI_ImagePlane outPlane[3]; local
3835 outPlane[0].u_width = pPlaneIn[0].u_height;
3836 outPlane[0].u_height = pPlaneIn[0].u_width;
3837 outPlane[0].u_stride = outPlane[0].u_width;
3838 outPlane[0].u_topleft = 0;
3839 outPlane[0].pac_data = (M4OSA_UInt8 *)M4OSA_32bitAlignedMalloc(
3840 (outPlane[0].u_stride*outPlane[0].u_height), M4VS,
3842 if (outPlane[
[all...]

Completed in 433 milliseconds