Home
last modified time | relevance | path

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

/external/opencore/engines/player/src/
Dpv_player_engine.cpp1050 iSourceNodeTrackSelIF(NULL), in PVPlayerEngine()
6453 if (iSourceNodeTrackSelIF == NULL) in DoSinkNodeQueryCapConfigIF()
6466 if (iSourceNodeTrackSelIF->GetMediaPresentationInfo(iSourcePresInfoList) != PVMFSuccess) in DoSinkNodeQueryCapConfigIF()
6871 if (iSourceNodeTrackSelIF == NULL) in DoSourceNodeTrackSelection()
6943 retval = iSourceNodeTrackSelIF->SelectTracks(selectedtracks); in DoSourceNodeTrackSelection()
6958 if (iSourceNodeTrackSelIF == NULL) in DoTrackSelection()
9656 if (iSourceNodeTrackSelIF) in DoSourceNodeCleanup()
9660 iSourceNodeTrackSelIF->removeRef(); in DoSourceNodeCleanup()
9661 iSourceNodeTrackSelIF = NULL; in DoSourceNodeCleanup()
11738iSourceNodeTrackSelIF = (PVMFTrackSelectionExtensionInterface*)iSourceNodePVInterfaceTrackSel; in HandleSourceNodeQueryTrackSelIF()
[all …]
Dpv_player_engine.h1199 PVMFTrackSelectionExtensionInterface* iSourceNodeTrackSelIF; variable