Searched refs:frame_height_ (Results 1 – 5 of 5) sorted by relevance
57 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
197 const int frame_height_; variable243 << tracker.frame_height_ << std::endl;
45 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()
141 int frame_height() const { return frame_height_; } in frame_height()153 int frame_height_; variable
234 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()