Home
last modified time | relevance | path

Searched refs:frame_height_ (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/media/devices/
Dfilevideocapturer_unittest.cc57 frame_height_(0), in VideoCapturerListener()
66 frame_height_ = frame->height; in OnFrameCaptured()
68 frame_height_ != frame->height) { in OnFrameCaptured()
75 int frame_height() const { return frame_height_; } in frame_height()
81 int frame_height_; member in __anond807f67c0111::FileVideoCapturerTest::VideoCapturerListener
/external/tensorflow/tensorflow/examples/android/jni/object_tracking/
Dobject_tracker.h197 const int frame_height_; variable
243 << tracker.frame_height_ << std::endl;
Dobject_tracker.cc45 frame_height_(config->image_size.height), in ObjectTracker()
52 frame1_(new ImageData(frame_width_, frame_height_)), in ObjectTracker()
53 frame2_(new ImageData(frame_width_, frame_height_)), in ObjectTracker()
178 Image<uint8_t> image(frame_width_, frame_height_); in RegisterNewObjectWithAppearance()
/external/webrtc/talk/media/base/
Dtestutils.h141 int frame_height() const { return frame_height_; } in frame_height()
153 int frame_height_; variable
Dtestutils.cc234 frame_height_(0), in VideoCapturerListener()
254 frame_height_ = frame->height; in OnFrameCaptured()
256 } else if (frame_width_ != frame->width || frame_height_ != frame->height) { in OnFrameCaptured()