Lines Matching defs:v4l2_ctrl_vp8_frame_header
81 struct v4l2_ctrl_vp8_frame_header { struct
82 struct v4l2_vp8_segment_header segment_header;
83 struct v4l2_vp8_loopfilter_header lf_header;
84 struct v4l2_vp8_quantization_header quant_header;
85 struct v4l2_vp8_entropy_header entropy_header;
86 struct v4l2_vp8_entropy_coder_state coder_state;
88 __u16 width;
89 __u16 height;
91 __u8 horizontal_scale;
92 __u8 vertical_scale;
94 __u8 version;
95 __u8 prob_skip_false;
96 __u8 prob_intra;
97 __u8 prob_last;
98 __u8 prob_gf;
99 __u8 num_dct_parts;
101 __u32 first_part_size;
102 __u32 first_part_header_bits;
103 __u32 dct_part_sizes[8];
105 __u64 last_frame_ts;
106 __u64 golden_frame_ts;
107 __u64 alt_frame_ts;
109 __u64 flags;