Searched refs:rgbIndex (Results 1 – 1 of 1) sorted by relevance
744 int rgbIndex = y * w; in convertFromUnknown() local746 rgbIndex = w * (h - y) - 1; in convertFromUnknown()752 rgbData[rgbIndex] = Color.rgb(r,g,b); in convertFromUnknown()753 rgbIndex += rgbInc; in convertFromUnknown()766 int rgbIndex = 0; in convertFromNV21() local769 rgbIndex = h * w - 1; in convertFromNV21()787 rgbData[rgbIndex] = in convertFromNV21()790 rgbIndex += rgbInc; in convertFromNV21()809 int rgbIndex = 0; in convertFromYV12() local812 rgbIndex = h * w - 1; in convertFromYV12()[all …]