OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currtimestamp
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DetectorActivity.java
249
final long
currTimestamp
= timestamp;
266
LOGGER.i("Preparing image " +
currTimestamp
+ " for detection in bg thread.");
287
LOGGER.i("Running detection on image " +
currTimestamp
);
326
tracker.trackResults(mappedRecognitions, luminanceCopy,
currTimestamp
);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h
252
uint32
currTimestamp
;
pvdec_api.cpp
797
return video->
currTimestamp
;
[
all
...]
Completed in 583 milliseconds