Home
last modified time | relevance | path

Searched refs:TI (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp62 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 …]
DAudioMixerOps.h59 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 …]
DAudioResamplerDyn.h41 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 …]
DAudioResamplerFirProcess.h87 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 …]
DAudioMixerBase.cpp1288 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/
DAudioMixerBase.h228 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/
Dresampler_tests.cpp179 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/
Djbmr2-encrypted-settings-abcd.ab14 …�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/
Dslang_rs_reflection.cpp2950 TI = mRSContext->export_types_begin(), in reflect() local
2952 TI != TE; TI++) { in reflect()
2953 const RSExportType *ET = TI->getValue(); in reflect()