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

  /external/webrtc/talk/media/devices/
filevideocapturer_unittest.cc 56 frame_width_(0),
65 frame_width_ = frame->width;
67 } else if (frame_width_ != frame->width ||
74 int frame_width() const { return frame_width_; }
80 int frame_width_; member in class:__anon43846::FileVideoCapturerTest::VideoCapturerListener
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_tracker.h 196 const int frame_width_; member in class:tf_tracking::ObjectTracker
242 stream << "Frame size: " << tracker.frame_width_ << "x"
  /external/webrtc/talk/media/base/
testutils.h 140 int frame_width() const { return frame_width_; }
152 int frame_width_; member in class:cricket::VideoCapturerListener

Completed in 67 milliseconds