Searched defs:y4m_ (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
H A Dy4m_video_source.h33 y4m_() {
47 y4m_input_open(&y4m_, input_file_, NULL, 0, 0);
48 framerate_numerator_ = y4m_.fps_n;
49 framerate_denominator_ = y4m_.fps_d;
85 y4m_input_fetch_frame(&y4m_, input_file_, img_.get());
90 y4m_input_close(&y4m_);
91 y4m_ = y4m_input();
106 y4m_input y4m_; member in class:libvpx_test::Y4mVideoSource
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dy4m_video_source.h33 y4m_() {
50 ASSERT_FALSE(y4m_input_open(&y4m_, input_file_, NULL, 0, 0));
51 framerate_numerator_ = y4m_.fps_n;
52 framerate_denominator_ = y4m_.fps_d;
91 y4m_input_fetch_frame(&y4m_, input_file_, img_.get());
96 y4m_input_close(&y4m_);
97 y4m_ = y4m_input();
112 y4m_input y4m_; member in class:libvpx_test::Y4mVideoSource

Completed in 128 milliseconds