Searched refs:pPlaneYuvWithEffect (Results 1 – 3 of 3) sorted by relevance
3448 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 …]
153 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()
380 M4VIFI_ImagePlane *pPlaneYuvWithEffect; /* YUV420 image plane, with color effect */ member