Searched refs:nextVideoSurface (Results 1 – 1 of 1) sorted by relevance
2656 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext(); variable2657 ASSERT_NE(nullptr, nextVideoSurface);2658 EXPECT_NE(MSERR_OK, player_->SetVideoSurface(nextVideoSurface));2673 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext(); variable2674 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 …]