Home
last modified time | relevance | path

Searched refs:channelMap (Results 1 – 3 of 3) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/audio/
DMediaCodecAudioRenderer.java417 int[] channelMap; in onOutputMediaFormatChanged() local
419 channelMap = new int[inputFormat.channelCount]; in onOutputMediaFormatChanged()
421 channelMap[i] = i; in onOutputMediaFormatChanged()
424 channelMap = null; in onOutputMediaFormatChanged()
433 channelMap, in onOutputMediaFormatChanged()
/external/deqp/framework/common/
DtcuTextureUtil.cpp1641 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorFloat() local
1654 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorFloat()
1677 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorInt() local
1688 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorInt()
1706 const TextureSwizzle::Channel* channelMap = getBorderColorReadSwizzle(format.order).components; in getTextureBorderColorUint() local
1716 const TextureSwizzle::Channel map = channelMap[c]; in getTextureBorderColorUint()
DtcuTexture.cpp1103 const TextureSwizzle::Channel* channelMap = getChannelReadSwizzle(m_format.order).components; in getPixel() local
1108 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() local
1196 switch (channelMap[c]) in getPixelInt()
1202 result[c] = channelToInt(pixelPtr + channelSize*((int)channelMap[c]), m_format.type); in getPixelInt()