Lines Matching full:swapped
122 * @fmt_order_swap: swapped CEU_CAMCR.DTARY ordering of input components
124 * @swapped: does Cr appear before Cb?
132 bool swapped; member
381 * If the memory output planar format is 'swapped' (Cr before Cb) and in ceu_hw_config()
382 * input format is not, use the swapped version of CAMCR.DTARY. in ceu_hw_config()
384 * If the memory output planar format is not 'swapped' (Cb before Cr) in ceu_hw_config()
385 * and input format is, use the swapped version of CAMCR.DTARY. in ceu_hw_config()
404 /* Non-swapped planar image capture mode. */ in ceu_hw_config()
409 if (mbus_fmt->swapped) in ceu_hw_config()
418 /* Swapped planar image capture mode. */ in ceu_hw_config()
423 if (mbus_fmt->swapped) in ceu_hw_config()
1019 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1026 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()
1033 mbus_fmt->swapped = false; in ceu_init_mbus_fmt()
1040 mbus_fmt->swapped = true; in ceu_init_mbus_fmt()