Home
last modified time | relevance | path

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

/external/opencore/engines/adapters/player/framemetadatautility/src/
Dpv_frame_metadata_utility.cpp644 PVPlayerState playerstate = PVP_STATE_IDLE; in CommandCompleted()
773 PVPlayerState pstate; in HandleErrorEvent()
854 PVPlayerState pstate; in HandleInformationalEvent()
1145 PVPlayerState pstate; in TimeoutOccurred()
2228 PVPlayerState playerstate; in DoGetFrame()
2362 PVPlayerState playerstate; in DoGFPlayerPause()
2433 PVPlayerState playerstate; in DoRemoveDataSource()
2756 PVPlayerState playerstate; in HandleADSPlayerAddDataSource()
2844 PVPlayerState playerstate; in HandleADSPlayerInit()
2930 PVPlayerState playerstate; in HandleADSPlayerAddVideoDataSink()
[all …]
/external/opencore/engines/player/include/
Dpv_player_interface.h305 …virtual PVCommandId GetPVPlayerState(PVPlayerState& aState, const OsclAny* aContextData = NULL) = …
317 virtual PVMFStatus GetPVPlayerStateSync(PVPlayerState& aState) = 0;
Dpv_player_types.h63 } PVPlayerState; typedef
/external/opencore/android/
Dplayerdriver.cpp481 PVPlayerState state = PVP_STATE_ERROR; in Run()
890 PVPlayerState state; in handleStart()
920 PVPlayerState state; in handleSeek()
942 PVPlayerState state; in handleGetPosition()
962 PVPlayerState state; in handleGetStatus()
1000 PVPlayerState state; in handleStop()
/external/opencore/engines/player/src/
Dpv_player_engine.h910 PVCommandId GetPVPlayerState(PVPlayerState& aState, const OsclAny* aContextData = NULL);
911 PVMFStatus GetPVPlayerStateSync(PVPlayerState& aState);
1036 PVPlayerState GetPVPlayerState(void);
Dpv_player_engine.cpp314 PVCommandId PVPlayerEngine::GetPVPlayerState(PVPlayerState& aState, const OsclAny* aContextData) in GetPVPlayerState()
327 PVMFStatus PVPlayerEngine::GetPVPlayerStateSync(PVPlayerState& aState) in GetPVPlayerStateSync()
3015 PVPlayerState PVPlayerEngine::GetPVPlayerState(void) in GetPVPlayerState()
4287 PVPlayerState* state = (PVPlayerState*)(aCmd.GetParam(0).pOsclAny_value); in DoGetPVPlayerState()
16829 PVPlayerState state = GetPVPlayerState(); in GetCompleteList()
16861 PVPlayerState state = GetPVPlayerState(); in GetPlayableList()
16886 PVPlayerState state = GetPVPlayerState(); in GetSelectedList()
/external/opencore/engines/player/test/src/
Dtest_pv_player_engine_testset1.h1190 PVPlayerState aState;
Dtest_pv_player_engine_testset8.cpp2545 PVPlayerState pstate; in HandleInformationalEvent()
Dtest_pv_player_engine_testset1.cpp18399 PVPlayerState state; in Run()
19015 PVPlayerState pstate; in HandleInformationalEvent()