Home
last modified time | relevance | path

Searched refs:pPlaneYuvWithEffect (Results 1 – 3 of 3) sorted by relevance

/frameworks/media/libvideoeditor/vss/src/
DM4VSS3GPP_EditVideo.c3448 pClipCtxt->pPlaneYuvWithEffect = in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3452 if (pClipCtxt->pPlaneYuvWithEffect == M4OSA_NULL) { in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3458 pClipCtxt->pPlaneYuvWithEffect[0].u_height = pC->ewc.uiVideoHeight; in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3459 pClipCtxt->pPlaneYuvWithEffect[0].u_width = pC->ewc.uiVideoWidth; in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3460 pClipCtxt->pPlaneYuvWithEffect[0].u_stride = pC->ewc.uiVideoWidth; in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3461 pClipCtxt->pPlaneYuvWithEffect[0].u_topleft = 0; in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3463 pClipCtxt->pPlaneYuvWithEffect[0].pac_data = in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3467 if (pClipCtxt->pPlaneYuvWithEffect[0].pac_data == M4OSA_NULL) { in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3470 free(pClipCtxt->pPlaneYuvWithEffect); in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
3474 pClipCtxt->pPlaneYuvWithEffect[1].u_height = in M4VSS3GPP_intSetYuv420PlaneFromARGB888()
[all …]
DM4VSS3GPP_Clip.c153 pClipCtxt->pPlaneYuvWithEffect = M4OSA_NULL; in M4VSS3GPP_intClipInit()
1844 if(pClipCtxt->pPlaneYuvWithEffect != M4OSA_NULL) { in M4VSS3GPP_intClipCleanUp()
1845 if(pClipCtxt->pPlaneYuvWithEffect[0].pac_data != M4OSA_NULL) { in M4VSS3GPP_intClipCleanUp()
1846 free(pClipCtxt->pPlaneYuvWithEffect[0].pac_data); in M4VSS3GPP_intClipCleanUp()
1847 pClipCtxt->pPlaneYuvWithEffect[0].pac_data = M4OSA_NULL; in M4VSS3GPP_intClipCleanUp()
1849 free(pClipCtxt->pPlaneYuvWithEffect); in M4VSS3GPP_intClipCleanUp()
1850 pClipCtxt->pPlaneYuvWithEffect = M4OSA_NULL; in M4VSS3GPP_intClipCleanUp()
/frameworks/media/libvideoeditor/vss/inc/
DM4VSS3GPP_InternalTypes.h380 M4VIFI_ImagePlane *pPlaneYuvWithEffect; /* YUV420 image plane, with color effect */ member