Lines Matching refs:value

640     u32 value;  in GetStringId()  local
641 bool result = optionParameter.GetValue( &value, SOUND_INFO_STRING_ID ); in GetStringId()
646 return value; in GetStringId()
651 u32 value; in GetPanMode() local
652 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanMode()
657 return static_cast<PanMode>( Util::DevideBy8bit( value, 0 ) ); in GetPanMode()
662 u32 value; in GetPanCurve() local
663 bool result = optionParameter.GetValue( &value, SOUND_INFO_PAN_PARAM ); in GetPanCurve()
668 return static_cast<PanCurve>( Util::DevideBy8bit( value, 1 ) ); in GetPanCurve()
673 u32 value; in GetPlayerPriority() local
674 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetPlayerPriority()
679 return Util::DevideBy8bit( value, 0 ); in GetPlayerPriority()
684 u32 value; in GetActorPlayerId() local
685 bool result = optionParameter.GetValue( &value, SOUND_INFO_PLAYER_PARAM ); in GetActorPlayerId()
690 return Util::DevideBy8bit( value, 1 ); in GetActorPlayerId()
695 u32 value; in GetUserParam() local
696 bool result = optionParameter.GetValue( &value, SOUND_INFO_USER_PARAM ); in GetUserParam()
701 return value; in GetUserParam()
705 u32 value; in IsFrontBypass() local
706 bool result = optionParameter.GetValue( &value, SOUND_INFO_OFFSET_TO_CTR_PARAM ); in IsFrontBypass()
711 return ( value & ( 1 << 0 ) ); in IsFrontBypass()
717 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
718 if ( value == 0 )
722 return value;
727 u32 value = optionParameter.GetValue( SOUND_INFO_REFERENCE_TO_EXTRA_USER_PARAM_TABLE );
728 if ( value == 0 )
743 u32 value; in GetChannelPriority() local
744 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PRIORITY ); in GetChannelPriority()
749 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority()
754 u32 value; in GetIsReleasePriorityFix() local
755 bool result = optionParameter.GetValue( &value, WAVE_SOUND_INFO_PRIORITY ); in GetIsReleasePriorityFix()
760 return Util::DevideBy8bit( value, 1 ); in GetIsReleasePriorityFix()
790 u32 value; in GetStartOffset() local
791 bool result = optionParameter.GetValue( &value, SEQ_SOUND_INFO_START_OFFSET ); in GetStartOffset()
796 return value; in GetStartOffset()
800 u32 value; in GetChannelPriority() local
801 bool result = optionParameter.GetValue( &value, SEQ_SOUND_INFO_PRIORITY ); in GetChannelPriority()
806 return Util::DevideBy8bit( value, 0 ); in GetChannelPriority()
810 u32 value; in IsReleasePriorityFix() local
811 bool result = optionParameter.GetValue( &value, SEQ_SOUND_INFO_PRIORITY ); in IsReleasePriorityFix()
816 if ( Util::DevideBy8bit( value, 1 ) > 0 ) return true; in IsReleasePriorityFix()
825 u32 value; in GetStringId() local
826 bool result = optionParameter.GetValue( &value, BANK_INFO_STRING_ID ); in GetStringId()
831 return value; in GetStringId()
839 u32 value; in GetStringId() local
840 bool result = optionParameter.GetValue( &value, PLAYER_INFO_STRING_ID ); in GetStringId()
845 return value; in GetStringId()
849 u32 value; in GetPlayerHeapSize() local
850 bool result = optionParameter.GetValue( &value, PLAYER_INFO_HEAP_SIZE ); in GetPlayerHeapSize()
855 return value; in GetPlayerHeapSize()
863 u32 value; in GetStringId() local
864 bool result = optionParameter.GetValue( &value, SOUND_GROUP_INFO_STRING_ID ); in GetStringId()
869 return value; in GetStringId()
877 u32 value; in GetStringId() local
878 bool result = optionParameter.GetValue( &value, GROUP_INFO_STRING_ID ); in GetStringId()
883 return value; in GetStringId()
891 u32 value; in GetStringId() local
892 bool result = optionParameter.GetValue( &value, WAVE_ARCHIVE_INFO_STRING_ID ); in GetStringId()
897 return value; in GetStringId()
901 u32 value; in GetWaveCount() local
902 bool result = optionParameter.GetValue( &value, WAVE_ARCHIVE_INFO_WAVE_COUNT ); in GetWaveCount()
907 return value; in GetWaveCount()