Searched refs:MXC_JPEG_MAX_WIDTH (Results 1 – 2 of 2) sorted by relevance
23 #define MXC_JPEG_MAX_WIDTH 0x2000 macro
1272 v4l_bound_align_image(&w, w, MXC_JPEG_MAX_WIDTH, q_data->fmt->h_align, in mxc_jpeg_config_enc_desc()1383 MXC_JPEG_MAX_WIDTH, in mxc_jpeg_source_change()1843 if (header.frame.width > MXC_JPEG_MAX_WIDTH || in mxc_jpeg_parse()2256 u32 w = (pix_mp->width < MXC_JPEG_MAX_WIDTH) ? in mxc_jpeg_try_fmt()2257 pix_mp->width : MXC_JPEG_MAX_WIDTH; in mxc_jpeg_try_fmt()2288 MXC_JPEG_MAX_WIDTH, in mxc_jpeg_try_fmt()