/external/opencore/baselibs/gen_data_structures/src/ |
D | base64_codec.cpp | 30 etable[i] = OSCL_STATIC_CAST(uint8, 'A' + i); in PVBase64Codec() 31 etable[i+9] = OSCL_STATIC_CAST(uint8, 'J' + i); in PVBase64Codec() 32 etable[26+i] = OSCL_STATIC_CAST(uint8, 'a' + i); in PVBase64Codec() 33 etable[26+i+9] = OSCL_STATIC_CAST(uint8, 'j' + i); in PVBase64Codec() 37 etable[i+18] = OSCL_STATIC_CAST(uint8, 'S' + i); in PVBase64Codec() 38 etable[26+i+18] = OSCL_STATIC_CAST(uint8, 's' + i); in PVBase64Codec() 42 etable[52+i] = OSCL_STATIC_CAST(uint8, '0' + i); in PVBase64Codec() 55 dtable[i] = OSCL_STATIC_CAST(uint8, 0 + (i - 'A')); in PVBase64Codec() 59 dtable[i] = OSCL_STATIC_CAST(uint8, 9 + (i - 'J')); in PVBase64Codec() 63 dtable[i] = OSCL_STATIC_CAST(uint8, 18 + (i - 'S')); in PVBase64Codec() [all …]
|
/external/opencore/engines/2way/src/ |
D | pv_2way_proxy_adapter.cpp | 649 PVUuid uuid = OSCL_STATIC_CAST(PV2WayMessageQueryInterface*, iface_msg)->iUuid; in CommandCompleted() 650 … PVInterface *iface = OSCL_STATIC_CAST(PV2WayMessageQueryInterface*, iface_msg)->iInterfacePtr; in CommandCompleted() 658 proxiedinterface = OSCL_STATIC_CAST(PVProxiedInterface*, tempInterface) ; in CommandCompleted() 660 OSCL_STATIC_CAST(PV2WayMessageQueryInterface*, iface_msg)->iInterfacePtr = iface = NULL; in CommandCompleted() 667 OSCL_STATIC_CAST(PV2WayMessageQueryInterface*, iface_msg)->iInterfacePtr = iface; in CommandCompleted() 706 OSCL_STATIC_CAST(PV2WayMessageInit *, aMsg)->iInitInfo, in ProcessMessageL() 713 OSCL_STATIC_CAST(PV2WayMessageGetSDKInfo *, aMsg)->iSDKInfo, in ProcessMessageL() 721 OSCL_STATIC_CAST(PV2WayMessageGetSDKModuleInfo* , aMsg)->iSDKModuleInfo, in ProcessMessageL() 729 OSCL_STATIC_CAST(PV2WayMessageGetPV2WayState*, aMsg)->iState, in ProcessMessageL() 740 OSCL_STATIC_CAST(PV2WayMessageAddDataSource *, aMsg)->iTrackId, in ProcessMessageL() [all …]
|
/external/opencore/pvmi/recognizer/src/ |
D | pvmf_recognizer_registry.cpp | 37 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in OSCL_DLL_ENTRY_POINT_DEFAULT() 58 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in Cleanup() 81 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in RegisterPlugin() 97 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in RemovePlugin() 113 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in OpenSession() 129 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in CloseSession() 146 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in Recognize() 163 …PVMFRecognizerRegistryImpl* pvrecregimpl = OSCL_STATIC_CAST(PVMFRecognizerRegistryImpl*, PVMFRECOG… in CancelCommand()
|
D | pvmf_recognizer_registry_impl.cpp | 449 iDataStream = OSCL_STATIC_CAST(PVMIDataStreamSyncInterface*, intf); in CheckForDataAvailability() 468 OSCL_STATIC_CAST(PVInterface*, iDataStream)); in CheckForDataAvailability() 483 OSCL_STATIC_CAST(PVInterface*, iDataStream)); in CheckForDataAvailability() 491 OSCL_STATIC_CAST(PVInterface*, iDataStream)); in CheckForDataAvailability() 499 OSCL_STATIC_CAST(PVInterface*, iDataStream)); in CheckForDataAvailability() 513 OSCL_STATIC_CAST(PVInterface*, iDataStream)); in CompleteRecognize() 675 OSCL_STATIC_CAST(PVInterface*, iDataStream)); in DoCancelCommand()
|
/external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/ |
D | pvdl_config_file.cpp | 116 uint32 playbackModeBit = OSCL_STATIC_CAST(uint32, aPlaybackMode); in SetPlaybackMode() 122 return OSCL_STATIC_CAST(TPVDLPlaybackMode, ((iFlag & 0xC) >> 2)); in GetPlaybackMode() 171 *tmpBuf++ = OSCL_STATIC_CAST(uint8, iSelectedTrackIDs[i]); in SaveConfig() 345 uint32 *tmpPtr = OSCL_STATIC_CAST(uint32*, iTmpBuf); in LoadConfig() 430 iUrl.set(OSCL_STATIC_CAST(char*, aTmpBuf), aUrlLen); in LoadConfig() 439 if (oscl_strcmp(iUrl.get_cstr(), OSCL_STATIC_CAST(char*, aTmpBuf)) != 0) in LoadConfig() 454 iProxyName.set(OSCL_STATIC_CAST(char*, aTmpBuf), aHostNameLen); in LoadConfig() 464 iPlayerVersion.set(OSCL_STATIC_CAST(char*, aTmpBuf), aPlayerVersionLen); in LoadConfig() 474 iUserAgent.set(OSCL_STATIC_CAST(char*, aTmpBuf), aUserAgentLen); in LoadConfig() 484 iUserNetwork.set(OSCL_STATIC_CAST(char*, aTmpBuf), aUserNetworkLen); in LoadConfig() [all …]
|
/external/opencore/nodes/streaming/streamingmanager/src/ |
D | pvmf_streaming_manager_extension_interface.cpp | 249 OSCL_STATIC_CAST(PVMFStreamingManagerExtensionInterface*, this); in queryInterface() 250 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface() 256 OSCL_STATIC_CAST(PVMFTrackSelectionExtensionInterface*, this); in queryInterface() 257 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface() 263 OSCL_STATIC_CAST(PVMFDataSourceInitializationExtensionInterface*, this); in queryInterface() 264 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface() 270 OSCL_STATIC_CAST(PvmfDataSourcePlaybackControlInterface*, this); in queryInterface() 271 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface() 277 OSCL_STATIC_CAST(PVMFMetadataExtensionInterface*, this); in queryInterface() 278 iface = OSCL_STATIC_CAST(PVInterface*, interimPtr); in queryInterface() [all …]
|
/external/opencore/oscl/pvlogger/src/ |
D | pvlogger_mem_appender.h | 69 appender->_cache.ptr = OSCL_STATIC_CAST(uint8*, appender->_base.ptr); 79 …length = OSCL_STATIC_CAST(uint32, (OSCL_STATIC_CAST(uint8*, _cache.ptr) - OSCL_STATIC_CAST(uint8*,… in ~MemAppender() 115 uint32 temp = OSCL_STATIC_CAST(uint32, _cache.ptr); in AppendString() 117 oscl_memcpy(OSCL_STATIC_CAST(uint8*, _cache.ptr), stringbuf, size); in AppendString() 120 oscl_memcpy(OSCL_STATIC_CAST(uint8*, _cache.ptr) + size, newline, 2); in AppendString() 123 _cache.ptr = OSCL_STATIC_CAST(uint8*, temp); in AppendString()
|
/external/opencore/nodes/pvdummyoutputnode/src/ |
D | pvmf_dummy_fileoutput_inport.cpp | 84 …PvmfNodesSyncControlInterface* myInterface = OSCL_STATIC_CAST(PvmfNodesSyncControlInterface*, this… in queryInterface() 85 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 337 …status = AllocateKvp(parameters, OSCL_STATIC_CAST(PvmiKeyType, INPUT_FORMATS_VALTYPE), num_paramet… in getParametersSync() 344 parameters[0].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_AMR_IETF); in getParametersSync() 345 parameters[1].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_ADTS); in getParametersSync() 346 parameters[2].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_MPEG4_AUDIO); in getParametersSync() 347 parameters[3].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_LATM); in getParametersSync() 348 parameters[4].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_M4V); in getParametersSync() 349 parameters[5].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_H2632000); in getParametersSync() 350 parameters[6].value.pChar_value = OSCL_STATIC_CAST(char*, PVMF_MIME_PCM8); in getParametersSync() [all …]
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_defalloc.h | 145 return OSCL_STATIC_CAST(pointer, tmp); in allocate_fl() 151 return OSCL_STATIC_CAST(pointer, tmp); in allocate() 159 construct(OSCL_STATIC_CAST(pointer, tmp), val); in alloc_and_construct_fl() 160 return OSCL_STATIC_CAST(pointer, tmp); in alloc_and_construct_fl() 168 construct(OSCL_STATIC_CAST(pointer, tmp), val); in alloc_and_construct() 169 return OSCL_STATIC_CAST(pointer, tmp); in alloc_and_construct() 185 destroy(OSCL_STATIC_CAST(pointer, p)); in destruct_and_dealloc()
|
D | oscl_tls.cpp | 122 registry_pointer_type registry = OSCL_STATIC_CAST(registry_pointer_type, in initialize() 159 …registry_pointer_type registry = OSCL_STATIC_CAST(registry_pointer_type , TLSStorageOps::get_regis… in cleanup() 212 …registry_pointer_type registry = OSCL_STATIC_CAST(registry_pointer_type , TLSStorageOps::get_regis… in getInstance() 243 …registry_pointer_type registry = OSCL_STATIC_CAST(registry_pointer_type , TLSStorageOps::get_regis… in registerInstance()
|
/external/opencore/pvmi/content_policy_manager/plugins/oma1/passthru/src/ |
D | pvmf_cpmplugin_passthru_oma1.cpp | 93 return (OSCL_STATIC_CAST(PVMFCPMPluginInterface*, plugIn)); in CreatePlugIn() 365 = OSCL_STATIC_CAST(PVMIDataStreamSyncInterface*, iface); in CreatePVMFCPMPluginAccessInterface() 367 return (OSCL_STATIC_CAST(PVInterface*, interimPtr1)); in CreatePVMFCPMPluginAccessInterface() 431 extif = OSCL_STATIC_CAST(PVInterface*, errormsg); in CommandComplete() 627 OSCL_STATIC_CAST(PVMFCPMPluginAuthenticationInterface*, this); in queryInterface() 628 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 633 OSCL_STATIC_CAST(PVMFCPMPluginAuthorizationInterface*, this); in queryInterface() 634 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 639 OSCL_STATIC_CAST(PVMFCPMPluginAccessInterfaceFactory*, this); in queryInterface() 640 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() [all …]
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
D | tsc_h324m_config.cpp | 1061 CPVH324InterfaceCmdMessage* h324CmdMsg = OSCL_STATIC_CAST(CPVH324InterfaceCmdMessage*, cmdMsg); in H324MConfigCommandCompletedL() 1349 PVMFEventBase* event = OSCL_STATIC_CAST(PVMFEventBase*, aMsg); in CleanupNotification() 1367 … PVH324MessageQueryInterface* query_msg = OSCL_STATIC_CAST(PVH324MessageQueryInterface*, aMsg); in HandleCommand() 1385 … PVH324MessageSetH223Level* set_level_msg = OSCL_STATIC_CAST(PVH324MessageSetH223Level*, aMsg); in HandleCommand() 1402 … PVH324MessageSetMaxSduSize* msg = OSCL_STATIC_CAST(PVH324MessageSetMaxSduSize*, aMsg); in HandleCommand() 1419 … PVH324MessageSetMaxSduSizeR* msg = OSCL_STATIC_CAST(PVH324MessageSetMaxSduSizeR*, aMsg); in HandleCommand() 1436 PVH324MessageSendRme* msg = OSCL_STATIC_CAST(PVH324MessageSendRme*, aMsg); in HandleCommand() 1452 … PVH324MessageSetAl2SequenceNumbers* msg = OSCL_STATIC_CAST(PVH324MessageSetAl2SequenceNumbers*, in HandleCommand() 1470 …PVH324MessageSetAl3ControlFieldOctets* msg = OSCL_STATIC_CAST(PVH324MessageSetAl3ControlFieldOctet… in HandleCommand() 1487 … PVH324MessageSetMaxPduSize* msg = OSCL_STATIC_CAST(PVH324MessageSetMaxPduSize*, aMsg); in HandleCommand() [all …]
|
/external/opencore/nodes/pvdummyinputnode/src/ |
D | pvmf_fileinput_port.cpp | 129 …status = AllocateKvp(parameters, OSCL_STATIC_CAST(PvmiKeyType, OUTPUT_FORMATS_VALTYPE), num_parame… in getParametersSync() 142 …status = AllocateKvp(parameters, OSCL_STATIC_CAST(PvmiKeyType, VIDEO_OUTPUT_WIDTH_CUR_VALUE), num_… in getParametersSync() 154 …status = AllocateKvp(parameters, OSCL_STATIC_CAST(PvmiKeyType, VIDEO_OUTPUT_HEIGHT_CUR_VALUE), num… in getParametersSync() 166 …status = AllocateKvp(parameters, OSCL_STATIC_CAST(PvmiKeyType, VIDEO_OUTPUT_FRAME_RATE_CUR_VALUE),… in getParametersSync() 178 …status = AllocateKvp(parameters, OSCL_STATIC_CAST(PvmiKeyType, OUTPUT_TIMESCALE_CUR_VALUE), num_pa… in getParametersSync() 318 PvmiCapabilityAndConfig* config = OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, temp); in Connect() 488 PVMFDummyFileInputNode* node = OSCL_STATIC_CAST(PVMFDummyFileInputNode*, iPortActivityHandler); in pvmiSetPortFormatSpecificInfoSync() 527 if (AllocateKvp(kvpPtr, OSCL_STATIC_CAST(PvmiKeyType, aFormatValType), 1) != PVMFSuccess) in pvmiSetPortFormatSpecificInfoSync() 542 bitsPerSamplePtr = OSCL_STATIC_CAST(int16*, in pvmiSetPortFormatSpecificInfoSync() 543 … (OSCL_STATIC_CAST(uint8*, kvpPtr->value.key_specific_value) + 14)); in pvmiSetPortFormatSpecificInfoSync()
|
/external/opencore/fileformats/common/parser/src/ |
D | pvmi_datastreamsyncinterface_ref_factory.cpp | 64 return (OSCL_STATIC_CAST(PVInterface*, datastreamptr)); in CreatePVMFCPMPluginAccessInterface() 99 PVMFDataStreamFactory* myInterface = OSCL_STATIC_CAST(PVMFDataStreamFactory*, this); in queryInterface() 100 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
D | pvmi_datastreamsyncinterface_ref_impl.cpp | 28 return OSCL_STATIC_CAST(PVMIDataStreamSyncInterface*, newsyncif); in CreateDataStreamSyncInterfaceRefImpl() 35 return OSCL_STATIC_CAST(PVMIDataStreamSyncInterface*, newsyncif); in CreateDataStreamSyncInterfaceRefImpl() 41 …PVMIDataStreamSyncInterfaceRefImpl* syncif = OSCL_STATIC_CAST(PVMIDataStreamSyncInterfaceRefImpl*,… in DestroyDataStreamSyncInterfaceRefImpl() 86 = OSCL_STATIC_CAST(PVMIDataStreamSyncInterface*, this); in queryInterface() 87 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface()
|
/external/opencore/fileformats/mp4/composer/src/ |
D | sampledescriptionatom.cpp | 174 … PVA_FF_AudioSampleEntry* audioentry = OSCL_STATIC_CAST(PVA_FF_AudioSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 179 PVA_FF_AMRSampleEntry* audioentry = OSCL_STATIC_CAST(PVA_FF_AMRSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 185 PVA_FF_AMRSampleEntry* audioentry = OSCL_STATIC_CAST(PVA_FF_AMRSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 191 … PVA_FF_H263SampleEntry* videoentry = OSCL_STATIC_CAST(PVA_FF_H263SampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 197 PVA_FF_AVCSampleEntry* videoentry = OSCL_STATIC_CAST(PVA_FF_AVCSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 203 … PVA_FF_TextSampleEntry* textentry = OSCL_STATIC_CAST(PVA_FF_TextSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 208 … PVA_FF_VisualSampleEntry* videoentry = OSCL_STATIC_CAST(PVA_FF_VisualSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 214 … PVA_FF_MpegSampleEntry* videoentry = OSCL_STATIC_CAST(PVA_FF_MpegSampleEntry*, entry); in ~PVA_FF_SampleDescriptionAtom() 347 … PVA_FF_AVCSampleEntry* videoentry = OSCL_STATIC_CAST(PVA_FF_AVCSampleEntry*, getSampleEntryAt(0)); in setTargetBitrate()
|
/external/opencore/engines/author/test/src/ |
D | test_pv_author_engine_testset8.cpp | 191 PVAviFile* fileparser = OSCL_STATIC_CAST(PVAviFile*, iFileParser); in CreateTestInputs() 198 PV_Wav_Parser* fileparser = OSCL_STATIC_CAST(PV_Wav_Parser*, iFileParser); in CreateTestInputs() 263 …PvmfFileOutputNodeConfigInterface* clipConfig = OSCL_STATIC_CAST(PvmfFileOutputNodeConfigInterface… in ConfigOutputFile() 288 clipConfig = OSCL_STATIC_CAST(PVMp4FFCNClipConfigInterface*, iComposerConfig); in ConfigMp43gpComposer() 396 config = OSCL_STATIC_CAST(PVMp4H263EncExtensionInterface*, iVideoEncoderConfig); in ConfigureVideoEncoder() 437 config = OSCL_STATIC_CAST(PVAudioEncExtensionInterface*, iAudioEncoderConfig); in ConfigureAudioEncoder() 491 PVAviFile* fileparser = OSCL_STATIC_CAST(PVAviFile*, iFileParser); in Cleanup() 498 PV_Wav_Parser* fileparser = OSCL_STATIC_CAST(PV_Wav_Parser*, iFileParser); in Cleanup() 1037 PVAviFile* fileparser = OSCL_STATIC_CAST(PVAviFile*, iFileParser); in CommandCompleted() 1044 PV_Wav_Parser* fileparser = OSCL_STATIC_CAST(PV_Wav_Parser*, iFileParser); in CommandCompleted()
|
D | test_pv_author_engine_testset7.cpp | 191 PVAviFile* fileparser = OSCL_STATIC_CAST(PVAviFile*, iFileParser); in CreateTestInputs() 198 PV_Wav_Parser* fileparser = OSCL_STATIC_CAST(PV_Wav_Parser*, iFileParser); in CreateTestInputs() 263 …PvmfFileOutputNodeConfigInterface* clipConfig = OSCL_STATIC_CAST(PvmfFileOutputNodeConfigInterface… in ConfigOutputFile() 288 clipConfig = OSCL_STATIC_CAST(PVMp4FFCNClipConfigInterface*, iComposerConfig); in ConfigMp43gpComposer() 396 config = OSCL_STATIC_CAST(PVMp4H263EncExtensionInterface*, iVideoEncoderConfig); in ConfigureVideoEncoder() 437 config = OSCL_STATIC_CAST(PVAudioEncExtensionInterface*, iAudioEncoderConfig); in ConfigureAudioEncoder() 1022 PVAviFile* fileparser = OSCL_STATIC_CAST(PVAviFile*, iFileParser); in CommandCompleted() 1029 PV_Wav_Parser* fileparser = OSCL_STATIC_CAST(PV_Wav_Parser*, iFileParser); in CommandCompleted()
|
/external/opencore/oscl/oscl/osclerror/src/ |
D | oscl_error.h | 259 OsclSingletonEx(): _Ptr(OSCL_STATIC_CAST(T*, Registry::getInstance(ID))) {}; in OsclSingletonEx() 296 _Ptr = OSCL_STATIC_CAST(T*, Registry::getInstance(ID)); in set() 356 OsclTLSEx(): _Ptr(OSCL_STATIC_CAST(T*, Registry::getInstance(ID))) {}; in OsclTLSEx() 393 _Ptr = OSCL_STATIC_CAST(T*, Registry::getInstance(ID)); in set()
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_port.cpp | 133 PvmiCapabilityAndConfig *config = OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, temp); in Connect() 144 … irJitterBufferNode.SetInPlaceProcessingMode(OSCL_STATIC_CAST(PVMFPortInterface*, this), in Connect() 241 PvmfPortBaseImpl* cpPort = OSCL_STATIC_CAST(PvmfPortBaseImpl*, iConnectedPort); in QueueOutgoingMsg() 290 PvmfPortBaseImpl* cpPort = OSCL_STATIC_CAST(PvmfPortBaseImpl*, iConnectedPort); in IsOutgoingQueueBusy()
|
/external/opencore/nodes/streaming/medialayernode/src/ |
D | pvmf_medialayer_port.cpp | 123 PvmiCapabilityAndConfig *config = OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, temp); in Connect() 253 … if (!(iMLNode->GetPortContainer((OSCL_STATIC_CAST(PVMFPortInterface*, this)), portContainerPtr))) in pvmiSetPortFormatSpecificInfoSync() 321 PvmiCapabilityAndConfig *capConfig = OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, temp); in pvmiVerifyPortFormatSpecificInfoSync() 390 … if (!(iMLNode->GetPortContainer((OSCL_STATIC_CAST(PVMFPortInterface*, this)), portContainerPtr))) in pvmiGetPortFormatSpecificInfoSync() 474 PvmfPortBaseImpl* cpPort = OSCL_STATIC_CAST(PvmfPortBaseImpl*, iConnectedPort); in QueueOutgoingMsg() 536 PvmfPortBaseImpl* cpPort = OSCL_STATIC_CAST(PvmfPortBaseImpl*, iConnectedPort); in IsOutgoingQueueBusy()
|
/external/opencore/nodes/pvaacffparsernode/src/ |
D | pvmf_aacffparser_outport.cpp | 32 iAACParserNode = OSCL_STATIC_CAST(PVMFAACFFParserNode*, aNode); in PVMFAACFFParserOutPort() 88 PvmiCapabilityAndConfig *config = OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, temp); in Connect() 199 if (!(iAACParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr))) in pvmiSetPortFormatSpecificInfoSync() 260 if (!(iAACParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr))) in pvmiGetPortFormatSpecificInfoSync()
|
/external/opencore/pvmi/content_policy_manager/src/ |
D | cpm.cpp | 420 OSCL_STATIC_CAST(PVMFMetadataExtensionInterface*, this); in queryInterface() 421 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 427 OSCL_STATIC_CAST(PVMFCPMPluginLicenseInterface*, this); in queryInterface() 428 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 434 OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, this); in queryInterface() 435 iface = OSCL_STATIC_CAST(PVInterface*, myInterface); in queryInterface() 798 extif = OSCL_STATIC_CAST(PVInterface*, errormsg); in CommandComplete() 1258 PVMFSessionId* sessionIdPtr = OSCL_STATIC_CAST(PVMFSessionId*, temp); in DoOpenSession() 1358 OSCL_wString* sourceURL = OSCL_STATIC_CAST(OSCL_wString*, temp1); in DoRegisterContent() 1359 PVMFFormatType* sourceFormatType = OSCL_STATIC_CAST(PVMFFormatType*, temp2); in DoRegisterContent() [all …]
|
/external/opencore/engines/player/config/core/ |
D | pv_player_node_registry_populator.cpp | 443 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVMP4FFRecognizerFactory, ())); in RegisterAllRecognizers() 457 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVASFFFRecognizerFactory, ())); in RegisterAllRecognizers() 471 … tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVOMA1FFRecognizerFactory, ())); in RegisterAllRecognizers() 485 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVAACFFRecognizerFactory, ())); in RegisterAllRecognizers() 499 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVRMFFRecognizerFactory, ())); in RegisterAllRecognizers() 513 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVMP3FFRecognizerFactory, ())); in RegisterAllRecognizers() 527 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVWAVFFRecognizerFactory, ())); in RegisterAllRecognizers() 541 tmpfac = OSCL_STATIC_CAST(PVMFRecognizerPluginFactory*, OSCL_NEW(PVAMRFFRecognizerFactory, ())); in RegisterAllRecognizers()
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_port.cpp | 26 iAMRParserNode = OSCL_STATIC_CAST(PVMFAMRFFParserNode*, aNode); in PVMFAMRFFParserOutPort() 79 PvmiCapabilityAndConfig *config = OSCL_STATIC_CAST(PvmiCapabilityAndConfig*, temp); in Connect() 201 if (!(iAMRParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr))) in pvmiSetPortFormatSpecificInfoSync() 262 if (!(iAMRParserNode->GetTrackInfo((OSCL_STATIC_CAST(PVMFPortInterface*, this)), trackInfoPtr))) in pvmiGetPortFormatSpecificInfoSync()
|