Lines Matching refs:TrackBase
78 std::shared_ptr<AudioMixerBase::TrackBase> AudioMixerBase::preCreateTrack() in preCreateTrack()
80 return std::make_shared<TrackBase>(); in preCreateTrack()
165 const std::shared_ptr<TrackBase> &track = mTracks[name]; in setChannelMasks()
199 const std::shared_ptr<TrackBase> &track = mTracks[name]; in enable()
211 const std::shared_ptr<TrackBase> &track = mTracks[name]; in disable()
349 const std::shared_ptr<TrackBase> &track = mTracks[name]; in setParameter()
472 bool AudioMixerBase::TrackBase::setResampler(uint32_t trackSampleRate, uint32_t devSampleRate) in setResampler()
521 void AudioMixerBase::TrackBase::adjustVolumeRamp(bool aux, bool useFloat) in adjustVolumeRamp()
573 void AudioMixerBase::TrackBase::recreateResampler(uint32_t devSampleRate) in recreateResampler()
615 const std::shared_ptr<TrackBase> &t = pair.second; in process__validate()
639 t->hook = &TrackBase::track__nop; in process__validate()
650 t->hook = TrackBase::getTrackHook( in process__validate()
655 t->hook = TrackBase::getTrackHook( in process__validate()
659 t->hook = TrackBase::getTrackHook( in process__validate()
667 t->hook = TrackBase::getTrackHook( in process__validate()
676 t->hook = TrackBase::getTrackHook( in process__validate()
704 const std::shared_ptr<TrackBase> &t = mTracks[mEnabled[0]]; in process__validate()
732 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__validate()
735 t->hook = &TrackBase::track__nop; in process__validate()
745 const std::shared_ptr<TrackBase> &t = mTracks[mEnabled[0]]; in process__validate()
755 void AudioMixerBase::TrackBase::track__genericResample( in track__genericResample()
789 void AudioMixerBase::TrackBase::track__nop(int32_t* out __unused, in track__nop()
794 void AudioMixerBase::TrackBase::volumeRampStereo( in volumeRampStereo()
837 void AudioMixerBase::TrackBase::volumeStereo( in volumeStereo()
866 void AudioMixerBase::TrackBase::track__16BitsStereo( in track__16BitsStereo()
958 void AudioMixerBase::TrackBase::track__16BitsMono( in track__16BitsMono()
1056 const std::shared_ptr<TrackBase> &t = mTracks[group[0]]; in process__nop()
1062 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__nop()
1088 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericNoResampling()
1101 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericNoResampling()
1137 const std::shared_ptr<TrackBase> &t1 = mTracks[group[0]]; in process__genericNoResampling()
1149 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericNoResampling()
1164 const std::shared_ptr<TrackBase> &t1 = mTracks[group[0]]; in process__genericResampling()
1169 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericResampling()
1214 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__oneTrack16BitsStereoNoResampling()
1381 void AudioMixerBase::TrackBase::volumeMix(TO *out, size_t outFrames, in volumeMix()
1436 const std::shared_ptr<TrackBase> &t = mTracks[mEnabled[0]]; in process__noResampleOneTrack()
1487 void AudioMixerBase::TrackBase::track__Resample(TO* out, size_t outFrameCount, TO* temp, TA* aux) in track__Resample()
1519 void AudioMixerBase::TrackBase::track__NoResample( in track__NoResample()
1578 AudioMixerBase::hook_t AudioMixerBase::TrackBase::getTrackHook(int trackType, uint32_t channelCount, in getTrackHook()
1584 return &TrackBase::track__nop; in getTrackHook()
1586 return &TrackBase::track__genericResample; in getTrackHook()
1588 return &TrackBase::track__16BitsMono; in getTrackHook()
1590 return &TrackBase::track__16BitsStereo; in getTrackHook()
1599 return &TrackBase::track__nop; in getTrackHook()
1603 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1606 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1616 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1620 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1633 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1637 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1648 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1651 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1661 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1664 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1674 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1678 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()