Home
last modified time | relevance | path

Searched refs:OSCL_REINTERPRET_CAST (Results 1 – 15 of 15) sorted by relevance

/external/opencore/protocols/sdp/parser/src/
Dsdp_info.cpp78 … 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/
Dcpm.cpp1064 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/
Dpvmf_sm_fsp_rtsp_unicast.cpp178 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/
Doscl_base_macros.h83 #define OSCL_REINTERPRET_CAST(type,exp) ((type)(exp)) macro
/external/opencore/nodes/pvamrffparsernode/src/
Dpvmf_amrffparser_port.h123 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/
Dpvmf_medialayer_node.h128 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/
Dpvaenodeutility.cpp530 …PVAENodeContainer* nodeContainer = OSCL_REINTERPRET_CAST(PVAENodeContainer*, aResponse.GetContext(… in CompleteConnect()
531 PVMFPortInterface* port = OSCL_REINTERPRET_CAST(PVMFPortInterface*, aResponse.GetEventData()); in CompleteConnect()
Dpvauthorengine.cpp601 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/
Dpvmp4ffcn_node.cpp1051 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/
Dpvmf_mp4ffparser_node.h191 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/
Dpvmf_sm_fsp_base_impl.cpp1538 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/
Dtest_pv_author_engine_testset4.cpp396 OSCL_REINTERPRET_CAST(PvmfComposerSizeAndDurationInterface*, iOutputSizeAndDurationConfig); in ConfigComposerOutput()
Dtest_pv_author_engine_testset6.cpp1478 OSCL_REINTERPRET_CAST(PvmfComposerSizeAndDurationInterface*, iOutputSizeAndDurationConfig); in ConfigMp4Composer()
Dtest_pv_author_engine_testset5.cpp1286 OSCL_REINTERPRET_CAST(PvmfComposerSizeAndDurationInterface*, iOutputSizeAndDurationConfig); in ConfigComposerOutput()
/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_node.cpp2535 …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()