Searched refs:m_pDataVideoAddress2 (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h438 M4OSA_MemAddr8 m_pDataVideoAddress2; /**< Temporary buffer for Access Unit */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2189 pC->m_pDataVideoAddress2 = M4OSA_NULL;
8999 and pC->m_pDataVideoAddress2 must be reallocated at the same time */
9005 *) &(pC->m_pDataVideoAddress2), pC->ReaderVideoAU1.m_maxsize);
9007 pC->m_pDataVideoAddress2 must be reallocated at the same time */
9032 pC->m_pDataVideoAddress2 =
9036 if( pC->m_pDataVideoAddress2 == M4OSA_NULL )
9059 pC->m_pDataVideoAddress2 must be reallocated at the same time */
9065 *) &(pC->m_pDataVideoAddress2), pC->ReaderVideoAU1.m_maxsize);
9067 pC->m_pDataVideoAddress2 must be reallocated at the same time */
9076 pC->ReaderVideoAU.m_dataAddress = pC->m_pDataVideoAddress2;
[all...]

Completed in 236 milliseconds