Home
last modified time | relevance | path

Searched refs:mMaxBufferPeriod (Results 1 – 2 of 2) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DBufferPeriod.java43 private int mMaxBufferPeriod = 0; field in BufferPeriod
83 if (diffInMilli > mMaxBufferPeriod) { in collectBufferPeriod()
84 mMaxBufferPeriod = diffInMilli; in collectBufferPeriod()
117 mMaxBufferPeriod = 0; in resetRecord()
140 return mMaxBufferPeriod; in getMaxBufferPeriod()
157 out.putInt("mMaxBufferPeriod", mMaxBufferPeriod); in writeToParcel()
166 mMaxBufferPeriod = in.getInt("mMaxBufferPeriod"); in BufferPeriod()
DHistogramView.java44 private int mMaxBufferPeriod = 0; field in HistogramView
100 if (mMaxBufferPeriod != 0) { in fillCanvas()
104 if (mMaxBufferPeriod > arrayLength - 1) { in fillCanvas()
108 range = mMaxBufferPeriod + 1; in fillCanvas()
347 mMaxBufferPeriod = ReadBufferPeriod; in setMaxBufferPeriod()