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