HomeSort by relevance Sort by last modified time
    Searched refs:nbChannels (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/media/audiofx/
Virtualizer.java 192 int nbChannels = AudioFormat.channelCountFromOutChannelMask(channelMask);
193 if ((angles != null) && (angles.length < (nbChannels * 3))) {
195 + nbChannels + ")");
198 + ", should be " + (nbChannels * 3)));
209 byte[] result = new byte[nbChannels * 4/*int to byte*/ * 3/*for mask, azimuth, elevation*/];
223 for (int i = 0 ; i < nbChannels ; i++) {
  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 92 static void DecodeBlock(const ETC2** sources, unsigned char *dest, int nbChannels, int x, int y, int w, int h, int pitch, bool isSigned, bool isEAC)
101 for(int c = nbChannels - 1; c >= 0; c--)
103 sDst[i * nbChannels + c] = clampEAC(sources[c]->getSingleChannel(i, j, isSigned, true), isSigned);
118 for(int c = nbChannels - 1; c >= 0; c--)
120 sDst[i * nbChannels + c] = clampSByte(sources[c]->getSingleChannel(i, j, isSigned, false));
132 for(int c = nbChannels - 1; c >= 0; c--)
134 dest[i * nbChannels + c] = clampByte(sources[c]->getSingleChannel(i, j, isSigned, false));
Surface.hpp 479 static void decodeEAC(Buffer &internal, Buffer &external, int nbChannels, bool isSigned);
Surface.cpp     [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp     [all...]

Completed in 254 milliseconds