Home
last modified time | relevance | path

Searched refs:iOutputMicroSecPerFrame (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp305 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration(); in ConstructComponent()
561 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration(); in ProcessData()
826 …if ((TimestampGap > OMX_HALFRANGE_THRESHOLD) || (TimestampGap < iOutputMicroSecPerFrame && iFrameC… in CheckForSilenceInsertion()
837 if (0 != iOutputMicroSecPerFrame) in CheckForSilenceInsertion()
839 iSilenceFramesNeeded = TimestampGap / iOutputMicroSecPerFrame; in CheckForSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp308 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration(); in ConstructComponent()
571 iOutputMicroSecPerFrame = iCurrentFrameTS.GetFrameDuration(); in ProcessData()
867 …if ((TimestampGap > OMX_HALFRANGE_THRESHOLD) || (TimestampGap < iOutputMicroSecPerFrame && iFrameC… in CheckForSilenceInsertion()
878 if (0 != iOutputMicroSecPerFrame) in CheckForSilenceInsertion()
880 iSilenceFramesNeeded = TimestampGap / iOutputMicroSecPerFrame; in CheckForSilenceInsertion()
/external/opencore/codecs_v2/omx/omx_baseclass/include/
Dpv_omxcomponent.h522 OMX_TICKS iOutputMicroSecPerFrame; variable
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp101 iOutputMicroSecPerFrame = (OMX_TICKS)0; in OmxComponentBase()