Searched refs:timeStamp (Results 1 – 8 of 8) sorted by relevance
99 public void writeFrame(byte[] frame, long timeStamp) throws IOException { in writeFrame() argument100 mOutputFile.write(makeIvfFrameHeader(frame.length, timeStamp)); in writeFrame()
202 int64_t timeStamp; in ProcessInput() local210 &numBytesReceived, &timeStamp); in ProcessInput()
370 if (!mLastReadEvents.containsKey(event.timeStamp)) { in getNewEvents()376 mLastReadEvents.put(event.timeStamp, event); in getNewEvents()385 mLastReadEvents.put(event.timeStamp, event); in recordSliderEvents()
579 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in onClick() local581 mVideoTarget = new File(mVideoTargetDir, timeStamp + "video.mp4"); in onClick()
895 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matches() local896 if (timeStamp != null && timeStamp.longValue() > 0L) { in matches()
1577 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matches() local1578 if (timeStamp != null && timeStamp.longValue() > 0L) { in matches()
261 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in testImageCaptureWithoutLocation() local264 final File target = new File(targetDir, timeStamp + "capture.jpg"); in testImageCaptureWithoutLocation()
159 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in getOutputMediaFile() local163 "IMG_" + timeStamp + ".jpg"); in getOutputMediaFile()166 "VID_" + timeStamp + ".mp4"); in getOutputMediaFile()