Searched refs:data_copy (Results 1 – 2 of 2) sorted by relevance
38 auto data_copy = std::make_shared<std::vector<uint8_t>>(begin, end); in parse_gap_data() local39 bluetooth::packet::PacketView<bluetooth::packet::kLittleEndian> packet(data_copy); in parse_gap_data()
163 public byte[] convertNv21toJpeg(byte[] data_copy, int w, int h, int[] strides) { in convertNv21toJpeg() argument165 YuvImage yuvImage = new YuvImage(data_copy, ImageFormat.NV21, w, h, strides); in convertNv21toJpeg()