Searched refs:PVMFMP3FFParserNode (Results 1 - 5 of 5) sorted by relevance

/external/opencore/nodes/pvmp3ffparsernode/src/
H A Dpvmf_mp3ffparser_factory.cpp20 * @brief Singleton factory for PVMFMP3FFParserNode
47 node = OSCL_NEW(PVMFMP3FFParserNode, (aPriority));
H A Dpvmf_mp3ffparser_node.cpp83 PVMFMP3FFParserNode::PVMFMP3FFParserNode(int32 aPriority) function in class:PVMFMP3FFParserNode
84 : OsclTimerObject(aPriority, "PVMFMP3FFParserNode"),
176 void PVMFMP3FFParserNode::Construct()
190 PVMFMP3FFParserNode::~PVMFMP3FFParserNode()
265 PVMFStatus PVMFMP3FFParserNode::ThreadLogon()
267 LOGINFO((0, "PVMFMP3FFParserNode::ThreadLogon() iInterfaceState =%d", iInterfaceState));
275 iLogger = PVLogger::GetLoggerObject("PVMFMP3FFParserNode");
280 LOGINFO((0, "PVMFMP3FFParserNode
[all...]
H A Dpvmf_mp3ffparser_outport.h44 class PVMFMP3FFParserNode;
181 PVMFMP3FFParserNode * iMP3ParserNode;
182 friend class PVMFMP3FFParserNode;
H A Dpvmf_mp3ffparser_outport.cpp42 iMP3ParserNode = OSCL_STATIC_CAST(PVMFMP3FFParserNode*, aNode);
63 iMP3ParserNode = OSCL_STATIC_CAST(PVMFMP3FFParserNode*, aNode);
H A Dpvmf_mp3ffparser_node.h139 class PVMFMP3FFParserNode;
173 void Construct(NodeType n, PVMFMP3FFParserNode* c)
193 PVMFMP3FFParserNode*iContainer;
372 * The class PVMFMP3FFParserNode is the external interface for using the node.
377 class PVMFMP3FFParserNode : public OsclTimerObject, class in inherits:OsclTimerObject,PVMFNodeInterface,PVMFDataSourceInitializationExtensionInterface,PVMFTrackSelectionExtensionInterface,PVMFMetadataExtensionInterface,OsclMemPoolFixedChunkAllocatorObserver,PVMFFormatProgDownloadSupportInterface,PvmiDataStreamObserver,PVMIDatastreamuserInterface,OsclMemPoolResizableAllocatorObserver,PvmfDataSourcePlaybackControlInterface,PVMFCPMPluginLicenseInterface,PVMFMetadataUpdatesObserver
394 PVMFMP3FFParserNode(int32 aPriority = OsclActiveObject::EPriorityNominal);
395 ~PVMFMP3FFParserNode();

Completed in 37 milliseconds