Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DGlitchesStringBuilder.java56 int timeInMs; // starting time of glitches in getGlitchString() local
58 timeInMs = (int) (glitchesData[i] * newSamplesInMs); // round down in getGlitchString()
59 listOfGlitches.append(timeInMs + "~" + (timeInMs + (int) allSamplesInMs) + "ms\n"); in getGlitchString()
77 int timeInMs; // starting time of glitches in getGlitchStringForFile() local
79 timeInMs = (int) (glitchesData[i] * newSamplesInMs); // round down in getGlitchStringForFile()
80 listOfGlitches.append(timeInMs + "\n"); in getGlitchStringForFile()
/external/webrtc/webrtc/modules/video_coding/
Dframe_buffer.cc85 int64_t timeInMs, in InsertPacket() argument
145 _latestPacketTimeMs = timeInMs; in InsertPacket()
Dframe_buffer.h33 int64_t timeInMs,
/external/webrtc/webrtc/modules/video_coding/test/
DplotReceiveTrace.m36 timeInMs=hr*60*60*1000 + mn*60*1000 + sec*1000 + ms;