Searched defs:mxc_jpeg_ctx (Results 1 – 1 of 1) sorted by relevance
94 struct mxc_jpeg_ctx { struct95 struct mxc_jpeg_dev *mxc_jpeg;96 struct mxc_jpeg_q_data out_q;97 struct mxc_jpeg_q_data cap_q;98 struct v4l2_fh fh;99 enum mxc_jpeg_enc_state enc_state;100 int slot;101 unsigned int source_change;102 bool need_initial_source_change_evt;103 bool header_parsed;[all …]