Home
last modified time | relevance | path

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

/frameworks/av/media/libaudioprocessing/
DAudioResamplerDyn.cpp59 template<typename TC, typename TI, typename TO>
60 AudioResamplerDyn<TC, TI, TO>::InBuffer::InBuffer() in InBuffer()
65 template<typename TC, typename TI, typename TO>
66 AudioResamplerDyn<TC, TI, TO>::InBuffer::~InBuffer() in ~InBuffer()
71 template<typename TC, typename TI, typename TO>
72 void AudioResamplerDyn<TC, TI, TO>::InBuffer::init() in init()
82 template<typename TC, typename TI, typename TO>
83 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs) in resize()
96 TI* state = NULL; in resize()
102 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>
83 inline TI* getImpulse() { in getImpulse()
87 inline void setImpulse(TI *impulse) { in setImpulse()
92 inline void readAgain(TI*& impulse, const int halfNumCoefs,
93 const TI* const in, const size_t inputIndex);
96 inline void readAdvance(TI*& impulse, const int halfNumCoefs,
97 const TI* const in, const size_t inputIndex);
106 TI* mState; // base pointer for the input buffer storage
107 TI* mImpulse; // current location of the impulse response (centered)
108 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 …]
DAudioMixer.cpp1701 typename TO, typename TI, typename TV, typename TA, typename TAV>
1703 const TI* in, TA* aux, TV *vol, const TV *volinc, TAV *vola, TAV volainc) in volumeRampMulti()
1745 typename TO, typename TI, typename TV, typename TA, typename TAV>
1747 const TI* in, TA* aux, const TV *vol, TAV vola) in volumeMulti()
1785 typename TO, typename TI, typename TA>
1787 const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t) in volumeMix()
1823 template <int MIXTYPE, typename TO, typename TI, typename TA>
1841 const TI *in = reinterpret_cast<TI*>(b.raw); in process_NoResampleOneTrack()
1855 volumeMix<MIXTYPE, is_same<TI, float>::value, false> ( in process_NoResampleOneTrack()
1868 t->adjustVolumeRamp(aux != NULL, is_same<TI, float>::value); in process_NoResampleOneTrack()
[all …]
/frameworks/av/include/media/
DAudioMixer.h349 typename TO, typename TI, typename TA>
351 const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t);
354 template <int MIXTYPE, typename TO, typename TI, typename TA>
358 template <int MIXTYPE, typename TO, typename TI, typename TA>
361 template <int MIXTYPE, typename TO, typename TI, typename TA>
/frameworks/av/media/libaudioclient/include/media/
DAudioMixer.h349 typename TO, typename TI, typename TA>
351 const TI *in, TA *aux, bool ramp, AudioMixer::track_t *t);
354 template <int MIXTYPE, typename TO, typename TI, typename TA>
358 template <int MIXTYPE, typename TO, typename TI, typename TA>
361 template <int MIXTYPE, typename TO, typename TI, typename TA>
/frameworks/av/media/libaudioprocessing/tests/
Dresampler_tests.cpp176 template <typename TI, typename TO>
185 provider.setChirp<TI>(channels, in testStopbandDownconversion()
199 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.cpp2651 TI = mRSContext->export_types_begin(), in reflect() local
2653 TI != TE; TI++) { in reflect()
2654 const RSExportType *ET = TI->getValue(); in reflect()