Searched refs:iSourcePresInfoList (Results 1 – 2 of 2) sorted by relevance
6466 if (iSourceNodeTrackSelIF->GetMediaPresentationInfo(iSourcePresInfoList) != PVMFSuccess) in DoSinkNodeQueryCapConfigIF()6472 numTracks = iSourcePresInfoList.getNumTracks(); in DoSinkNodeQueryCapConfigIF()6480 PVMFTrackInfo* trackInfo = iSourcePresInfoList.getTrackInfo(i); in DoSinkNodeQueryCapConfigIF()6638 for (uint32 j = 0; j < iSourcePresInfoList.getNumTracks(); j++) in DoSinkNodeTrackSelection()6645 PVMFTrackInfo* currTrack = iSourcePresInfoList.getTrackInfo(j); in DoSinkNodeTrackSelection()6699 uint32 numTracks = iSourcePresInfoList.getNumTracks(); in DoDecNodeQueryCapConfigIF()6712 PVMFTrackInfo* currTrack = iSourcePresInfoList.getTrackInfo(i); in DoDecNodeQueryCapConfigIF()6778 … PVMFTrackInfo* tmpTrack = iSourcePresInfoList.getTrackInfo(s); in DoDecNodeQueryCapConfigIF()6968 sourcepresinfo = iSourcePresInfoList; in DoTrackSelection()6972 iPlayableList.setPresentationType(iSourcePresInfoList.getPresentationType()); in DoTrackSelection()[all …]
1576 PVMFMediaPresentationInfo iSourcePresInfoList; variable