Searched refs:y4m_input_fetch_frame (Results 1 – 3 of 3) sorted by relevance
58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
821 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *_img){ in y4m_input_fetch_frame() function
282 if (y4m_input_fetch_frame(y4m, f, img) < 1) in read_frame()