Home
last modified time | relevance | path

Searched refs:nextVideoSurface (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2656 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext(); variable
2657 ASSERT_NE(nullptr, nextVideoSurface);
2658 EXPECT_NE(MSERR_OK, player_->SetVideoSurface(nextVideoSurface));
2673 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext(); variable
2674 ASSERT_NE(nullptr, nextVideoSurface);
2675 EXPECT_EQ(MSERR_OK, player_->SetVideoSurface(nextVideoSurface));
2693 ASSERT_NE(nullptr, nextVideoSurface);
2714 ASSERT_NE(nullptr, nextVideoSurface);
2737 ASSERT_NE(nullptr, nextVideoSurface);
2760 ASSERT_NE(nullptr, nextVideoSurface);
[all …]