HomeSort by relevance Sort by last modified time
    Searched refs:m_pDecodedPlane (Results 1 - 2 of 2) sorted by null

  /frameworks/media/libvideoeditor/vss/src/
M4xVSS_internal.c 557 if(pC->m_pDecodedPlane == M4OSA_NULL)
564 &(pC->m_pDecodedPlane),pC->m_pPto3GPPparams->width,pC->m_pPto3GPPparams->height);
568 if(pC->m_pDecodedPlane != M4OSA_NULL)
572 if(pC->m_pDecodedPlane->pac_data != M4OSA_NULL)
574 free(pC->m_pDecodedPlane->pac_data);
576 free(pC->m_pDecodedPlane);
577 pC->m_pDecodedPlane = M4OSA_NULL;
586 Params.m_inputSize.m_height = pC->m_pDecodedPlane->u_height;
587 Params.m_inputSize.m_width = pC->m_pDecodedPlane->u_width;
733 /* Params.m_inputCoord.m_x = (M4OSA_UInt32)(pC->m_pDecodedPlane->u_width
    [all...]
  /frameworks/media/libvideoeditor/vss/inc/
M4xVSS_Internal.h 259 M4VIFI_ImagePlane* m_pDecodedPlane; /* Used for Pan and Zoom only */

Completed in 3555 milliseconds