Searched refs:m_maxDuration (Results 1 - 1 of 1) sorted by last modified time

/frameworks/av/libvideoeditor/vss/src/
H A DM4READER_Amr.c49 M4OSA_Time m_maxDuration; /**< duration of the audio stream */ member in struct:_M4READER_AMR_Context
82 pReaderContext->m_maxDuration = 0;
308 if (streamDesc.duration > pC->m_maxDuration)
310 pC->m_maxDuration = streamDesc.duration;
422 *(M4OSA_Time*)pValue = pC->m_maxDuration;

Completed in 50 milliseconds