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

  /frameworks/av/libvideoeditor/vss/src/
M4READER_Amr.c 49 M4OSA_Time m_maxDuration; /**< duration of the audio stream */
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;
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp 156 : m_maxDuration(maxDuration)
163 *m_maxDuration = max(*m_maxDuration, monotonicallyIncreasingTime() - m_start);
167 double* m_maxDuration;
    [all...]

Completed in 54 milliseconds