Searched defs:timeStamp (Results 1 – 8 of 8) sorted by relevance
117 private void assertVerifyThreadDate(long timeStamp) { in assertVerifyThreadDate()
99 public void writeFrame(byte[] frame, long timeStamp) throws IOException { in writeFrame()
202 int64_t timeStamp; in ProcessInput() local
654 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in onClick() local
901 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matches() local
1577 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matches() local
159 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in getOutputMediaFile() local
245 SeekTestParams(AMediaCodecBufferInfo expected, int64_t timeStamp, SeekMode mode) in SeekTestParams()