Searched refs:iOutputMicroSecPerFrame (Results 1 – 4 of 4) sorted by relevance
305 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()
308 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()
522 OMX_TICKS iOutputMicroSecPerFrame; variable
101 iOutputMicroSecPerFrame = (OMX_TICKS)0; in OmxComponentBase()