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

  /frameworks/av/media/libeffects/lvm/lib/Common/src/
LVC_Mixer_SetTimeConstant.c 29 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
38 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
43 /* Sample Rate and NumChannels */
51 LVM_INT16 NumChannels)
64 Delta=Delta>>(NumChannels-1);
74 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
LVC_Mixer_VarSlope_SetTimeConstant.c 30 /* Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) */
39 /* NumChannels - Number of channels in Audio Stream 1=Mono, 2=Stereo */
44 /* Sample Rate and NumChannels */
52 LVM_INT16 NumChannels)
69 Delta=Delta>>(NumChannels-1);
94 pInstance->Delta=Delta; // Delta=(2147483647*4*1000)/(NumChannels*SampleRate*Tc_millisec) in Q 0.31 format
LVC_Mixer.h 92 LVM_INT16 NumChannels);
97 LVM_INT16 NumChannels);
LVM_Mixer_TimeConstant.c 47 /* 1. NumChannels is limited to the values 1 (Mono) and 2 (Stereo) */
54 /* NumChannels - Number of channels 1=Mono, 2=Stereo */
63 LVM_UINT16 NumChannels)
127 if (NumChannels == 1)
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Buffers.c 65 LVM_INT16 NumChannels =2;
138 (LVM_INT16)(NumChannels*pBuffer->InDelaySamples)); /* Number of delay samples, left and right */
140 pDest += NumChannels * pBuffer->InDelaySamples; /* Update the destination pointer */
151 (LVM_INT16)(NumChannels*NumSamples)); /* Number of input samples */
152 pStart += NumChannels * NumSamples; /* Update the input pointer */
176 pStart += NumChannels*SampleCount; /* Offset by the number of processed samples */
181 (LVM_INT16)(NumChannels*NumSamples)); /* Number of input samples */
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
Mixer.h 72 LVM_UINT16 NumChannels);
  /external/aac/libMpegTPDec/src/
tpdec_asc.cpp 123 pPce->NumChannels = 0;
154 pPce->NumChannels += pPce->FrontElementIsCpe[i] ? 2 : 1;
161 pPce->NumChannels += pPce->SideElementIsCpe[i] ? 2 : 1;
168 pPce->NumChannels += pPce->BackElementIsCpe[i] ? 2 : 1;
171 pPce->NumEffectiveChannels = pPce->NumChannels;
176 pPce->NumChannels += 1;
  /external/aac/libMpegTPDec/include/
tp_data.h 169 UCHAR NumChannels; /*!< Amount of audio channels summing all channel elements including LFEs */
  /external/aac/libMpegTPEnc/include/
tp_data.h 169 UCHAR NumChannels; /*!< Amount of audio channels summing all channel elements including LFEs */
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c 501 LVM_UINT16 NumChannels = 1; /* Assume MONO format */
504 Alpha = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_FEEDBACKMIXER_TC, LVM_GetFsFromTable(pPrivate->NewParams.SampleRate), NumChannels);
510 NumChannels = 2; /* Always stereo output */
511 pPrivate->BypassMixer.Alpha1 = (LVM_INT32)LVM_Mixer_TimeConstant(LVREV_BYPASSMIXER_TC, LVM_GetFsFromTable(pPrivate->NewParams.SampleRate), NumChannels);
  /external/aac/libAACdec/src/
aacdecoder.cpp 424 && ( (channelConfig == 6 && (tmpPce->NumChannels == 6))
425 || (channelConfig == 5 && (tmpPce->NumChannels == 5))
426 || (channelConfig == 0 && (tmpPce->NumChannels == pce->NumChannels)) )
679 pStreamInfo->numChannels = 0;
818 ascChannels = asc->m_progrConfigElement.NumChannels;
    [all...]

Completed in 281 milliseconds