Lines Matching full:swapped
123 * @fmt_order_swap: swapped CEU_CAMCR.DTARY ordering of input components
125 * @swapped: does Cr appear before Cb?
133 bool swapped; member
384 * If the memory output planar format is 'swapped' (Cr before Cb) and in ceu_hw_config()
385 * input format is not, use the swapped version of CAMCR.DTARY. in ceu_hw_config()
387 * If the memory output planar format is not 'swapped' (Cb before Cr) in ceu_hw_config()
388 * and input format is, use the swapped version of CAMCR.DTARY. in ceu_hw_config()
407 /* Non-swapped planar image capture mode. */ in ceu_hw_config()
412 if (mbus_fmt->swapped) in ceu_hw_config()
421 /* Swapped planar image capture mode. */ in ceu_hw_config()
426 if (mbus_fmt->swapped) in ceu_hw_config()
1028 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1035 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1042 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1049 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()