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

  /external/opencore/nodes/pvprotocolenginenode/base/src/
pvmf_protocol_engine_node_registry.cpp 58 PVMFProtocolEngineContainerInfo aContainerInfo;
62 aContainerInfo.iSourceType = PVMF_MIME_DATA_SOURCE_HTTP_URL;
63 aContainerInfo.iProtocolEngineContainerUUID = KPVMFProtocolEngineNodeProgressiveDownloadUuid;
64 aContainerInfo.iProtocolEngineContainerCreateFunc = PVMFProtocolEngineNodeProgressiveDownloadContainerFactory::Create;
65 aContainerInfo.iProtocolEngineContainerReleaseFunc = PVMFProtocolEngineNodeProgressiveDownloadContainerFactory::Delete;
66 iTypeVec.push_back(aContainerInfo);
67 aContainerInfo.clear();
71 aContainerInfo.iSourceType = PVMF_MIME_DATA_SOURCE_HTTP_URL;
72 aContainerInfo.iSourceExtraInfo = PROGRESSIVE_STREAMING_TYPE_BIT;
73 aContainerInfo.iProtocolEngineContainerUUID = KPVMFProtocolEngineNodeProgressiveStreamingUuid
    [all...]
  /external/opencore/modules/linux_download/protocol_engine_plugins/progressive_streaming/registry/src/
pvprotocolenginenode_ps_plugin_registry.cpp 138 PVMFProtocolEngineContainerInfo aContainerInfo;
139 aContainerInfo.iSourceType = PVMF_MIME_DATA_SOURCE_HTTP_URL;
140 aContainerInfo.iSourceExtraInfo = PROGRESSIVE_STREAMING_TYPE_BIT;
141 aContainerInfo.iProtocolEngineContainerUUID = KPVMFProtocolEngineNodeProgressiveStreamingUuid;
142 aContainerInfo.iProtocolEngineContainerCreateFunc = ProtocolEngineNodeProgressiveStreamingContainerLoader::CreateProgressiveStreamingContainer;
143 aContainerInfo.iProtocolEngineContainerReleaseFunc = ProtocolEngineNodeProgressiveStreamingContainerLoader::DeleteProgressiveStreamingContainer;
144 if (aRegistry) aRegistry->RegisterProtocolEngineContainer(&aContainerInfo);
  /external/opencore/modules/linux_download/protocol_engine_plugins/progressive_download/registry/src/
pvprotocolenginenode_pdl_plugin_registry.cpp 137 PVMFProtocolEngineContainerInfo aContainerInfo;
138 aContainerInfo.iSourceType = PVMF_MIME_DATA_SOURCE_HTTP_URL;
139 aContainerInfo.iProtocolEngineContainerUUID = KPVMFProtocolEngineNodeProgressiveDownloadUuid;
140 aContainerInfo.iProtocolEngineContainerCreateFunc = ProtocolEngineNodeProgressiveDownloadContainerLoader::CreateProgressiveDownloadContainer;
141 aContainerInfo.iProtocolEngineContainerReleaseFunc = ProtocolEngineNodeProgressiveDownloadContainerLoader::DeleteProgressiveDownloadContainer;
142 if (aRegistry) aRegistry->RegisterProtocolEngineContainer(&aContainerInfo);

Completed in 773 milliseconds