Searched refs:rgbIndex (Results 1 – 1 of 1) sorted by relevance
676 int rgbIndex = y * w; in convertFromUnknown() local678 rgbIndex = w * (h - y) - 1; in convertFromUnknown()684 rgbData[rgbIndex] = Color.rgb(r,g,b); in convertFromUnknown()685 rgbIndex += rgbInc; in convertFromUnknown()698 int rgbIndex = 0; in convertFromNV21() local701 rgbIndex = h * w - 1; in convertFromNV21()719 rgbData[rgbIndex] = in convertFromNV21()722 rgbIndex += rgbInc; in convertFromNV21()741 int rgbIndex = 0; in convertFromYV12() local744 rgbIndex = h * w - 1; in convertFromYV12()[all …]