Searched refs:IsFrontBypass (Results 1 – 7 of 7) sorted by relevance
97 bool IsFrontBypass() const { return m_PlayerParamSet.isFrontBypass; } in IsFrontBypass() function
288 bool IsFrontBypass() const;
431 channel->SetFrontBypass( IsFrontBypass() ); in StartChannel()
695 track->GetParserTrackParam().frontBypassFlag = IsFrontBypass(); in SetPlayerTrack()
214 info->isFrontBypass = data->IsFrontBypass(); in ReadSoundInfo()
1041 voice->SetFrontBypass( IsFrontBypass() ); in AllocVoices()1070 voice->SetFrontBypass( IsFrontBypass() ); in AllocVoices()
703 bool SoundArchiveFile::SoundInfo::IsFrontBypass() const in IsFrontBypass() function in nw::snd::internal::SoundArchiveFile::SoundInfo