Searched refs:timeStamp (Results 1 – 5 of 5) sorted by relevance
93 public void writeFrame(byte[] frame, long timeStamp) throws IOException { in writeFrame() argument94 mOutputFile.write(makeIvfFrameHeader(frame.length, timeStamp)); in writeFrame()
457 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matches() local458 if (timeStamp != null && timeStamp.longValue() > 0L) { in matches()
970 Long timeStamp = result.get(CaptureResult.SENSOR_TIMESTAMP); in matches() local971 if (timeStamp != null && timeStamp.longValue() > 0L) { in matches()
126 String timeStamp = new SimpleDateFormat("yyyyMMdd_HHmmss").format(new Date()); in getOutputMediaFile() local130 "IMG_" + timeStamp + ".jpg"); in getOutputMediaFile()133 "VID_" + timeStamp + ".mp4"); in getOutputMediaFile()
3445 this.timeStamp = src && src.timeStamp || jQuery.now();