Home
last modified time | relevance | path

Searched refs:GetSpeed (Results 1 - 25 of 89) sorted by relevance

1234

/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H A Dvideo_sink_test.cpp97 videoSink_->GetSpeed(speed); in HWTEST_F()
132 videoSink_->GetSpeed(speed); in HWTEST_F()
166 videoSink_->GetSpeed(speed); in HWTEST_F()
252 // Scenario1: Test when speed is 0.0f then GetSpeed returns 1.0f.
256 float result = videoSink_->GetSpeed(speed); in HWTEST_F()
260 // Scenario2: Test when speed is not 0.0f then GetSpeed returns the same speed.
264 float result = videoSink_->GetSpeed(speed); in HWTEST_F()
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dgltf_animation.h34 float GetSpeed() const { return speed_; } in GetSpeed() function in OHOS::Render3D::GLTFAnimation
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/animation/
H A Drs_render_animation.h103 float GetSpeed() const in GetSpeed() function in OHOS::Rosen::RSRenderAnimation
105 return animationFraction_.GetSpeed(); in GetSpeed()
H A Drs_animation_timing_protocol.h98 float GetSpeed() const in GetSpeed() function in OHOS::Rosen::RSAnimationTimingProtocol
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davplayback_state_test.cpp157 EXPECT_EQ(result->GetSpeed(), 3.0); in HWTEST_F()
227 EXPECT_EQ(stateTest.GetSpeed(), 3.0); in HWTEST_F()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
H A Ddbinder_distributed_test.cpp215 float speed = GetSpeed(finishTime - startTime, LEGAL_SIZE_S, MULTIPLEX_TIMES); in HWTEST_F()
225 speed = GetSpeed(finishTime - startTime, LEGAL_SIZE_M, MULTIPLEX_TIMES); in HWTEST_F()
235 speed = GetSpeed(finishTime - startTime, LEGAL_SIZE_L, MULTIPLEX_TIMES); in HWTEST_F()
873 float speed = GetSpeed(finishTime - startTime, rawData10K, MULTIPLEX_TIMES); in HWTEST_F()
882 speed = GetSpeed(finishTime - startTime, rawData100K, MULTIPLEX_TIMES); in HWTEST_F()
891 speed = GetSpeed(finishTime - startTime, rawData1M, MULTIPLEX_TIMES); in HWTEST_F()
900 speed = GetSpeed(finishTime - startTime, rawData10M, MULTIPLEX_TIMES); in HWTEST_F()
1006 float speed = GetSpeed(finishTime - startTime, rawData10K, MULTIPLEX_TIMES); in HWTEST_F()
1015 speed = GetSpeed(finishTime - startTime, rawData100K, MULTIPLEX_TIMES); in HWTEST_F()
1024 speed = GetSpeed(finishTim in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/test/unittest/plugins/
H A DUtAudioSinkTest1.h40 Status GetSpeed(float &speed) override;
H A DUtAudioSinkTest2.h40 Status GetSpeed(float &speed) override;
H A DUtAudioSinkTest2.cpp57 Status UtAudioSinkTest2::GetSpeed(float &speed) in GetSpeed() function in UtAudioSinkTest2
H A DUtAudioSinkTest1.cpp57 Status UtAudioSinkTest1::GetSpeed(float &speed) in GetSpeed() function in UtAudioSinkTest1
/foundation/multimedia/media_foundation/engine/include/plugin/interface/
H A Daudio_sink_plugin.h92 * @retval OK: Plugin GetSpeed succeeded.
94 virtual Status GetSpeed(float& speed) = 0;
/foundation/communication/ipc/services/dbinder/test/distributedtest/include/
H A Ddbinder_service_test_helper.h94 float GetSpeed(int64_t timeInterval, int size, int times);
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_speed.h35 float GetSpeed();
/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/systems/
H A Dintf_animation_system.h101 virtual float GetSpeed() const = 0;
/foundation/multimedia/av_codec/interfaces/plugin/
H A Daudio_sink_plugin.h93 * @retval OK: Plugin GetSpeed succeeded.
95 virtual Status GetSpeed(float& speed) = 0;
/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_playback.h62 float GetSpeed() const override;
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_sink.h45 float GetSpeed(float speed);
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davcontrol_command.h62 int32_t GetSpeed(double& speed) const;
H A Davcast_control_command.h72 int32_t GetSpeed(int32_t& speed) const;
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/sink/
H A Dplayer_sink_manager.h70 int32_t GetSpeed(float &speed, TplayDirect &tplayDirect);
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_control_command.cpp33 { "setSpeed", { GetSpeed, SetSpeed, AVControlCommand::SESSION_CMD_SET_SPEED } },
137 napi_status NapiControlCommand::GetSpeed(napi_env env, napi_value in, AVControlCommand& out) in GetSpeed() function in OHOS::AVSession::NapiControlCommand
153 CHECK_AND_RETURN_RET_LOG(in.GetSpeed(speed) == AVSESSION_SUCCESS, napi_invalid_arg, "get parameter failed"); in SetSpeed()
H A Dnapi_cast_control_command.cpp33 { "setSpeed", { GetSpeed, SetSpeed, AVCastControlCommand::CAST_CONTROL_CMD_SET_SPEED } },
198 napi_status NapiCastControlCommand::GetSpeed(napi_env env, napi_value in, AVCastControlCommand& out) in GetSpeed() function in OHOS::AVSession::NapiCastControlCommand
214 CHECK_AND_RETURN_RET_LOG(in.GetSpeed(speed) == AVSESSION_SUCCESS, napi_invalid_arg, "get parameter failed"); in SetSpeed()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/
H A Dbase_gesture_event.h202 double GetSpeed() const in GetSpeed() function in OHOS::Ace::SwipeGestureEvent
/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.h71 Status GetSpeed(float& speed) override;
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/sdl/audio_sink/
H A Dsdl_audio_sink_plugin.h66 Status GetSpeed(float &speed) override;

Completed in 10 milliseconds

1234