Searched refs:PLAY_RATE_REFS (Results 1 - 2 of 2) sorted by relevance
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | media_utils.cpp | 41 const std::array<std::pair<PlaybackRateMode, float>, 5> PLAY_RATE_REFS = { member 133 auto ite = std::find_if(PLAY_RATE_REFS.begin(), PLAY_RATE_REFS.end(), [&](const auto& pair) ->bool { in TransformPlayRate2Float() 136 if (ite == PLAY_RATE_REFS.end()) { in TransformPlayRate2Float() 143 auto ite = std::find_if(PLAY_RATE_REFS.begin(), PLAY_RATE_REFS.end(), [&](const auto& pair) ->bool { in TransformFloat2PlayRate() 146 if (ite == PLAY_RATE_REFS.end()) { in TransformFloat2PlayRate()
|
/foundation/multimedia/player_framework/services/utils/ |
H A D | media_utils.cpp | 49 const std::array<std::pair<PlaybackRateMode, float>, 10> PLAY_RATE_REFS = { member 220 auto ite = std::find_if(PLAY_RATE_REFS.begin(), PLAY_RATE_REFS.end(), [&](const auto& pair) ->bool { in TransformPlayRate2Float() 223 if (ite == PLAY_RATE_REFS.end()) { in TransformPlayRate2Float() 230 auto ite = std::find_if(PLAY_RATE_REFS.begin(), PLAY_RATE_REFS.end(), [&](const auto& pair) ->bool { in TransformFloat2PlayRate() 233 if (ite == PLAY_RATE_REFS.end()) { in TransformFloat2PlayRate()
|
Completed in 1 milliseconds