Home
last modified time | relevance | path

Searched defs:y4m_input (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/common/
Dy4minput.h25 typedef struct y4m_input y4m_input; typedef
31 struct y4m_input { struct
32 int pic_w;
33 int pic_h;
34 int fps_n;
35 int fps_d;
36 int par_n;
37 int par_d;
61 * Open the input file, treating it as Y4M. y4m_input is filled in after argument
/external/libvpx/libvpx/
Dy4minput.h24 typedef struct y4m_input y4m_input; typedef
30 struct y4m_input { struct
31 int pic_w;
32 int pic_h;
33 int fps_n;
34 int fps_d;
35 int par_n;
59 int y4m_input_open(y4m_input *_y4m, FILE *_fin, char *_skip, int _nskip, argument