Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/ut/
Dut_ResArray.h41 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
42 static reference GetValue(pointer ptr) { return *ptr; } in GetValue() function
43 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
44 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
67 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
68 static const_reference GetValue(const_pointer ptr) { return *ptr; } in GetValue() function
122 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
123 static reference GetValue(pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
124 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_poi… in GetValue() function
125 static const_reference GetValue(const_pointer ptr) { return T( ptr->to_ptr() ); } in GetValue() function
[all …]
Dut_ResArrayTypes.h53 … static reference GetValue(void* ptr) { return GetValue( reinterpret_cast<pointer>(ptr) ); } in GetValue() function
54 static reference GetValue(pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
55 …static const_reference GetValue(const void* ptr) { return GetValue( reinterpret_cast<const_pointer… in GetValue() function
56 static const_reference GetValue(const_pointer ptr) { return T( ptr->ofsData.to_ptr() ); } in GetValue() function
/NW4C-1.3.3/sources/libraries/snd/
Dsnd_SoundArchiveFile.cpp614 bool result = optionParameter.GetValue( &offset, SOUND_INFO_OFFSET_TO_3D_PARAM ); in GetSound3DInfo()
627 bool result = optionParameter.GetValue( &value, SOUND_INFO_STRING_ID ); in GetStringId()
638 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanMode()
649 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanCurve()
660 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetPlayerPriority()
671 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetActorPlayerId()
682 bool result = optionParameter.GetValue( &value, SOUND_INFO_USER_PARAM ); in GetUserParam()
692 bool result = optionParameter.GetValue( &value, SOUND_INFO_OFFSET_TO_CTR_PARAM ); in IsFrontBypass()
703 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
713 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
[all …]
Dsnd_WaveSoundFile.cpp173 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetPan()
180 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PAN ); in GetSurroundPan()
196 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_SEND ); in GetSendValue()
223 bool result = optionParameter.GetValue( &offsetToReference, WAVE_SOUND_INFO_ENVELOPE ); in GetAdshrCurve()
264 bool result = optionParameter.GetValue( &value, NOTE_INFO_KEY ); in GetOriginalKey()
272 bool result = optionParameter.GetValue( &value, NOTE_INFO_VOLUME ); in GetVolume()
280 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetPan()
287 bool result = optionParameter.GetValue( &value, NOTE_INFO_PAN ); in GetSurroundPan()
302 bool result = optionParameter.GetValue( &value, NOTE_INFO_SEND ); in GetSendValue()
329 bool result = optionParameter.GetValue( &offsetToReference, NOTE_INFO_ENVELOPE ); in GetAdshrCurve()
Dsnd_BankFile.cpp299 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_KEY ); in GetOriginalKey()
307 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_VOLUME ); in GetVolume()
315 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetPan()
324 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_PAN ); in GetSurroundPan()
341 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in IsIgnoreNoteOff()
349 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetKeyGroup()
357 bool result = optionParameter.GetValue( &value, VELOCITY_REGION_INSTRUMENT_NOTE_PARAM ); in GetInterpolationType()
365 bool result = optionParameter.GetValue( &offsetToReference, VELOCITY_REGION_ENVELOPE ); in GetAdshrCurve()
Dsnd_Channel.cpp206 …register f32 volume = m_InitVolume * m_UserVolume * m_SilenceVolume.GetValue() / SILENCE_VOLUME_MA… in Update()
212 f32 envelopValue = Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
221 m_CurveAdshr.GetValue() < -90.4f ) in Update()
232 cent += m_Lfo.GetValue(); in Update()
253 pan += m_Lfo.GetValue(); in Update()
275 volume *= Util::CalcVolumeRatio( m_CurveAdshr.GetValue() ); in Update()
278 volume *= Util::CalcVolumeRatio( m_Lfo.GetValue() * 6.0f ); in Update()
281 register f32 decay = m_CurveAdshr.GetValue(); in Update()
284 decay += m_Lfo.GetValue() * 6.0f; in Update()
Dsnd_BasicSound.cpp254 int frames = static_cast<int>( fadeFrames * m_FadeVolume.GetValue() ); in Stop()
283 frames = static_cast<int>( fadeFrames * m_PauseFadeVolume.GetValue() ); in Pause()
306 frames = static_cast<int>( fadeFrames * ( 1.0f - m_PauseFadeVolume.GetValue() ) ); in Pause()
346 frames = static_cast<int>( frames * ( 1.0f - m_FadeVolume.GetValue() ) ); in FadeIn()
556 volume *= m_ExtMoveVolume.GetValue(); in UpdateParam()
557 volume *= m_FadeVolume.GetValue(); in UpdateParam()
558 volume *= m_PauseFadeVolume.GetValue(); in UpdateParam()
856 return m_ExtMoveVolume.GetValue(); in GetVolume()
Dsnd_CurveLfo.cpp99 f32 CurveLfo::GetValue() const in GetValue() function in nw::snd::internal::CurveLfo
Dsnd_SequenceTrack.cpp386 = m_ParserTrackParam.volume.GetValue() in UpdateChannelParam()
392 f32 pitch = ( m_ParserTrackParam.pitchBend.GetValue() / 128.0f ) * m_ParserTrackParam.bendRange; in UpdateChannelParam()
398 = ut::Clamp( static_cast<float>( m_ParserTrackParam.pan.GetValue() ) / 63.0f, -1.0f, 1.0f ) in UpdateChannelParam()
406 … = ut::Clamp( static_cast<float>( m_ParserTrackParam.surroundPan.GetValue() ) / 63.0f, 0.0f, 2.0f ) in UpdateChannelParam()
Dsnd_CurveAdshr.cpp112 f32 CurveAdshr::GetValue() const in GetValue() function in nw::snd::internal::CurveAdshr
Dsnd_HardwareManager.cpp85 f32 volume = m_MasterVolume.GetValue(); in GetOutputVolume()
86 volume *= m_VolumeForReset.GetValue(); in GetOutputVolume()
Dsnd_StreamSound.cpp188 command->value = m_TrackVolume[ trackNo ].GetValue(); in UpdateParam()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResAnimCurve.cpp50 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
74 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
76 f32 value = pKey->GetValue(); in GetValue()
94 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->m_Va… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
120 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
122 f32 value = pKey->GetValue(); in GetValue()
150 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
152 f32 value = pKey->GetValue(); in GetValue()
173 …static f32 GetValue( const ResFloatSegmentFVData*, const KeyType* pKey ) { return pKey->GetV… in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
198 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() function in nw::anim::res::__anond93c3e3f0111::ResAnimTraits
[all …]
/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimCurve.h91 f32 GetValue() const { return m_Value; } in GetValue() function
101 f32 GetValue() const { return static_cast<f32>(m_FrameValue >> 12); } in GetValue() function
114 f32 GetValue() const { return m_Value; } in GetValue() function
128 f32 GetValue() const { return static_cast<f32>( m_FrameValue >> 12 ); } in GetValue() function
141 …f32 GetValue() const { return static_cast<f32>( u16(m_FrameValue[1]) + (u16(m_FrameValue[2]) <<… in GetValue() function
155 f32 GetValue() const { return m_Value; } in GetValue() function
168 f32 GetValue() const { return static_cast<f32>( m_Value ); } in GetValue() function
180 …f32 GetValue() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << … in GetValue() function
382 s32 GetValue() const { return m_Value; } in GetValue() function
393 s16 GetValue() const { return m_Value; } in GetValue() function
[all …]
/NW4C-1.3.3/include/nw/snd/
Dsnd_MoveValue.h67 m_Origin = GetValue(); in SetTarget()
94 ValueType GetValue() const in GetValue() function
Dsnd_CurveLfo.h68 f32 GetValue() const;
Dsnd_HardwareManager.h85 return m_AuxUserVolume[ bus ].GetValue(); in GetAuxReturnVolume()
103 f32 GetMasterVolume() const { return m_MasterVolume.GetValue(); } in GetMasterVolume()
Dsnd_CurveAdshr.h68 f32 GetValue() const;
Dsnd_Util.h284 bool GetValue( u32* value, u32 bitNumber ) const in GetValue() function
511 T GetValue() const { return m_CurrentValue; } in GetValue() function
/NW4C-1.3.3/sources/libraries/snd/platform/
Dsnd_HardwareManagerAX.cppi156 returnVolumeFloat *= ut::Clamp( m_AuxUserVolume[ i ].GetValue(), 0.0f, 1.0f );
157 returnVolumeFloat *= ut::Clamp( m_AuxFadeVolume[ i ].GetValue(), 0.0f, 1.0f );
184 volume *= m_VolumeForReset.GetValue();
229 else if ( m_VolumeForReset.GetValue() == 0.0f )
Dsnd_HardwareManagerDSP.cppi189 returnVolume *= ut::Clamp( m_AuxUserVolume[ i ].GetValue(), 0.0f, 1.0f );
190 returnVolume *= ut::Clamp( m_AuxFadeVolume[ i ].GetValue(), 0.0f, 1.0f );
211 volume *= m_VolumeForReset.GetValue();