Home
last modified time | relevance | path

Searched refs:SetInPlaceProcessingMode (Results 1 – 4 of 4) sorted by relevance

/external/opencore/nodes/streaming/jitterbuffernode/src/
Dpvmf_jitter_buffer_port.cpp144 … irJitterBufferNode.SetInPlaceProcessingMode(OSCL_STATIC_CAST(PVMFPortInterface*, this), in Connect()
/external/opencore/nodes/streaming/jitterbuffernode/include/
Dpvmf_jitter_buffer_node.h392 PVMFStatus SetInPlaceProcessingMode(PVMFPortInterface* aPort, in SetInPlaceProcessingMode() function
403 portParamsPtr->ipJitterBuffer->SetInPlaceProcessingMode(aInPlaceProcessing); in SetInPlaceProcessingMode()
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/include/
Dpvmf_jitter_buffer.h1020 virtual void SetInPlaceProcessingMode(bool aInPlaceProcessingMode) = 0;
1134 OSCL_IMPORT_REF void SetInPlaceProcessingMode(bool aInPlaceProcessingMode);
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp1053 OSCL_EXPORT_REF void PVMFJitterBufferImpl::SetInPlaceProcessingMode(bool aInPlaceProcessingMode) in SetInPlaceProcessingMode() function in PVMFJitterBufferImpl