Home
last modified time | relevance | path

Searched refs:aSourceType (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node_registry.cpp120 PVMFFormatType aSourceType = aSourceFormat; in CheckPluginAvailability() local
121 …if (aSourceFormat == PVMF_MIME_DATA_SOURCE_HTTP_URL && aSourceData == NULL) aSourceType = PVMF_MIM… in CheckPluginAvailability()
125 if (iTypeVec[i].iSourceType == aSourceType) in CheckPluginAvailability()
138 if (iTypeVec[j].iSourceType == aSourceType) in CheckPluginAvailability()
/external/opencore/engines/common/include/
Dpv_plugin_interfaces.h547 MPVDataSource(TUid aSourceType) : MPVDataSourceBase(aSourceType) {} in MPVDataSource() argument
576 MPVDataSourceAndSink(TUid aSourceType, TUid aSinkType) : in MPVDataSourceAndSink() argument
577 MPVDataSourceBase(aSourceType), in MPVDataSourceAndSink()