Searched refs:timeStamp (Results 1 – 4 of 4) sorted by relevance
99 public void writeFrame(byte[] frame, long timeStamp) throws IOException { in writeFrame() argument100 mOutputFile.write(makeIvfFrameHeader(frame.length, timeStamp)); in writeFrame()
126 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in getOutputMediaFile() local130 "IMG_" + timeStamp + ".jpg"); in getOutputMediaFile()133 "VID_" + timeStamp + ".mp4"); in getOutputMediaFile()
878 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matchesObject() local879 if (timeStamp != null && timeStamp.longValue() > 0L) { in matchesObject()
1162 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matchesObject() local1163 if (timeStamp != null && timeStamp.longValue() > 0L) { in matchesObject()