Searched refs:mYuvData (Results 1 – 1 of 1) sorted by relevance
26 private byte[] mYuvData; field in QrYuvLuminanceSource35 mYuvData = yuvData; in QrYuvLuminanceSource()53 System.arraycopy(mYuvData, inputOffset, newImage, y * crop_width, crop_width); in crop()67 System.arraycopy(mYuvData, y * mWidth, row, 0, mWidth); in getRow()73 return mYuvData; in getMatrix()