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

  /frameworks/av/media/libstagefright/codecs/amrnb/common/
pvgsmamrdecoderinterface.h 105 int32_t desiredChannels;
133 * will have be the amount specified in the variable desiredChannels,
  /frameworks/av/media/libstagefright/codecs/aacdec/
pvmp4audiodecoder_api.h 264 Int desiredChannels;
301 * will have be the amount specified in the variable desiredChannels,
SoftAAC.cpp 115 mConfig->desiredChannels = 2;
188 pcmParams->nChannels = mConfig->desiredChannels;
405 mConfig->aacPlusUpsamplingFactor, mConfig->desiredChannels);
450 mConfig->frameLength * sizeof(int16_t) * mConfig->desiredChannels;
475 if (mConfig->desiredChannels == 1) {
pvmp4audiodecoderframe.cpp     [all...]

Completed in 1867 milliseconds