Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/include/
H A Dplayer_mock.h157 sptr<Surface> GetVideoSurfaceNext();
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/
H A Dplayer_unit_test.cpp2656 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
2673 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
2692 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
2713 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
2736 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
2759 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
2782 sptr<Surface> nextVideoSurface = player_->GetVideoSurfaceNext();
H A Dplayer_mock.cpp716 sptr<Surface> PlayerMock::GetVideoSurfaceNext() in GetVideoSurfaceNext() function in OHOS::Media::PlayerMock