Searched defs:inputEnd (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/utils/common/ |
H A D | string_helper.cpp | 37 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 D | rs_surface_buffer_callback_manager.h | 149 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 D | AudioDecoderDemoCommon.h | 237 struct timeval inputStart, inputEnd; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/Common/include/ |
H A D | AudioEncoderDemoCommon.h | 231 struct timeval inputStart, inputEnd; variable
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | staggered_animation_state.cpp | 171 constexpr float MapTo01Range(float value, float inputStart, float inputEnd, bool reverse) noexcept in MapTo01Range()
|