HomeSort by relevance Sort by last modified time
    Searched refs:PVMFTrackInfo (Results 1 - 13 of 13) sorted by null

  /external/opencore/nodes/common/include/
pvmf_track_level_info_extension.h 58 * @param aTracks, a reference to a vector of PVMFTrackInfo which will be filled in with track info
62 virtual PVMFStatus GetAvailableTracks(Oscl_Vector<PVMFTrackInfo, OsclMemAllocator>& aTracks) = 0;
67 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the list of PVMFTrackInfo returned
78 virtual PVMFStatus GetTimestampForSampleNumber(PVMFTrackInfo& aTrackInfo, uint32 aSampleNum, PVMFTimestamp& aTimestamp) = 0;
83 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returned
95 virtual PVMFStatus GetSampleNumberForTimestamp(PVMFTrackInfo& aTrackInfo, PVMFTimestamp aTimestamp, uint32& aSampleNum) = 0;
100 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returned
109 virtual PVMFStatus GetNumberOfSyncSamples(PVMFTrackInfo& aTrackInfo, int32& aNumSyncSamples) = 0;
114 * @param aTrackInfo, a reference to a PVMFTrackInfo chosen from the PVMFMediaPresentationInfo returne
    [all...]
pvmf_media_presentation_info.h 54 class PVMFTrackInfo : public HeapBase
57 PVMFTrackInfo()
70 PVMFTrackInfo(const PVMFTrackInfo& aSourceTrackInfo) : HeapBase(aSourceTrackInfo)
89 PVMFTrackInfo& operator=(const PVMFTrackInfo& aSourceTrackInfo)
112 ~PVMFTrackInfo()
369 void addTrackInfo(PVMFTrackInfo& aTrackInfo)
379 PVMFTrackInfo* getTrackInfo(uint32 aIndex) const
385 return (OSCL_CONST_CAST(PVMFTrackInfo*, &(iTrackInfoVec[aIndex])))
    [all...]
  /external/opencore/engines/player/src/
pv_player_datapath.h 127 void SetSourceDecTrackInfo(PVMFTrackInfo& aTrackInfo)
139 void SetSourceSinkTrackInfo(PVMFTrackInfo& aTrackInfo)
208 PVMFTrackInfo* iSourceTrackInfo;
pv_player_engine.h 766 PVMFTrackInfo* iTrackInfo;
    [all...]
pv_player_engine.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.h 644 PVMFStatus GetAvailableTracks(Oscl_Vector<PVMFTrackInfo, OsclMemAllocator>& aTracks);
645 PVMFStatus GetTimestampForSampleNumber(PVMFTrackInfo& aTrackInfo, uint32 aSampleNum, PVMFTimestamp& aTimestamp);
646 PVMFStatus GetSampleNumberForTimestamp(PVMFTrackInfo& aTrackInfo, PVMFTimestamp aTimestamp, uint32& aSampleNum);
647 PVMFStatus GetNumberOfSyncSamples(PVMFTrackInfo& aTrackInfo, int32& aNumSyncSamples);
648 PVMFStatus GetSyncSampleInfo(PVMFTrackInfo& aTrackInfo, PVMFSampleNumTSList& aList, uint32 aStartIndex = 0, int32 aMaxEntries = -1);
649 PVMFStatus GetSyncSampleInfo(PVMFSampleNumTSList& aList, PVMFTrackInfo& aTrackInfo, int32 aTargetTimeInMS, uint32 aHowManySamples = 1);
650 PVMFStatus GetTimestampForDataPosition(PVMFTrackInfo& aTrackInfo, uint32 aDataPosition, PVMFTimestamp& aTimestamp);
651 PVMFStatus GetDataPositionForTimestamp(PVMFTrackInfo& aTrackInfo, PVMFTimestamp aTimestamp, uint32& aDataPosition);
    [all...]
pvmf_mp4ffparser_node.cpp 831 PVMFTrackInfo tmpTrackInfo;
    [all...]
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.cpp     [all...]
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.cpp     [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.cpp     [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.cpp     [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset1.cpp     [all...]

Completed in 662 milliseconds