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

/frameworks/av/libvideoeditor/vss/src/
H A DM4VSS3GPP_EditVideo.c3412 pClipCtxt->pPlaneYuv =
3415 (M4OSA_Char*)"pPlaneYuv");
3417 if (pClipCtxt->pPlaneYuv == M4OSA_NULL) {
3421 pClipCtxt->pPlaneYuv[0].u_height =
3423 pClipCtxt->pPlaneYuv[0].u_width =
3425 pClipCtxt->pPlaneYuv[0].u_stride = pClipCtxt->pPlaneYuv[0].u_width;
3426 pClipCtxt->pPlaneYuv[0].u_topleft = 0;
3428 pClipCtxt->pPlaneYuv[0].pac_data =
3430 pClipCtxt->pPlaneYuv[
[all...]
H A DM4VSS3GPP_Clip.c152 pClipCtxt->pPlaneYuv = M4OSA_NULL;
1847 if(pClipCtxt->pPlaneYuv != M4OSA_NULL) {
1848 if(pClipCtxt->pPlaneYuv[0].pac_data != M4OSA_NULL) {
1849 free(pClipCtxt->pPlaneYuv[0].pac_data);
1850 pClipCtxt->pPlaneYuv[0].pac_data = M4OSA_NULL;
1852 free(pClipCtxt->pPlaneYuv);
1853 pClipCtxt->pPlaneYuv = M4OSA_NULL;
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalTypes.h377 M4VIFI_ImagePlane *pPlaneYuv; /* YUV420 image plane, converted from ARGB888 */ member in struct:__anon259

Completed in 118 milliseconds