Home
last modified time | relevance | path

Searched defs:inputEnd (Results 1 – 5 of 5) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/utils/common/
Dstring_helper.cpp37 std::string inputEnd = input.substr(input.length() - suffix.length(), suffix.length()); in EndsWithIgnoreCase() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
Drs_surface_buffer_callback_manager.h149 std::tuple<InputIters...> inputEnd, std::tuple<OutPutIters...> outputBegin, UnaryPred unaryPred, in CopyIf()
179 std::tuple<InputIters...> inputEnd, std::tuple<OutPutIters...> outputBegin, UnaryPred unaryPred) in CopyIf()
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
DAudioDecoderDemoCommon.h237 struct timeval inputStart, inputEnd; variable
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
DAudioEncoderDemoCommon.h231 struct timeval inputStart, inputEnd; variable
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
Dstaggered_animation_state.cpp171 constexpr float MapTo01Range(float value, float inputStart, float inputEnd, bool reverse) noexcept in MapTo01Range()