↓ 2 callersFunctioncalc_fcc12_mipi_to_fcc8convert BY12 MIPI (e.g. img::fourcc::GRBG12_MIPI_PACKED) to BY16 src == u8*, p == u16 p[0] = (src[0] << 8) | ((src[2] & 0x0F) << 4) p[1] = (src[1] <<
libs/dutils_image/src/dutils_img_filter/transform/fcc1x_packed/fcc1x_packed_to_fcc8_internal.h:44