/external/opencore/protocols/sdp/parser/src/ |
D | sdp_info.cpp | 78 … aac_mediaInfo *pSourceAAC = OSCL_REINTERPRET_CAST(aac_mediaInfo*, srcMediaInfoVect[ss]); in SDPInfo() 86 … amr_mediaInfo *pSourceAMR = OSCL_REINTERPRET_CAST(amr_mediaInfo*, srcMediaInfoVect[ss]); in SDPInfo() 94 … m4v_mediaInfo *pSourceM4V = OSCL_REINTERPRET_CAST(m4v_mediaInfo*, srcMediaInfoVect[ss]); in SDPInfo() 102 … h263_mediaInfo *pSourceH263 = OSCL_REINTERPRET_CAST(h263_mediaInfo*, srcMediaInfoVect[ss]); in SDPInfo() 110 … m4v_mediaInfo *pSourceM4V = OSCL_REINTERPRET_CAST(m4v_mediaInfo*, srcMediaInfoVect[ss]); in SDPInfo() 118 …rfc3640_mediaInfo *pSourceRFC3640 = OSCL_REINTERPRET_CAST(rfc3640_mediaInfo*, srcMediaInfoVect[ss]… in SDPInfo() 126 …still_image_mediaInfo *pSourceImage = OSCL_REINTERPRET_CAST(still_image_mediaInfo*, srcMediaInfoVe… in SDPInfo() 135 rm_mediaInfo *rmSource = OSCL_REINTERPRET_CAST(rm_mediaInfo*, srcMediaInfoVect[ss]); in SDPInfo()
|
/external/opencore/pvmi/content_policy_manager/src/ |
D | cpm.cpp | 1064 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in InitRegisteredPlugIns() 1115 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForPlugInMetaDataExtensionInterface() 1169 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForPlugInCapConfigInterface() 1223 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForPlugInAuthenticationInterface() 1297 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in AuthenticateWithAllRegisteredPlugIns() 1434 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForAuthorizationInterface() 1470 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForAccessInterfaceFactory() 1521 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForLicenseInterface() 1701 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in RequestApprovalFromActivePlugIns() 1805 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in QueryForMetaDataKeys() [all …]
|
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/ |
D | pvmf_sm_fsp_rtsp_unicast.cpp | 178 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 181 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 208 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 211 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 240 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 243 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 271 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 274 OSCL_REINTERPRET_CAST(OsclAny*, in CreateChildNodes() 796 OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in DoInit() 1388 OsclAny *cmdContextData = OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in RequestNetworkNodePorts() [all …]
|
/external/opencore/oscl/oscl/osclbase/src/ |
D | oscl_base_macros.h | 83 #define OSCL_REINTERPRET_CAST(type,exp) ((type)(exp)) macro
|
/external/opencore/nodes/pvamrffparsernode/src/ |
D | pvmf_amrffparser_port.h | 123 PVLoggerAppender* p = OSCL_REINTERPRET_CAST(PVLoggerAppender*, ptr); in destruct_and_dealloc() 124 BinaryFileAppender* binPtr = OSCL_REINTERPRET_CAST(BinaryFileAppender*, p); in destruct_and_dealloc()
|
/external/opencore/nodes/streaming/medialayernode/include/ |
D | pvmf_medialayer_node.h | 128 PVLoggerAppender* p = OSCL_REINTERPRET_CAST(PVLoggerAppender*, ptr); in destruct_and_dealloc() 129 BinaryFileAppender* binPtr = OSCL_REINTERPRET_CAST(BinaryFileAppender*, p); in destruct_and_dealloc()
|
/external/opencore/engines/author/src/ |
D | pvaenodeutility.cpp | 530 …PVAENodeContainer* nodeContainer = OSCL_REINTERPRET_CAST(PVAENodeContainer*, aResponse.GetContext(… in CompleteConnect() 531 PVMFPortInterface* port = OSCL_REINTERPRET_CAST(PVMFPortInterface*, aResponse.GetEventData()); in CompleteConnect()
|
D | pvauthorengine.cpp | 601 responseData = OSCL_REINTERPRET_CAST(OsclAny*, iComposerNodes.back()->iNode); in NodeUtilCommandCompleted() 980 PVMFNodeInterface* node = OSCL_REINTERPRET_CAST(PVMFNodeInterface*, aCmd.GetParam1()); in DoAddDataSource() 1025 PVMFNodeInterface* node = OSCL_REINTERPRET_CAST(PVMFNodeInterface*, aCmd.GetParam1()); in DoRemoveDataSource()
|
/external/opencore/nodes/pvmp4ffcomposernode/src/ |
D | pvmp4ffcn_node.cpp | 1051 PVMp4FFComposerPort* port = OSCL_REINTERPRET_CAST(PVMp4FFComposerPort*, &aPort); in SetTrackReference() 1052 PVMp4FFComposerPort* refPort = OSCL_REINTERPRET_CAST(PVMp4FFComposerPort*, &aReferencePort); in SetTrackReference() 2269 PVMp4FFComposerPort* port = OSCL_REINTERPRET_CAST(PVMp4FFComposerPort*, aPort); in ProcessIncomingMsg() 2490 data = OSCL_REINTERPRET_CAST(uint8*, aFrame[i].ptr); in AddMemFragToTrack() 2709 data = OSCL_REINTERPRET_CAST(uint8*, aFrame[i].ptr); in AddMemFragToTrack()
|
/external/opencore/nodes/pvmp4ffparsernode/src/ |
D | pvmf_mp4ffparser_node.h | 191 PVLoggerAppender* p = OSCL_REINTERPRET_CAST(PVLoggerAppender*, ptr); in destruct_and_dealloc() 192 BinaryFileAppender* binPtr = OSCL_REINTERPRET_CAST(BinaryFileAppender*, p); in destruct_and_dealloc()
|
/external/opencore/nodes/streaming/streamingmanager/plugins/common/src/ |
D | pvmf_sm_fsp_base_impl.cpp | 1538 OsclAny *cmdContextData = OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in DoCancelAllCommands() 1601 OsclAny *cmdContextData = OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in DoCancelAllPendingCommands() 1650 OsclAny *cmdContextData = OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in DoResetDueToErr() 1792 OsclAny *cmdContextData = OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in DoReset() 1908 OsclAny *cmdContextData = OSCL_REINTERPRET_CAST(OsclAny*, internalCmd); in DoFlush() 4856 OSCL_REINTERPRET_CAST(PVMFSMFSPCommandContext*, aResponse.GetContext()); in HandleError()
|
/external/opencore/engines/author/test/src/ |
D | test_pv_author_engine_testset4.cpp | 396 OSCL_REINTERPRET_CAST(PvmfComposerSizeAndDurationInterface*, iOutputSizeAndDurationConfig); in ConfigComposerOutput()
|
D | test_pv_author_engine_testset6.cpp | 1478 OSCL_REINTERPRET_CAST(PvmfComposerSizeAndDurationInterface*, iOutputSizeAndDurationConfig); in ConfigMp4Composer()
|
D | test_pv_author_engine_testset5.cpp | 1286 OSCL_REINTERPRET_CAST(PvmfComposerSizeAndDurationInterface*, iOutputSizeAndDurationConfig); in ConfigComposerOutput()
|
/external/opencore/nodes/streaming/jitterbuffernode/src/ |
D | pvmf_jitter_buffer_node.cpp | 2535 …PVMFJitterBufferPort* portPtr = OSCL_REINTERPRET_CAST(PVMFJitterBufferPort*, &portParametersPtr->i… in DoRequestPort() 3307 PVMFJitterBufferPort* port = OSCL_REINTERPRET_CAST(PVMFJitterBufferPort*, aContext); in PacketReadyToBeRetrieved() 3323 PVMFJitterBufferPort* port = OSCL_REINTERPRET_CAST(PVMFJitterBufferPort*, aContext); in EndOfStreamSignalled()
|