Searched refs:channelMap (Results 1 – 3 of 3) sorted by relevance
417 int[] channelMap; in onOutputMediaFormatChanged() local419 channelMap = new int[inputFormat.channelCount]; in onOutputMediaFormatChanged()421 channelMap[i] = i; in onOutputMediaFormatChanged()424 channelMap = null; in onOutputMediaFormatChanged()433 channelMap, in onOutputMediaFormatChanged()
1641 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorFloat() local1654 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorFloat()1677 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorInt() local1688 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorInt()1706 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorUint() local1716 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorUint()
1103 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixel() local1108 switch (channelMap[c]) in getPixel()1114 result[c] = channelToFloat(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixel()1191 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixelInt() local1196 switch (channelMap[c]) in getPixelInt()1202 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()