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
382 * If the memory output planar format is 'swapped' (Cr before Cb) and in ceu_hw_config()
383 * input format is not, use the swapped version of CAMCR.DTARY. in ceu_hw_config()
385 * If the memory output planar format is not 'swapped' (Cb before Cr) in ceu_hw_config()
386 * and input format is, use the swapped version of CAMCR.DTARY. in ceu_hw_config()
405 /* Non-swapped planar image capture mode. */ in ceu_hw_config()
410 if (mbus_fmt->swapped) in ceu_hw_config()
419 /* Swapped planar image capture mode. */ in ceu_hw_config()
424 if (mbus_fmt->swapped) in ceu_hw_config()
1026 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1033 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1040 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1047 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()