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

  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 819 OMX_TICKS CurrTimestamp, TimestampGap;
824 TimestampGap = iFrameTimestamp - CurrTimestamp;
826 if ((TimestampGap > OMX_HALFRANGE_THRESHOLD) || (TimestampGap < iOutputMicroSecPerFrame && iFrameCount > 0))
839 iSilenceFramesNeeded = TimestampGap / iOutputMicroSecPerFrame;
    [all...]
  /external/opencore/codecs_v2/omx/omx_aac/src/
omx_aac_component.cpp 854 OMX_TICKS CurrTimestamp, TimestampGap;
    [all...]
  /external/opencore/codecs_v2/omx/omx_amr/src/
omx_amr_component.cpp     [all...]

Completed in 56 milliseconds