Home
last modified time | relevance | path

Searched refs:Play (Results 1 - 25 of 319) sorted by relevance

12345678910>>...13

/foundation/multimedia/media_foundation/test/scenetest/
H A Dtest_single_3da_player_fast.h41 ASSERT_EQ(0, player->Play()); in FIXTURE()
43 ASSERT_EQ(0, player->Play()); in FIXTURE()
53 ASSERT_EQ(0, player->Play()); in FIXTURE()
65 ASSERT_EQ(0, player->Play()); in FIXTURE()
84 ASSERT_EQ(0, player->Play()); in FIXTURE()
94 ASSERT_EQ(0, player->Play()); in FIXTURE()
106 ASSERT_EQ(0, player->Play()); in FIXTURE()
118 ASSERT_EQ(0, player->Play()); in FIXTURE()
128 ASSERT_EQ(0, player->Play()); in FIXTURE()
140 ASSERT_EQ(0, player->Play()); in FIXTURE()
[all...]
H A Dtest_single_video_player_fast_1.h63 ASSERT_EQ(0, player->Play()); in FIXTURE()
76 ASSERT_EQ(0, player->Play()); in FIXTURE()
102 ASSERT_EQ(0, player->Play()); in FIXTURE()
114 ASSERT_EQ(0, player->Play()); in FIXTURE()
152 ASSERT_EQ(0, player->Play()); in FIXTURE()
166 ASSERT_EQ(0, player->Play()); in FIXTURE()
181 ASSERT_EQ(0, player->Play()); in FIXTURE()
185 ASSERT_EQ(0, player->Play()); in FIXTURE()
198 ASSERT_EQ(0, player->Play()); in FIXTURE()
216 ASSERT_EQ(0, player->Play()); in FIXTURE()
[all...]
H A Dtest_single_player_fast.h95 ASSERT_EQ(0, player->Play()); in FIXTURE()
107 ASSERT_EQ(0, player->Play()); in FIXTURE()
119 ASSERT_EQ(0, player->Play()); in FIXTURE()
134 ASSERT_EQ(0, player->Play()); in FIXTURE()
151 ASSERT_EQ(0, player->Play()); in FIXTURE()
169 ASSERT_EQ(0, player->Play()); in FIXTURE()
188 ASSERT_EQ(0, player->Play()); in FIXTURE()
196 ASSERT_EQ(0, player->Play()); in FIXTURE()
207 ASSERT_EQ(0, player->Play()); in FIXTURE()
212 ASSERT_EQ(0, player->Play()); in FIXTURE()
[all...]
H A Dtest_single_video_player_fast_4.h86 ASSERT_EQ(0, player->Play()); in FIXTURE()
101 ASSERT_EQ(0, player->Play()); in FIXTURE()
117 ASSERT_EQ(0, player->Play()); in FIXTURE()
133 ASSERT_EQ(0, player->Play()); in FIXTURE()
150 ASSERT_EQ(0, player->Play()); in FIXTURE()
181 ASSERT_EQ(0, player->Play()); in FIXTURE()
198 ASSERT_EQ(0, player->Play()); in FIXTURE()
214 ASSERT_EQ(0, player->Play()); in FIXTURE()
231 ASSERT_EQ(0, player->Play()); in FIXTURE()
257 ASSERT_EQ(0, player->Play()); in FIXTURE()
[all...]
H A Dtest_single_video_player_fast_2.h86 ASSERT_EQ(0, player->Play()); in FIXTURE()
100 ASSERT_EQ(0, player->Play()); in FIXTURE()
115 ASSERT_EQ(0, player->Play()); in FIXTURE()
132 ASSERT_EQ(0, player->Play()); in FIXTURE()
152 ASSERT_EQ(0, player->Play()); in FIXTURE()
178 ASSERT_EQ(0, player->Play()); in FIXTURE()
216 ASSERT_EQ(0, player->Play()); in FIXTURE()
230 ASSERT_EQ(0, player->Play()); in FIXTURE()
245 ASSERT_EQ(0, player->Play()); in FIXTURE()
262 ASSERT_EQ(0, player->Play()); in FIXTURE()
[all...]
H A Dtest_single_video_player_fast_3.h84 ASSERT_EQ(0, player->Play()); in FIXTURE()
97 ASSERT_EQ(0, player->Play()); in FIXTURE()
111 ASSERT_EQ(0, player->Play()); in FIXTURE()
127 ASSERT_EQ(0, player->Play()); in FIXTURE()
146 ASSERT_EQ(0, player->Play()); in FIXTURE()
212 ASSERT_EQ(0, player->Play()); in FIXTURE()
231 ASSERT_EQ(0, player->Play()); in FIXTURE()
251 ASSERT_EQ(0, player->Play()); in FIXTURE()
270 ASSERT_EQ(0, player->Play()); in FIXTURE()
289 ASSERT_EQ(0, player->Play()); in FIXTURE()
[all...]
/foundation/CastEngine/castengine_wifi_display/tests/fuzztest/sink_fuzzer/wfdplay_fuzzer/
H A Dwfd_play_fuzzer.cpp21 bool Play() in Play() function
31 if (client->Play(deviceId) != 0) { in Play()
42 OHOS::Sharing::Play(); in LLVMFuzzerTestOneInput()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Dstepper_animation_controller.cpp99 void StepperAnimation::Play() in Play() function in OHOS::Ace::StepperAnimation
106 controller_->Play(); in Play()
163 fromIndexOpacityAnimation_->Play(); in PlayNextAnimation()
166 toIndexOpacityAnimation_->Play(); in PlayNextAnimation()
169 fromIndexTranslateAnimationNext_->Play(); in PlayNextAnimation()
172 toIndexTranslateAnimationNext_->Play(); in PlayNextAnimation()
195 fromIndexOpacityAnimation_->Play(); in PlayBackAnimation()
198 toIndexOpacityAnimation_->Play(); in PlayBackAnimation()
201 fromIndexTranslateAnimationBack_->Play(); in PlayBackAnimation()
204 toIndexTranslateAnimationBack_->Play(); in PlayBackAnimation()
[all...]
/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/
H A Dboot_sound_player_test.cpp40 * @tc.desc: Verify the Play
48 player1->Play(); in HWTEST_F()
53 player2->Play(); in HWTEST_F()
59 player3->Play(); in HWTEST_F()
65 player4->Play(); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_animation_controller.cpp313 inTriangle_->Play(); in PlayInAnimation()
316 inYearMoving_->Play(); in PlayInAnimation()
319 inMonthMoving_->Play(); in PlayInAnimation()
322 inDayMoving_->Play(); in PlayInAnimation()
325 inOldColumnOpacity_->Play(); in PlayInAnimation()
336 inMonthDayOpacity_->Play(); in PlayInAnimation()
343 inYearOpacity_->Play(); in PlayInAnimation()
346 inLunarButtonsOpacity_->Play(); in PlayInAnimation()
353 outTriangle_->Play(); in PlayOutAnimation()
356 outYearMoving_->Play(); in PlayOutAnimation()
461 void PickerAnimationController::Play(bool isIn) Play() function in OHOS::Ace::PickerAnimationController
[all...]
H A Dpicker_animation.cpp29 void PickerAnimation::Play() in Play() function in OHOS::Ace::PickerAnimation
37 controller_->Play(); in Play()
/foundation/multimedia/media_foundation/test/scenetest/video_player/
H A DTestFastVedioPlayer.cpp66 ASSERT_EQ(0, player->Play()); in TestPlayerFinishedAutomatically()
80 ASSERT_EQ(0, player->Play()); in TestSinglePlayerFdSourceFinishedAutomatically()
102 ASSERT_EQ(0, player->Play()); in TestPreparePlayPauseRelease()
112 ASSERT_EQ(0, player->Play()); in TestPreparePlayPauseThenRelease()
144 ASSERT_EQ(0, player->Play()); in TestPreparePlayPrepareRelease()
156 ASSERT_EQ(0, player->Play()); in TestPreparePlayPausePrepareRelease()
169 ASSERT_EQ(0, player->Play()); in TestPreparePlayStopPrepareRelease()
173 ASSERT_EQ(0, player->Play()); in TestPreparePlayStopPrepareRelease()
184 ASSERT_EQ(0, player->Play()); in TestPreparePlayResetSetSourcePrepareRelease()
200 ASSERT_EQ(0, player->Play()); in TestPreparePlaySeekPrepareRelease()
[all...]
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_unit_test.cpp241 soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
389 soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
530 * @tc.desc: function test Play with undefault playParameters
566 streamIDs_[playNum_] = soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
580 * @tc.desc: function test Play with default playParameters
606 streamIDs_[playNum_] = soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
610 streamIDs_[playNum_] = soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
614 streamIDs_[playNum_] = soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
618 streamIDs_[playNum_] = soundPool_->Play(soundIDs_[loadNum_], playParameters); in HWTEST_F()
634 * @tc.desc: function test Play wit
[all...]
/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp60 EXPECT_EQ(MSERR_OK, player_->Play()); in PlayFunTest()
76 EXPECT_EQ(MSERR_OK, player_->Play()); in PlayFunTest()
96 EXPECT_NE(MSERR_OK, player_->Play()); in NoRunPlayFunTest()
112 EXPECT_NE(MSERR_OK, player_->Play()); in NoRunPlayFunTest()
229 EXPECT_NE(MSERR_OK, player_->Play()); in HWTEST_F()
246 EXPECT_NE(MSERR_OK, player_->Play()); in HWTEST_F()
297 EXPECT_NE(MSERR_OK, player_->Play()); in HWTEST_F()
351 EXPECT_NE(MSERR_OK, player_->Play()); in HWTEST_F()
731 * @tc.desc : Test Player Play->Prepare
740 EXPECT_EQ(MSERR_OK, player_->Play()); in HWTEST_F()
[all...]
/foundation/multimedia/media_lite/test/unittest/player_lite/
H A Dplayer_lite_test.cpp152 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
186 * CaseDescription: Video Play Playback Test.
198 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
226 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
277 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
326 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
356 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
380 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
433 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
462 ret = g_tagTestSample.adaptr->Play(); in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player.cpp79 int32_t StreamPlayer::Play(const MediaInfo &mediaInfo) in Play() function in OHOS::CastEngine::CastEngineClient::StreamPlayer
81 return proxy_ ? proxy_->Play(mediaInfo) : CAST_ENGINE_ERROR; in Play()
84 int32_t StreamPlayer::Play(int index) in Play() function in OHOS::CastEngine::CastEngineClient::StreamPlayer
86 return proxy_ ? proxy_->Play(index) : CAST_ENGINE_ERROR; in Play()
89 int32_t StreamPlayer::Play() in Play() function in OHOS::CastEngine::CastEngineClient::StreamPlayer
91 return proxy_ ? proxy_->Play() : CAST_ENGINE_ERROR; in Play()
/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_video_unit_test.cpp207 * @tc.desc: Verify Play function, abnormal situation.
219 EXPECT_EQ(video_->Play(), false); in HWTEST_F()
228 * @tc.desc: Verify Play function, normal situation.
249 EXPECT_EQ(video_->Play(), true); in HWTEST_F()
255 EXPECT_EQ(video_->Play(), true); in HWTEST_F()
259 EXPECT_EQ(video_->Play(), false); in HWTEST_F()
284 video_->Play(); in HWTEST_F()
308 video_->Play(); in HWTEST_F()
342 video_->Play(); in HWTEST_F()
379 video_->Play(); in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/test/scenetest/audio_player/
H A DTestFastPlayer.cpp56 ASSERT_EQ(0, player->Play()); in TestSinglePlayerFinishedAutomatically()
67 ASSERT_EQ(0, player->Play()); in TestSinglePlayerFinishedManually()
83 ASSERT_EQ(0, player->Play()); in TestSinglePlayerGetDuration()
97 ASSERT_EQ(0, player->Play()); in TestSinglePlayerGetCurrentTime()
113 ASSERT_EQ(0, player->Play()); in TestSinglePlayerSeek()
130 ASSERT_EQ(0, player->Play()); in TestSinglePlayerSeekPause()
148 ASSERT_EQ(0, player->Play()); in TestSinglePlayerPauseSeek()
165 ASSERT_EQ(0, player->Play()); in TestSinglePlayerSingleLoop()
175 ASSERT_EQ(0, player->Play()); in TestSinglePlayerHttp()
187 ASSERT_EQ(0, player->Play()); in TestSinglePlayerHls()
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/timepicker/
H A Dtimepicker_haptic_impl.cpp25 void TimepickerAudioHapticImpl::Play(size_t speed) in Play() function in OHOS::Ace::NG::TimepickerAudioHapticImpl
28 handler_->Play(speed); in Play()
/foundation/arkui/ace_engine/frameworks/core/components/side_bar/
H A Dside_bar_animation_controller.cpp66 void SideBarAnimation::Play() in Play() function in OHOS::Ace::SideBarAnimation
73 controller_->Play(); in Play()
152 rightToLeftAnimation_->Play(); in PlayRightToLeftAnimation()
166 leftToRightAnimation_->Play(); in PlayLeftToRightAnimation()
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Di_stream_player_impl.h38 virtual int32_t Play(const MediaInfo &mediaInfo) = 0;
39 virtual int32_t Play(int index) = 0;
40 virtual int32_t Play() = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Di_stream_player_impl.h38 virtual int32_t Play(const MediaInfo &mediaInfo) = 0;
39 virtual int32_t Play(int index) = 0;
40 virtual int32_t Play() = 0;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dstream_player_impl_proxy.h38 int32_t Play(const MediaInfo &mediaInfo) override;
39 int32_t Play(int index) override;
40 int32_t Play() override;
H A Dstream_player.h38 int32_t Play(const MediaInfo &mediaInfo) override;
39 int32_t Play(int index) override;
40 int32_t Play() override;
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/
H A Dboot_sound_player.cpp30 void BootSoundPlayer::Play() in Play() function in BootSoundPlayer
61 mediaPlayer_->Play(); in Play()

Completed in 15 milliseconds

12345678910>>...13