Searched defs:y4m_input (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.h26 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input
31 typedef void (*y4m_convert_func)(y4m_input *_y4m,
36 struct y4m_input { struct
65 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
67 void y4m_input_close(y4m_input *_y4m);
68 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);
/external/libvpx/libvpx/
H A Dy4minput.h26 typedef struct y4m_input y4m_input; typedef in typeref:struct:y4m_input
31 typedef void (*y4m_convert_func)(y4m_input *_y4m,
36 struct y4m_input { struct
64 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip,
66 void y4m_input_close(y4m_input *_y4m);
67 int y4m_input_fetch_frame(y4m_input *_y4m, FILE *_fin, vpx_image_t *img);

Completed in 1795 milliseconds