Home
last modified time | relevance | path

Searched refs:limit_ (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Di420_video_source.h32 limit_(limit), in I420VideoSource()
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; } in img()
81 virtual unsigned int limit() const { return limit_; } in limit()
98 limit_ = frame_; in FillFrame()
108 unsigned int limit_; variable
Dy4m_video_source.h29 limit_(limit), in Y4mVideoSource()
65 return (frame_ < limit_) ? img_.get() : NULL; in img()
80 virtual unsigned int limit() const { return limit_; } in limit()
102 unsigned int limit_; variable
Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) { in DummyVideoSource()
104 return (frame_ < limit_) ? img_ : NULL; in img()
119 virtual unsigned int limit() const { return limit_; } in limit()
136 unsigned int limit_; variable
Dresize_test.cc102 limit_ = 60; in ResizingVideoSource()