Lines Matching defs:data
655 /*** prepares data reordering ***/
861 * Send shading calibration data. The buffer is considered to always hold values
865 std::uint8_t* data, int size) const
867 DBG_HELPER_ARGS(dbg, "writing %d bytes of shading data", size);
890 /* base addr of data has been written in reg D0-D4 in 4K word, so AHB address
893 /* write actual color channel data */
896 /* build up actual shading data by copying the part from the full width one
898 std::uint8_t* ptr = buffer.data();
903 std::uint8_t* src = (data + offset + i * length) + x;
917 dev->interface->write_ahb(addr, pixels, buffer.data());
923 * data white enough.