Lines Matching refs:value
626 u32 value; in GetStringId() local
627 bool result = optionParameter.GetValue( &value, SOUND_INFO_STRING_ID ); in GetStringId()
632 return value; in GetStringId()
637 u32 value; in GetPanMode() local
638 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanMode()
643 return static_cast<PanMode>( Util::DevideBy8bit( value, 0 ) ); in GetPanMode()
648 u32 value; in GetPanCurve() local
649 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanCurve()
654 return static_cast<PanCurve>( Util::DevideBy8bit( value, 1 ) ); in GetPanCurve()
659 u32 value; in GetPlayerPriority() local
660 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetPlayerPriority()
665 return Util::DevideBy8bit( value, 0 ); in GetPlayerPriority()
670 u32 value; in GetActorPlayerId() local
671 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetActorPlayerId()
676 return Util::DevideBy8bit( value, 1 ); in GetActorPlayerId()
681 u32 value; in GetUserParam() local
682 bool result = optionParameter.GetValue( &value, SOUND_INFO_USER_PARAM ); in GetUserParam()
687 return value; in GetUserParam()
691 u32 value; in IsFrontBypass() local
692 bool result = optionParameter.GetValue( &value, SOUND_INFO_OFFSET_TO_CTR_PARAM ); in IsFrontBypass()
697 return ( value & ( 1 << 0 ) ); in IsFrontBypass()
703 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
704 if ( value == 0 )
708 return value;
713 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
714 if ( value == 0 )
729 u32 value; in GetChannelPriority() local
730 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PRIORITY ); in GetChannelPriority()
735 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority()
740 u32 value; in GetIsReleasePriorityFix() local
741 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PRIORITY ); in GetIsReleasePriorityFix()
746 return Util::DevideBy8bit( value, 1 ); in GetIsReleasePriorityFix()
776 u32 value; in GetStartOffset() local
777 bool result = optionParameter.GetValue( &value, SEQ_SOUND_INFO_START_OFFSET ); in GetStartOffset()
782 return value; in GetStartOffset()
786 u32 value; in GetChannelPriority() local
787 bool result = optionParameter.GetValue( &value, SEQ_SOUND_INFO_PRIORITY ); in GetChannelPriority()
792 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority()
796 u32 value; in IsReleasePriorityFix() local
797 bool result = optionParameter.GetValue( &value, SEQ_SOUND_INFO_PRIORITY ); in IsReleasePriorityFix()
802 if ( Util::DevideBy8bit( value, 1 ) > 0 ) return true; in IsReleasePriorityFix()
811 u32 value; in GetStringId() local
812 bool result = optionParameter.GetValue( &value, BANK_INFO_STRING_ID ); in GetStringId()
817 return value; in GetStringId()
825 u32 value; in GetStringId() local
826 bool result = optionParameter.GetValue( &value, PLAYER_INFO_STRING_ID ); in GetStringId()
831 return value; in GetStringId()
835 u32 value; in GetPlayerHeapSize() local
836 bool result = optionParameter.GetValue( &value, PLAYER_INFO_HEAP_SIZE ); in GetPlayerHeapSize()
841 return value; in GetPlayerHeapSize()
849 u32 value; in GetStringId() local
850 bool result = optionParameter.GetValue( &value, SOUND_GROUP_INFO_STRING_ID ); in GetStringId()
855 return value; in GetStringId()
863 u32 value; in GetStringId() local
864 bool result = optionParameter.GetValue( &value, GROUP_INFO_STRING_ID ); in GetStringId()
869 return value; in GetStringId()
877 u32 value; in GetStringId() local
878 bool result = optionParameter.GetValue( &value, WAVE_ARCHIVE_INFO_STRING_ID ); in GetStringId()
883 return value; in GetStringId()
887 u32 value; in GetWaveCount() local
888 bool result = optionParameter.GetValue( &value, WAVE_ARCHIVE_INFO_WAVE_COUNT ); in GetWaveCount()
893 return value; in GetWaveCount()