Home
last modified time | relevance | path

Searched refs:iSourceFormatType (Results 1 – 8 of 8) sorted by relevance

/external/opencore/engines/player/src/
Dpv_player_node_registry.cpp325 iSourceFormatType = PVMF_MIME_FORMAT_UNKNOWN; in PVPlayerRecognizerRegistry()
528 iObserver->RecognizeCompleted(iSourceFormatType, iCmdContext); in Run()
532 iObserver->RecognizeCompleted(iSourceFormatType, iCancelCmdContext); in Run()
544 iSourceFormatType = PVMF_MIME_FORMAT_UNKNOWN; in RecognizerCommandCompleted()
557 iSourceFormatType = it->iRecognizedFormat.get_str(); in RecognizerCommandCompleted()
562 iSourceFormatType = it->iRecognizedFormat.get_str(); in RecognizerCommandCompleted()
Dpv_player_node_registry.h291 PVMFFormatType iSourceFormatType; variable
Dpv_player_engine.cpp1046 iSourceFormatType(PVMF_MIME_FORMAT_UNKNOWN), in PVPlayerEngine()
2827 iSourceFormatType = aSourceFormatType; in RecognizeCompleted()
4335 iSourceFormatType = iDataSource->GetDataSourceFormatType(); in DoAddDataSource()
4337 if (iSourceFormatType == PVMF_MIME_FORMAT_UNKNOWN) in DoAddDataSource()
4343 if (iSourceFormatType == PVMF_MIME_DATA_SOURCE_UNKNOWN_URL) in DoAddDataSource()
4451 …if (iPlayerNodeRegistry.QueryRegistry(iSourceFormatType, outputformattype, foundUuids) == PVMFSucc… in DoSetupSourceNode()
4528 OSCL_ASSERT(iSourceFormatType != PVMF_MIME_FORMAT_UNKNOWN); in DoSourceNodeQueryTrackSelIF()
4553 … retval = iSourceNodeInitIF->SetSourceInitializationData(sourceURL, iSourceFormatType, iDataSource… in DoSourceNodeQueryTrackSelIF()
5098 if (iDataSource->GetAlternateSourceFormatType(iSourceFormatType, in DoSourceNodeRollOver()
5104 oscl_memcpy(&localbuffer[4], &iSourceFormatType, sizeof(uint32)); in DoSourceNodeRollOver()
[all …]
Dpv_player_engine.h1195 PVMFFormatType iSourceFormatType; variable
/external/opencore/pvmi/content_policy_manager/src/
Dcpm_internal.h354 iSourceFormatType = 0; in CPMSessionInfo()
369 PVMFFormatType iSourceFormatType; variable
Dcpm.cpp1366 sInfo->iSourceFormatType = *sourceFormatType; in DoRegisterContent()
1402 aInfo->iSourceFormatType, in PopulateListOfActivePlugIns()
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/
Dpvmf_cpmplugin_passthru_oma1.h329 PVMFFormatType iSourceFormatType; variable
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/
Dpvmf_cpmplugin_passthru_oma1.cpp323 iSourceFormatType = aSourceFormat; in SetSourceInitializationData()