Home
last modified time | relevance | path

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

/aosp_15_r20/external/libaom/common/
H A 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;
38 char interlace;
39 int src_c_dec_h;
[all …]
/aosp_15_r20/external/libvpx/
H A 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;
36 int par_d;
37 char interlace;
38 int src_c_dec_h;
[all …]