Searched refs:iSourceFormatType (Results 1 – 8 of 8) sorted by relevance
/external/opencore/engines/player/src/ |
D | pv_player_node_registry.cpp | 325 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()
|
D | pv_player_node_registry.h | 291 PVMFFormatType iSourceFormatType; variable
|
D | pv_player_engine.cpp | 1046 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 …]
|
D | pv_player_engine.h | 1195 PVMFFormatType iSourceFormatType; variable
|
/external/opencore/pvmi/content_policy_manager/src/ |
D | cpm_internal.h | 354 iSourceFormatType = 0; in CPMSessionInfo() 369 PVMFFormatType iSourceFormatType; variable
|
D | cpm.cpp | 1366 sInfo->iSourceFormatType = *sourceFormatType; in DoRegisterContent() 1402 aInfo->iSourceFormatType, in PopulateListOfActivePlugIns()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/include/ |
D | pvmf_cpmplugin_passthru_oma1.h | 329 PVMFFormatType iSourceFormatType; variable
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 323 iSourceFormatType = aSourceFormat; in SetSourceInitializationData()
|