Home
last modified time | relevance | path

Searched refs:adapter (Results 1 - 3 of 3) sorted by relevance

/applications/sample/camera/media/
H A Dplayer_sample.cpp64 std::shared_ptr<Player> adapter; member
365 int32_t ret = sample.adapter->SetVideoSurface(sample.surface); in SetSurface()
385 sample.adapter->SetPlayerCallback(sample.cb); in SetCallback()
404 sample.adapter->SetSource(source); in SetStreamSourceProcess()
425 sample.adapter->SetSource(source); in SetSourceProcess()
448 sample.adapter->SetParameter(formatSetPauseAfterPlay); in PrepareProcess()
450 sample.adapter->Prepare(); in PrepareProcess()
464 ret = sample.adapter->Pause(); in PlayProcess()
466 ret = sample.adapter->Play(); in PlayProcess()
481 ret = sample.adapter in ReleaseProcess()
[all...]
/applications/sample/camera/gallery/src/
H A Dplayer_ability_slice.cpp187 videoPlayer_->adapter = PlayerAbilitySlice::CreatePlayer(); in SetUpVideoPlayer()
191 videoPlayer_->adapter->SetSource(source); in SetUpVideoPlayer()
201 videoPlayer_->adapter->GetVideoWidth(width); in SetUpSurfaceView()
203 videoPlayer_->adapter->GetVideoHeight(height); in SetUpSurfaceView()
207 videoPlayer_->adapter->Release(); in SetUpSurfaceView()
234 videoPlayer_->adapter->SetVideoSurface(surfaceView_->GetSurface()); in SetUpSurfaceView()
265 videoPlayer_->adapter->GetDuration(duration); in SetUpAnimatorGroup()
345 videoPlayer_->adapter->Prepare(); in OnStart()
355 videoPlayer_->adapter->Play(); in OnStart()
389 if (videoPlayer_ != nullptr && videoPlayer_->adapter in OnStop()
[all...]
/applications/sample/camera/gallery/include/
H A Dplayer_ability_slice.h38 std::shared_ptr<Player> adapter; member

Completed in 2 milliseconds