HomeSort by relevance Sort by last modified time
    Searched refs:currTimestamp (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/gl/
GrGLTexture.h 85 GrGpu::ResetTimestamp currTimestamp) {
90 fParamsTimestamp = currTimestamp;
  /external/skqp/src/gpu/gl/
GrGLTexture.h 98 GrGpu::ResetTimestamp currTimestamp) {
103 fParamsTimestamp = currTimestamp;
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DetectorActivity.java 207 final long currTimestamp = timestamp;
224 LOGGER.i("Preparing image " + currTimestamp + " for detection in bg thread.");
245 LOGGER.i("Running detection on image " + currTimestamp);
278 tracker.trackResults(mappedRecognitions, luminanceCopy, currTimestamp);
  /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 817 return video->currTimestamp;
    [all...]

Completed in 161 milliseconds