Lines Matching defs:pC

79     M4MCS_InternalContext *pC = (M4MCS_InternalContext*)(pContext);
81 M4_MediaTime mtCts = pC->dViDecCurrentCts;
91 if(pC->MediaRendering == M4MCS_kBlackBorders)
100 else if ((M4OSA_NULL == pC->ReaderVideoAU.m_dataAddress) ||
101 (M4OSA_NULL == pC->pViDecCtxt))
118 if(pC->isRenderDup == M4OSA_FALSE)
122 if (M4OSA_NULL != pC->pPreResizeFrame)
129 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt, &mtCts,
130 pC->pPreResizeFrame, M4OSA_TRUE);
137 if(pC->MediaRendering == M4MCS_kResizing)
144 pC->pPreResizeFrame, pPlaneOut);
171 Params.m_inputSize.m_height = pC->pPreResizeFrame->u_height;
172 Params.m_inputSize.m_width = pC->pPreResizeFrame->u_width;
180 if(pC->MediaRendering == M4MCS_kBlackBorders)
237 if((M4OSA_UInt32)((pC->pPreResizeFrame->u_height * pPlaneOut->u_width)\
238 /pC->pPreResizeFrame->u_width) <= pPlaneOut->u_height)
245 ((pC->pPreResizeFrame->u_height * pPlaneOut->u_width)\
246 /pC->pPreResizeFrame->u_width);
270 (M4OSA_UInt32)((pC->pPreResizeFrame->u_width
272 /pC->pPreResizeFrame->u_height);
314 if(pC->MediaRendering == M4MCS_kCropping)
330 ((pC->pPreResizeFrame->u_height\
344 ((pC->pPreResizeFrame->u_width\
351 if(M4OSA_NULL == pC->m_air_context)
353 err = M4AIR_create(&pC->m_air_context, M4AIR_kYUV420P);
362 err = M4AIR_configure(pC->m_air_context, &Params);
367 M4AIR_cleanUp(pC->m_air_context);
371 err = M4AIR_get(pC->m_air_context, pC->pPreResizeFrame,
377 M4AIR_cleanUp(pC->m_air_context);
381 if(pC->MediaRendering == M4MCS_kBlackBorders)
423 err = pC->m_pVideoDecoder->m_pFctRender(pC->pViDecCtxt,
432 pC->lastDecodedPlane = pPlaneOut;
438 (void *)pC->lastDecodedPlane[0].pac_data,
441 (void *)pC->lastDecodedPlane[1].pac_data,
444 (void *)pC->lastDecodedPlane[2].pac_data,
446 pC->lastDecodedPlane = pPlaneOut;