Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dy4m_video_source.h33 y4m_() { in Y4mVideoSource()
47 y4m_input_open(&y4m_, input_file_, NULL, 0, 0); in Begin()
48 framerate_numerator_ = y4m_.fps_n; in Begin()
49 framerate_denominator_ = y4m_.fps_d; in Begin()
85 y4m_input_fetch_frame(&y4m_, input_file_, img_.get()); in FillFrame()
90 y4m_input_close(&y4m_); in CloseSource()
91 y4m_ = y4m_input(); in CloseSource()
106 y4m_input y4m_; variable