Home
last modified time | relevance | path

Searched refs:GetValue (Results 1 – 21 of 21) sorted by relevance

/NW4C-2.0.3/include/nw/ut/
Dut_ResArray.h43 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
44 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
45 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
46 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
69 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
70 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
124 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
125 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
126 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
127 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
[all …]
Dut_ResArrayTypes.h55 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
56 static reference GetValue(pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
57 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer… in GetValue() function
58 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp628 bool result = optionParameter.GetValue( &offset, SOUND_INFO_OFFSET_TO_3D_PARAM ); in GetSound3DInfo()
641 bool result = optionParameter.GetValue( &value, SOUND_INFO_STRING_ID ); in GetStringId()
652 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanMode()
663 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanCurve()
674 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetPlayerPriority()
685 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetActorPlayerId()
696 bool result = optionParameter.GetValue( &value, SOUND_INFO_USER_PARAM ); in GetUserParam()
706 bool result = optionParameter.GetValue( &value, SOUND_INFO_OFFSET_TO_CTR_PARAM ); in IsFrontBypass()
717 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
727 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
[all …]
Dsnd_WaveSoundFile.cpp175 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetPan()
182 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetSurroundPan()
198 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_SEND ); in GetSendValue()
225 bool result = optionParameter.GetValue( &offsetToReference, WAVE_SOUND_INFO_ENVELOPE ); in GetAdshrCurve()
266 bool result = optionParameter.GetValue( &value, NOTE_INFO_KEY ); in GetOriginalKey()
274 bool result = optionParameter.GetValue( &value, NOTE_INFO_VOLUME ); in GetVolume()
282 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetPan()
289 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetSurroundPan()
304 bool result = optionParameter.GetValue( &value, NOTE_INFO_SEND ); in GetSendValue()
331 bool result = optionParameter.GetValue( &offsetToReference, NOTE_INFO_ENVELOPE ); in GetAdshrCurve()
Dsnd_BankFile.cpp301 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_KEY ); in GetOriginalKey()
309 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_VOLUME ); in GetVolume()
317 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetPan()
326 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetSurroundPan()
343 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in IsIgnoreNoteOff()
351 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetKeyGroup()
359 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetInterpolationType()
367 bool result = optionParameter.GetValue( &offsetToReference, VELOCITY_REGION_ENVELOPE ); in GetAdshrCurve()
Dsnd_Channel.cpp208 …register f32 volume = m_InitVolume * m_UserVolume * m_SilenceVolume.GetValue() / SILENCE_VOLUME_MA… in Update()
214 f32 envelopValue = Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
223 m_CurveAdshr.GetValue() < -90.4f ) in Update()
234 cent += m_Lfo.GetValue(); in Update()
255 pan += m_Lfo.GetValue(); in Update()
277 volume *= Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
280 volume *= Util::CalcVolumeRatio( m_Lfo.GetValue() * 6.0f ); in Update()
283 register f32 decay = m_CurveAdshr.GetValue(); in Update()
286 decay += m_Lfo.GetValue() * 6.0f; in Update()
Dsnd_BasicSound.cpp255 int frames = static_cast<int>( fadeFrames * m_FadeVolume.GetValue() ); in Stop()
284 frames = static_cast<int>( fadeFrames * m_PauseFadeVolume.GetValue() ); in Pause()
307 frames = static_cast<int>( fadeFrames * ( 1.0f - m_PauseFadeVolume.GetValue() ) ); in Pause()
563 volume *= m_ExtMoveVolume.GetValue(); in UpdateParam()
564 volume *= m_FadeVolume.GetValue(); in UpdateParam()
565 volume *= m_PauseFadeVolume.GetValue(); in UpdateParam()
863 return m_ExtMoveVolume.GetValue(); in GetVolume()
Dsnd_CurveLfo.cpp101 f32 CurveLfo::GetValue() const in GetValue() function in nw::snd::internal::CurveLfo
Dsnd_SequenceTrack.cpp388 = m_ParserTrackParam.volume.GetValue() in UpdateChannelParam()
394 f32 pitch = ( m_ParserTrackParam.pitchBend.GetValue() / 128.0f ) * m_ParserTrackParam.bendRange; in UpdateChannelParam()
400 = ut::Clamp( static_cast<float>( m_ParserTrackParam.pan.GetValue() ) / 63.0f, -1.0f, 1.0f ) in UpdateChannelParam()
408 … = ut::Clamp( static_cast<float>( m_ParserTrackParam.surroundPan.GetValue() ) / 63.0f, 0.0f, 2.0f ) in UpdateChannelParam()
Dsnd_CurveAdshr.cpp114 f32 CurveAdshr::GetValue() const in GetValue() function in nw::snd::internal::CurveAdshr
Dsnd_HardwareManager.cpp87 f32 volume = m_MasterVolume.GetValue(); in GetOutputVolume()
88 volume *= m_VolumeForReset.GetValue(); in GetOutputVolume()
Dsnd_StreamSound.cpp190 command->value = m_TrackVolume[ trackNo ].GetValue(); in UpdateParam()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp66 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
90 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
92 f32 value = pKey->GetValue(); in GetValue()
110 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
136 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
138 f32 value = pKey->GetValue(); in GetValue()
166 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
168 f32 value = pKey->GetValue(); in GetValue()
189 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
214 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anon542175bd0111::ResAnimTraits
[all …]
/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimCurve.h93 f32 GetValue() const { return m_Value; } in GetValue() function
103 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue() function
116 f32 GetValue() const { return m_Value; } in GetValue() function
130 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue() function
143 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue() function
157 f32 GetValue() const { return m_Value; } in GetValue() function
170 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue() function
182 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue() function
383 s32 GetValue() const { return m_Value; } in GetValue() function
394 s16 GetValue() const { return m_Value; } in GetValue() function
[all …]
/NW4C-2.0.3/include/nw/snd/
Dsnd_MoveValue.h69 m_Origin = GetValue(); in SetTarget()
96 ValueType GetValue() const in GetValue() function
Dsnd_CurveLfo.h70 f32 GetValue() const;
Dsnd_HardwareManager.h91 return m_AuxUserVolume[ bus ].GetValue(); in GetAuxReturnVolume()
109 f32 GetMasterVolume() const { return m_MasterVolume.GetValue(); } in GetMasterVolume()
Dsnd_CurveAdshr.h70 f32 GetValue() const;
Dsnd_Util.h286 bool GetValue( u32* value, u32 bitNumber ) const in GetValue() function
516 T GetValue() const { return m_CurrentValue; } in GetValue() function
/NW4C-2.0.3/sources/libraries/snd/platform/
Dsnd_HardwareManagerAX.cppi158 returnVolumeFloat *= ut::Clamp( m_AuxUserVolume[ i ].GetValue(), 0.0f, 1.0f );
159 returnVolumeFloat *= ut::Clamp( m_AuxFadeVolume[ i ].GetValue(), 0.0f, 1.0f );
186 volume *= m_VolumeForReset.GetValue();
231 else if ( m_VolumeForReset.GetValue() == 0.0f )
Dsnd_HardwareManagerDSP.cppi191 returnVolume *= ut::Clamp( m_AuxUserVolume[ i ].GetValue(), 0.0f, 1.0f );
192 returnVolume *= ut::Clamp( m_AuxFadeVolume[ i ].GetValue(), 0.0f, 1.0f );
213 volume *= m_VolumeForReset.GetValue();