|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "utils/LanguageTag.h"#include "utils/StreamUtils.h"#include <string>#include <utility>#include <vector>#include <gtest/gtest.h>Functions | |
| TEST (TestStreamUtils, General) | |
| TEST (TestStreamUtils, LpcmIsRankedOnBitDepthAlone) | |
| TEST (TestStreamUtils, EveryCodecKodiRecognisesIsRanked) | |
| TEST (TestStreamUtils, CompareAudioQuality_CodecBeatsChannelsBeyondStereo) | |
| TEST (TestStreamUtils, CompareAudioQuality_ChannelsWinAtOrBelowStereo) | |
| TEST (TestStreamUtils, CompareAudioQuality_UnknownCodecIsThePoorestSurroundChoice) | |
| TEST (TestStreamUtils, CompareAudioQuality_IsAStrictWeakOrdering) | |
| TEST (TestStreamUtils, CompareAudioQuality_UnknownChannelCountIsThePoorestChoice) | |
| TEST (TestStreamUtils, CompareAudioQuality_UnknownChannelCountSentinelsRankEqually) | |
| TEST (TestStreamUtils, CompareAudioPreference_IsAStrictWeakOrdering) | |
| TEST (TestStreamUtils, CompareAudioPreference_TiersApplyInThePlayersOrder) | |
| TEST (TestStreamUtils, CompareAudioPreference_DefaultFlagBreaksAQualityTie) | |
| TEST (TestStreamUtils, NormalizeAudioCodecName) | |
| TEST | ( | TestStreamUtils | , |
| CompareAudioPreference_DefaultFlagBreaksAQualityTie | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioPreference_IsAStrictWeakOrdering | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioPreference_TiersApplyInThePlayersOrder | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioQuality_ChannelsWinAtOrBelowStereo | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioQuality_CodecBeatsChannelsBeyondStereo | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioQuality_IsAStrictWeakOrdering | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioQuality_UnknownChannelCountIsThePoorestChoice | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioQuality_UnknownChannelCountSentinelsRankEqually | ) |
| TEST | ( | TestStreamUtils | , |
| CompareAudioQuality_UnknownCodecIsThePoorestSurroundChoice | ) |
| TEST | ( | TestStreamUtils | , |
| EveryCodecKodiRecognisesIsRanked | ) |
| TEST | ( | TestStreamUtils | , |
| General | ) |
| TEST | ( | TestStreamUtils | , |
| LpcmIsRankedOnBitDepthAlone | ) |
| TEST | ( | TestStreamUtils | , |
| NormalizeAudioCodecName | ) |