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

  /external/opencore/engines/player/include/
pv_player_track_selection_interface.h 46 class PVMFMediaPresentationInfo;
59 * @param aPlayableList [in] This is a data structure of type PVMFMediaPresentationInfo
62 * @param aPreferenceList [out] This is a data structure of type PVMFMediaPresentationInfo
71 virtual PVMFStatus SelectTracks(const PVMFMediaPresentationInfo& aPlayableList,
72 PVMFMediaPresentationInfo& aPreferenceList) = 0;
79 * @param aList [in] This is a data structure of type PVMFMediaPresentationInfo
85 virtual PVMFStatus ReleasePreferenceList(PVMFMediaPresentationInfo& aPreferenceList) = 0;
101 * @param aList [out] This is a data structure of type PVMFMediaPresentationInfo
109 virtual PVMFStatus GetCompleteList(PVMFMediaPresentationInfo& aList) = 0;
115 * @param aList [in] This is a data structure of type PVMFMediaPresentationInfo
    [all...]
  /external/opencore/nodes/common/include/
pvmf_track_selection_extension.h 49 * @param aInfo, a pointer to PVMFMediaPresentationInfo
52 virtual PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo) = 0;
56 * @param aInfo, a pointer to PVMFMediaPresentationInfo, that contains
60 virtual PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo) = 0;
pvmf_media_presentation_info.h 307 class PVMFMediaPresentationInfo
310 PVMFMediaPresentationInfo()
316 PVMFMediaPresentationInfo(const PVMFMediaPresentationInfo& aInfo)
326 ~PVMFMediaPresentationInfo()
331 PVMFMediaPresentationInfo& operator=(const PVMFMediaPresentationInfo& aInfo)
  /external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
pvmf_sm_fsp_rtsp_unicast.h 210 virtual PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
211 virtual PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
369 PVMFMediaPresentationInfo iCompleteMediaPresetationInfo;
370 PVMFMediaPresentationInfo iSelectedMediaPresetationInfo;
pvmf_sm_fsp_rtsp_unicast.cpp     [all...]
  /external/opencore/engines/player/src/
pv_player_engine.h     [all...]
pv_player_engine.cpp     [all...]
  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node.h 254 OSCL_IMPORT_REF PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
255 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
pvmf_protocol_engine_node.cpp     [all...]
  /external/opencore/nodes/streaming/streamingmanager/src/
pvmf_streaming_manager_extension_interface.cpp 222 PVMFStreamingManagerExtensionInterfaceImpl::GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo)
228 PVMFStreamingManagerExtensionInterfaceImpl::SelectTracks(PVMFMediaPresentationInfo& aInfo)
pvmf_streaming_manager_internal.h 390 OSCL_IMPORT_REF PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
391 OSCL_IMPORT_REF PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
  /external/opencore/nodes/pvamrffparsernode/src/
pvmf_amrffparser_node.h 435 PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
436 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
pvmf_amrffparser_node.cpp     [all...]
  /external/opencore/nodes/pvmp3ffparsernode/src/
pvmf_mp3ffparser_node.h 432 PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
433 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
pvmf_mp3ffparser_node.cpp     [all...]
  /external/opencore/nodes/pvwavffparsernode/src/
pvmf_wavffparser_node.h 396 PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
397 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
pvmf_wavffparser_node.cpp     [all...]
  /external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
pvmf_protocol_engine_node_common.h 252 class PVMFMediaPresentationInfo;
410 virtual PVMFStatus getMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo)
415 virtual PVMFStatus selectTracks(PVMFMediaPresentationInfo& aInfo)
    [all...]
  /external/opencore/nodes/pvaacffparsernode/src/
pvmf_aacffparser_node.h 741 PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
742 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
    [all...]
pvmf_aacffparser_node.cpp     [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.h 663 PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
664 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
    [all...]
pvmf_downloadmanager_node.cpp     [all...]
  /external/opencore/nodes/pvmp4ffparsernode/src/
pvmf_mp4ffparser_node.h 617 PVMFStatus GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo);
618 PVMFStatus SelectTracks(PVMFMediaPresentationInfo& aInfo);
    [all...]
pvmf_mp4ffparser_node.cpp 803 PVMFStatus PVMFMP4FFParserNode::GetMediaPresentationInfo(PVMFMediaPresentationInfo& aInfo)
871 PVMFStatus PVMFMP4FFParserNode::SelectTracks(PVMFMediaPresentationInfo& aInfo)
    [all...]

Completed in 154 milliseconds