Home
last modified time | relevance | path

Searched refs:aOutputType (Results 1 – 10 of 10) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp210 OSCL_EXPORT_REF int32 pvProgressiveStreamingOutput::flushData(const uint32 aOutputType) in flushData() argument
212 int32 status = PVMFProtocolEngineNodeOutput::flushData(aOutputType); in flushData()
Dpvmf_protocol_engine_node_progressive_streaming.h67 OSCL_IMPORT_REF int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData);
/external/opencore/nodes/common/include/
Dpv_player_node_registry_interface.h113 …virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputType, Oscl_Vec…
/external/opencore/engines/player/src/
Dpv_player_node_registry.cpp172 …odeRegistry::QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputType, Oscl_Vector<PV… in QueryRegistry() argument
201 if (iType[SearchCount].iOutputType[outputsearchcount] == aOutputType) in QueryRegistry()
Dpv_player_node_registry.h112 …virtual PVMFStatus QueryRegistry(PVMFFormatType& aInputType, PVMFFormatType& aOutputType, Oscl_Vec…
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp602 OSCL_EXPORT_REF int32 PVMFProtocolEngineNodeOutput::flushData(const uint32 aOutputType) in flushData() argument
607 if (!sendToPort(iMediaData, aOutputType)) return PROCESS_OUTPUT_PORT_IS_BUSY; in flushData()
Dpvmf_protocol_engine_node_common.h982 …OSCL_IMPORT_REF virtual int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData…
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
Dpvmf_protocol_engine_node_download_common.h119 …OSCL_IMPORT_REF virtual int32 flushData(const uint32 aOutputType = NodeOutputType_InputPortForData…
Dpvmf_protocol_engine_node_download_common.cpp390 OSCL_EXPORT_REF int32 pvHttpDownloadOutput::flushData(const uint32 aOutputType) in flushData() argument
392 int32 status = PVMFProtocolEngineNodeOutput::flushData(aOutputType); in flushData()
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp2065 uint32 aOutputType; in ProtocolRequestAvailable() local
2068 aOutputType = NodeOutputType_InputPortForLogging; in ProtocolRequestAvailable()
2072 aOutputType = NodeOutputType_InputPortForData; in ProtocolRequestAvailable()
2075 iNodeOutput->flushData(aOutputType); in ProtocolRequestAvailable()