Searched refs:timeInMs (Results 1 – 3 of 3) sorted by relevance
60 int timeInMs; // starting time of glitches in getGlitchString() local62 timeInMs = (int) (glitchesData[i] * newSamplesInMs); // round down in getGlitchString()63 listOfGlitches.append(timeInMs + "~" + (timeInMs + (int) allSamplesInMs) + "ms\n"); in getGlitchString()81 int timeInMs; // starting time of glitches in getGlitchStringForFile() local83 timeInMs = (int) (glitchesData[i] * newSamplesInMs); // round down in getGlitchStringForFile()84 listOfGlitches.append(timeInMs + "\n"); in getGlitchStringForFile()
80 int64_t timeInMs, in InsertPacket() argument147 _latestPacketTimeMs = timeInMs; in InsertPacket()
37 int64_t timeInMs,