Home
last modified time | relevance | path

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

/external/libvpx/
Dy4minput.h58 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *img);
Dy4minput.c821 int y4m_input_fetch_frame(y4m_input *_y4m,FILE *_fin,vpx_image_t *_img){ in y4m_input_fetch_frame() function
Dvpxenc.c282 if (y4m_input_fetch_frame(y4m, f, img) < 1) in read_frame()