Audacity 3.2.0
|
Functions | |
bool | IsSameSample (double sampleRate, double t0, double t1) noexcept |
bool | IsSamePPS (double sampleRate, double lhs, double rhs) |
bool | IsSameKey (double sampleRate, GraphicsDataCacheKey lhs, GraphicsDataCacheKey rhs) |
bool | IsKeyLess (double sampleRate, GraphicsDataCacheKey lhs, GraphicsDataCacheKey rhs) |
template<typename Container > | |
auto | GetPPSMatchRange (const Container &container, double pixelsPerSecond, double sampleRate) |
auto anonymous_namespace{GraphicsDataCache.cpp}::GetPPSMatchRange | ( | const Container & | container, |
double | pixelsPerSecond, | ||
double | sampleRate | ||
) |
Definition at line 57 of file GraphicsDataCache.cpp.
References anonymous_namespace{ClipSegmentTest.cpp}::sampleRate.
Referenced by GraphicsDataCacheBase::PerformBaseLookup().
bool anonymous_namespace{GraphicsDataCache.cpp}::IsKeyLess | ( | double | sampleRate, |
GraphicsDataCacheKey | lhs, | ||
GraphicsDataCacheKey | rhs | ||
) |
Definition at line 47 of file GraphicsDataCache.cpp.
References GraphicsDataCacheKey::FirstSample, IsSamePPS(), GraphicsDataCacheKey::PixelsPerSecond, and anonymous_namespace{ClipSegmentTest.cpp}::sampleRate.
bool anonymous_namespace{GraphicsDataCache.cpp}::IsSameKey | ( | double | sampleRate, |
GraphicsDataCacheKey | lhs, | ||
GraphicsDataCacheKey | rhs | ||
) |
Definition at line 40 of file GraphicsDataCache.cpp.
References GraphicsDataCacheKey::FirstSample, IsSamePPS(), GraphicsDataCacheKey::PixelsPerSecond, and anonymous_namespace{ClipSegmentTest.cpp}::sampleRate.
bool anonymous_namespace{GraphicsDataCache.cpp}::IsSamePPS | ( | double | sampleRate, |
double | lhs, | ||
double | rhs | ||
) |
Definition at line 33 of file GraphicsDataCache.cpp.
References GraphicsDataCacheBase::CacheElementWidth, and anonymous_namespace{ClipSegmentTest.cpp}::sampleRate.
Referenced by IsKeyLess(), and IsSameKey().
|
noexcept |
Definition at line 25 of file GraphicsDataCache.cpp.
References anonymous_namespace{ClipSegmentTest.cpp}::sampleRate.
Referenced by GraphicsDataCacheBase::PerformBaseLookup().