Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dy4minput.h68 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
Dy4minput.c992 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *_img) { in y4m_input_fetch_frame() function
Dvpxenc.c108 if (y4m_input_fetch_frame(y4m, f, img) < 1) in read_frame()
/external/libvpx/libvpx/test/
Dy4m_video_source.h92 y4m_input_fetch_frame(&y4m_, input_file_, img_.get()); in FillFrame()