|
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenValidParameters_create_shouldSucceed) |
| | Valid parameters. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenInvalidParameters_create_shouldFail) |
| | Invalid parameters. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenSameAsAVSBands_map_shouldNotModifyLevels) |
| | Test mapping AVS bands to the same number of bands. No value must be modified. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenMoreBandsToMapTo_mapAllSameNonZero_shouldMapToSame) |
| | AVS bands < target bands. Mapping non-zero value. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenMoreBandsToMapTo_mapAllSameZero_shouldMapToSame) |
| | AVS bands < target bands. Mapping zero value. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenDoubleBandsToMapTo_mapAllSameNonZero_shouldMapToSame) |
| | AVS bands * 2 = target bands. Mapping non-zero value. No averaged bands. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenDoubleBandsToMapTo_mapAllSameZero_shouldMapToSame) |
| | AVS bands * 2 = target bands. Mapping zero value. No averaged bands. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenLessBandsToMapTo_mapAllSameNonZero_shouldMapToSame) |
| | AVS bands > target bands. Mapping non-zero value. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenLessBandsToMapTo_mapAllSameZero_shouldMapToSame) |
| | AVS bands > target bands. Mapping zero value. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenOneBandToMapTo_mapNonZero_shouldMapToSame) |
| | Mapping AVS bands to 1 target band. Non-zero value. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenOneBandToMapTo_mapZero_shouldMapToSame) |
| | Mapping AVS bands to 1 target band. Zero value. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenAnyNumberOfBands_map_shouldKeepAverageLevel) |
| | Since mapper has a linear nature mapped values must keep the same average as original ones. Testing this here. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenMoreBandsToMapTo_mapSpecificValues_shouldMapToSpecificOutput) |
| | Test specific transformation. This test depends on current number of bands supported by AVS. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenEvenMoreBandsToMapTo_mapSpecificValues_shouldMapToSpecificOutput) |
| | Test specific transformation. This test depends on current number of bands supported by AVS. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenLessBandsToMapTo_mapSpecificValues_shouldMapToSpecificOutput) |
| | Test specific transformation. This test depends on current number of bands supported by AVS. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenEvenLessBandsToMapTo_mapSpecificValues_shouldMapToSpecificOutput) |
| | Test specific transformation. This test depends on current number of bands supported by AVS. More...
|
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenOneBandSupported_mapToOneBand_shouldMapSameValue) |
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenOneBandSupported_mapToTwoBands_shouldMapToBothSame) |
| |
| | alexaClientSDK::acsdkEqualizer::test::TEST_F (EqualizerLinearBandMapperTest, test_givenTwoBandsSupported_mapToOneBands_shouldMapToAverage) |
| |