Lines Matching refs:TrackBase
78 std::shared_ptr<AudioMixerBase::TrackBase> AudioMixerBase::preCreateTrack() in preCreateTrack()
80 return std::make_shared<TrackBase>(); in preCreateTrack()
168 const std::shared_ptr<TrackBase> &track = mTracks[name]; in setChannelMasks()
203 const std::shared_ptr<TrackBase> &track = mTracks[name]; in enable()
215 const std::shared_ptr<TrackBase> &track = mTracks[name]; in disable()
353 const std::shared_ptr<TrackBase> &track = mTracks[name]; in setParameter()
490 bool AudioMixerBase::TrackBase::setResampler(uint32_t trackSampleRate, uint32_t devSampleRate) in setResampler()
539 void AudioMixerBase::TrackBase::adjustVolumeRamp(bool aux, bool useFloat) in adjustVolumeRamp()
591 void AudioMixerBase::TrackBase::recreateResampler(uint32_t devSampleRate) in recreateResampler()
633 const std::shared_ptr<TrackBase> &t = pair.second; in process__validate()
657 t->hook = &TrackBase::track__nop; in process__validate()
668 t->hook = TrackBase::getTrackHook( in process__validate()
673 t->hook = TrackBase::getTrackHook( in process__validate()
677 t->hook = TrackBase::getTrackHook( in process__validate()
685 t->hook = TrackBase::getTrackHook( in process__validate()
694 t->hook = TrackBase::getTrackHook( in process__validate()
722 const std::shared_ptr<TrackBase> &t = mTracks[mEnabled[0]]; in process__validate()
750 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__validate()
753 t->hook = &TrackBase::track__nop; in process__validate()
763 const std::shared_ptr<TrackBase> &t = mTracks[mEnabled[0]]; in process__validate()
773 void AudioMixerBase::TrackBase::track__genericResample( in track__genericResample()
807 void AudioMixerBase::TrackBase::track__nop(int32_t* out __unused, in track__nop()
812 void AudioMixerBase::TrackBase::volumeRampStereo( in volumeRampStereo()
855 void AudioMixerBase::TrackBase::volumeStereo( in volumeStereo()
884 void AudioMixerBase::TrackBase::track__16BitsStereo( in track__16BitsStereo()
976 void AudioMixerBase::TrackBase::track__16BitsMono( in track__16BitsMono()
1074 const std::shared_ptr<TrackBase> &t = mTracks[group[0]]; in process__nop()
1080 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__nop()
1106 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericNoResampling()
1119 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericNoResampling()
1155 const std::shared_ptr<TrackBase> &t1 = mTracks[group[0]]; in process__genericNoResampling()
1167 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericNoResampling()
1182 const std::shared_ptr<TrackBase> &t1 = mTracks[group[0]]; in process__genericResampling()
1187 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__genericResampling()
1232 const std::shared_ptr<TrackBase> &t = mTracks[name]; in process__oneTrack16BitsStereoNoResampling()
1399 void AudioMixerBase::TrackBase::volumeMix(TO *out, size_t outFrames, in volumeMix()
1454 const std::shared_ptr<TrackBase> &t = mTracks[mEnabled[0]]; in process__noResampleOneTrack()
1505 void AudioMixerBase::TrackBase::track__Resample(TO* out, size_t outFrameCount, TO* temp, TA* aux) in track__Resample()
1537 void AudioMixerBase::TrackBase::track__NoResample( in track__NoResample()
1596 AudioMixerBase::hook_t AudioMixerBase::TrackBase::getTrackHook(int trackType, uint32_t channelCount, in getTrackHook()
1602 return &TrackBase::track__nop; in getTrackHook()
1604 return &TrackBase::track__genericResample; in getTrackHook()
1606 return &TrackBase::track__16BitsMono; in getTrackHook()
1608 return &TrackBase::track__16BitsStereo; in getTrackHook()
1617 return &TrackBase::track__nop; in getTrackHook()
1621 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1624 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1634 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1638 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1651 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1655 return (AudioMixerBase::hook_t) &TrackBase::track__Resample< in getTrackHook()
1666 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1669 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1679 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1682 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1692 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()
1696 return (AudioMixerBase::hook_t) &TrackBase::track__NoResample< in getTrackHook()