Home | History | Annotate | Download | only in src

Lines Matching defs:pC

77     M4PTO3GPP_InternalContext *pC = (M4PTO3GPP_InternalContext*)(pContext);
81 if (M4OSA_FALSE == pC->m_bLastInternalCallBack)
83 err = pC->m_Params.pPictureCallbackFct(pC->m_Params.pPictureCallbackCtxt, pPlaneOut,
97 if (M4OSA_TRUE == pC->m_IsLastPicture)
104 pC->m_bLastInternalCallBack = M4OSA_TRUE; /* Toggle flag for the final call of the CB*/
105 pC->m_IsLastPicture = M4OSA_TRUE; /* To stop the encoder */
106 pC->pSavedPlane = pPlaneOut; /* Save the last YUV plane ptr */
107 pC->uiSavedDuration = (M4OSA_UInt32)mtDuration; /* Save the last duration */
114 /**< Only necessary for pC->m_mtNextCts below...*/
115 mtDuration = pC->uiSavedDuration;
123 (void *)pC->pSavedPlane[i].pac_data,
134 pC->m_mtNextCts += mtDuration;