Searched defs:frame_ (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Divf_video_source.h36 frame_(0),
71 ++frame_;
98 virtual unsigned int frame_number() const { return frame_; }
105 unsigned int frame_; member in class:libvpx_test::IVFVideoSource
H A Dy4m_video_source.h30 frame_(0),
51 frame_ = 0;
60 ++frame_;
65 return (frame_ < limit_) ? img_.get() : NULL;
69 virtual vpx_codec_pts_t pts() const { return frame_; }
78 virtual unsigned int frame() const { return frame_; }
103 unsigned int frame_; member in class:libvpx_test::Y4mVideoSource
H A Di420_video_source.h33 frame_(0),
58 frame_ = start_;
63 ++frame_;
67 virtual vpx_image_t *img() const { return (frame_ < limit_) ? img_ : NULL; }
70 virtual vpx_codec_pts_t pts() const { return frame_; }
79 virtual unsigned int frame() const { return frame_; }
98 limit_ = frame_;
109 unsigned int frame_; member in class:libvpx_test::I420VideoSource
H A Dvideo_source.h94 frame_ = 0;
99 ++frame_;
104 return (frame_ < limit_) ? img_ : NULL;
108 virtual vpx_codec_pts_t pts() const { return frame_; }
117 virtual unsigned int frame() const { return frame_; }
137 unsigned int frame_; member in class:libvpx_test::DummyVideoSource
152 frame_ = 0;
160 if (frame_ % 30 < 15)
H A Dwebm_video_source.h86 frame_(0),
132 ++frame_;
173 virtual unsigned int frame_number() const { return frame_; }
185 unsigned int frame_; member in class:libvpx_test::WebMVideoSource
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp73 // Copies |frame| data into |frame_|. Returns true on success.
85 const uint8* frame() const { return frame_; }
112 uint8* frame_; member in class:mkvmuxer::Frame

Completed in 466 milliseconds