/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerDyn.cpp | 62 template<typename TC, typename TI, typename TO> 63 AudioResamplerDyn<TC, TI, TO>::InBuffer::InBuffer() in InBuffer() 68 template<typename TC, typename TI, typename TO> 69 AudioResamplerDyn<TC, TI, TO>::InBuffer::~InBuffer() in ~InBuffer() 74 template<typename TC, typename TI, typename TO> 75 void AudioResamplerDyn<TC, TI, TO>::InBuffer::init() in init() 85 template<typename TC, typename TI, typename TO> 86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) in resize() 99 TI* state = NULL; in resize() 108 TI* srcLo = mImpulse - halfNumCoefs*CHANNELS; in resize() [all …]
|
D | AudioMixerOps.h | 59 template <typename TO, typename TI, typename TV> 60 TO MixMul(TI value, TV volume); 180 template <typename TO, typename TI> 181 inline void MixAccum(TO *auxaccum, TI value) { 182 if (!is_same<TO, TI>::value) { 184 sizeof(TO), sizeof(TI)); 215 template <typename TO, typename TI, typename TV, typename TA> 216 inline TO MixMulAux(TI value, TV volume, TA *auxaccum) { 217 MixAccum<TA, TI>(auxaccum, value); 218 return MixMul<TO, TI, TV>(value, volume); [all …]
|
D | AudioResamplerDyn.h | 41 template<typename TC, typename TI, typename TO> 121 inline TI* getImpulse() { in getImpulse() 125 inline void setImpulse(TI *impulse) { in setImpulse() 130 inline void readAgain(TI*& impulse, const int halfNumCoefs, 131 const TI* const in, const size_t inputIndex); 134 inline void readAdvance(TI*& impulse, const int halfNumCoefs, 135 const TI* const in, const size_t inputIndex); 144 TI* mState; // base pointer for the input buffer storage 145 TI* mImpulse; // current location of the impulse response (centered) 146 TI* mRingFull; // mState <= mImpulse < mRingFull [all …]
|
D | AudioResamplerFirProcess.h | 87 template<typename TC, typename TI> 88 inline void acc(TC coef, const TI*& data) { in acc() 105 template<typename TC, typename TI> 106 inline void acc(TC coef __unused, const TI*& data __unused) { in acc() 177 template <int CHANNELS, int STRIDE, typename TFUNC, typename TC, typename TI, typename TO, 184 const TI* sP, in ProcessBase() 185 const TI* sN, in ProcessBase() 201 const TI *tmp_data = sP; // tmp_ptr seems to work better in ProcessBase() 249 template <int CHANNELS, int STRIDE, typename TC, typename TI, typename TO> 255 const TI* sP, in ProcessL() [all …]
|
D | AudioMixerBase.cpp | 1288 typename TO, typename TI, typename TV, typename TA, typename TAV> 1290 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) in volumeRampMulti() 1332 typename TO, typename TI, typename TV, typename TA, typename TAV> 1334 const TI* in, TA* aux, const TV *vol, TAV vola) in volumeMulti() 1372 typename TO, typename TI, typename TA> 1374 const TI *in, TA *aux, bool ramp) in volumeMix() 1422 template <int MIXTYPE, typename TO, typename TI, typename TA> 1439 const TI *in = reinterpret_cast<TI*>(b.raw); in process__noResampleOneTrack() 1453 t->volumeMix<MIXTYPE, is_same<TI, float>::value /* USEFLOATVOL */, false /* ADJUSTVOL */> ( in process__noResampleOneTrack() 1466 t->adjustVolumeRamp(aux != NULL, is_same<TI, float>::value); in process__noResampleOneTrack() [all …]
|
/frameworks/av/media/libaudioprocessing/include/media/ |
D | AudioMixerBase.h | 228 typename TO, typename TI, typename TA> 229 void volumeMix(TO *out, size_t outFrames, const TI *in, TA *aux, bool ramp); 294 template <int MIXTYPE, typename TO, typename TI, typename TA> 296 template <int MIXTYPE, typename TO, typename TI, typename TA> 326 template <int MIXTYPE, typename TO, typename TI, typename TA>
|
/frameworks/av/media/libaudioprocessing/tests/ |
D | resampler_tests.cpp | 179 template <typename TI, typename TO> 188 provider.setChirp<TI>(channels, in testStopbandDownconversion() 202 is_same<TI, int16_t>::value ? AUDIO_FORMAT_PCM_16_BIT : AUDIO_FORMAT_PCM_FLOAT, in testStopbandDownconversion()
|
/frameworks/base/tests/LegacyRestoreTest/ |
D | jbmr2-encrypted-settings-abcd.ab | 14 …�0=Fn�<���DNsaꭥ\6�s�#L�d`�w�qw����a�t�q��+hu3r�}��MLMF�[C_M�w�`�TI��E� ��+ ��t\�1ph�O1…
|
/frameworks/compile/slang/ |
D | slang_rs_reflection.cpp | 2950 TI = mRSContext->export_types_begin(), in reflect() local 2952 TI != TE; TI++) { in reflect() 2953 const RSExportType *ET = TI->getValue(); in reflect()
|