Searched refs:rgbIndex (Results 1 – 1 of 1) sorted by relevance
783 int rgbIndex = y * w; in convertFromUnknown() local785 rgbIndex = w * (h - y) - 1; in convertFromUnknown()791 rgbData[rgbIndex] = Color.rgb(r,g,b); in convertFromUnknown()792 rgbIndex += rgbInc; in convertFromUnknown()805 int rgbIndex = 0; in convertFromNV21() local808 rgbIndex = h * w - 1; in convertFromNV21()826 rgbData[rgbIndex] = in convertFromNV21()829 rgbIndex += rgbInc; in convertFromNV21()848 int rgbIndex = 0; in convertFromYV12() local851 rgbIndex = h * w - 1; in convertFromYV12()[all …]