Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dstring_helper.cpp37 std::string inputEnd = input.substr(input.length() - suffix.length(), suffix.length()); in EndsWithIgnoreCase() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A 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()
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/Common/include/
H A DAudioDecoderDemoCommon.h237 struct timeval inputStart, inputEnd; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/
H A DAudioEncoderDemoCommon.h231 struct timeval inputStart, inputEnd; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dstaggered_animation_state.cpp171 constexpr float MapTo01Range(float value, float inputStart, float inputEnd, bool reverse) noexcept in MapTo01Range()