HomeSort by relevance Sort by last modified time
    Searched defs:NextFrame (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_tracker.h 60 virtual void NextFrame(const uint8_t* const new_frame,
63 NextFrame(new_frame, NULL, timestamp, alignment_matrix_2x3);
74 virtual void NextFrame(const uint8_t* const new_frame,
112 // Returns the number of frames that have been passed to NextFrame().
flow_cache.h 52 void NextFrame(ImageData* const new_frame,
56 optical_flow_.NextFrame(new_frame);
object_tracker.cc 100 void ObjectTracker::NextFrame(const uint8_t* const new_frame,
125 flow_cache_.NextFrame(frame2_.get(), alignment_matrix_2x3);
optical_flow.cc 41 void OpticalFlow::NextFrame(const ImageData* const image_data) {
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer.cc     [all...]

Completed in 457 milliseconds