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

/frameworks/av/libvideoeditor/vss/mcs/inc/
H A DM4MCS_InternalTypes.h436 M4OSA_MemAddr8 m_pDataAddress2; /**< Temporary buffer for Access Unit */ member in struct:__anon302
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c2185 pC->m_pDataAddress2 = M4OSA_NULL;
7938 pC->m_pDataAddress2 must be reallocated at the same time */
7944 *) &(pC->m_pDataAddress2), pC->ReaderAudioAU1.m_maxsize);
7946 pC->m_pDataAddress2 must be reallocated at the same time */
7972 pC->m_pDataAddress2 =
7976 if( pC->m_pDataAddress2 == M4OSA_NULL )
8000 * and pC->m_pDataAddress2 must be reallocated at the same time *
8007 *) &(pC->m_pDataAddress2), pC->ReaderAudioAU1.m_maxsize);
8009 * pC->m_pDataAddress2 must be reallocated at the same time
8021 pC->ReaderAudioAU.m_dataAddress = pC->m_pDataAddress2;
[all...]

Completed in 35 milliseconds