HomeSort by relevance Sort by last modified time
    Searched full:setrtcpintervalinmicrosecs (Results 1 - 9 of 9) sorted by null

  /external/opencore/nodes/streaming/jitterbuffernode/src/
pvmf_jitter_buffer_extension_interface.cpp 113 void PVMFJitterBufferExtensionInterfaceImpl::setRTCPIntervalInMicroSecs(uint32 aRTCPInterval)
115 iContainer->SetRTCPIntervalInMicroSecs(aRTCPInterval);
pvmf_jitter_buffer_node.cpp 888 void PVMFJitterBufferNode::SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval)
    [all...]
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
pvmf_rtcp_proto_impl.h 217 void SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval);
321 OSCL_IMPORT_REF void SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval);
pvmf_jb_jitterbuffermisc.h 94 OSCL_IMPORT_REF void SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval);
  /external/opencore/nodes/streaming/jitterbuffernode/include/
pvmf_jitter_buffer_ext_interface.h 54 OSCL_IMPORT_REF virtual void setRTCPIntervalInMicroSecs(uint32 aRTCPInterval) = 0; //Not used as of now
pvmf_jitter_buffer_internal.h 132 OSCL_IMPORT_REF void setRTCPIntervalInMicroSecs(uint32 aRTCPInterval);
pvmf_jitter_buffer_node.h 189 virtual void SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval); //Not used as of now
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_rtcp_proto_impl.cpp 138 void PVRTCPChannelController::SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval)
707 OSCL_EXPORT_REF void PVRTCPProtoImplementor::SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval)
713 rtcpChannelController->SetRTCPIntervalInMicroSecs(aRTCPInterval);
    [all...]
pvmf_jb_jitterbuffermisc.cpp 605 OSCL_EXPORT_REF void PVMFJitterBufferMisc::SetRTCPIntervalInMicroSecs(uint32 aRTCPInterval)
608 ipRTCPProtoImplementator->SetRTCPIntervalInMicroSecs(aRTCPInterval);
    [all...]

Completed in 279 milliseconds