Home
last modified time | relevance | path

Searched refs:DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER (Results 1 – 6 of 6) sorted by relevance

/external/opencore/nodes/streaming/common/include/
Dpvmf_sm_tunables.h50 #define DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER 2048 //64 macro
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
Dpvmf_jitter_buffer_impl.cpp265 numNodes = DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER; in Construct()
821 (DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER)); in CreateAllocators()
823 (DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER)); in CreateAllocators()
825 (DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER, in CreateAllocators()
/external/opencore/nodes/pvsocketnode/include/
Dpvmf_socket_node.h125 PVMFSocketNodeMemPool(uint32 aMemPoolNumBufs = DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER);
/external/opencore/protocols/rtsp_client_engine/src/
Dpvrtsp_client_engine_node.cpp2207 …GroupMemPool = OSCL_NEW(OsclMemPoolFixedChunkAllocator, (DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER)); in SendRtspSetup()
2214 DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER, in SendRtspSetup()
/external/opencore/nodes/pvsocketnode/src/
Dpvmf_socket_node.cpp4095 errcode = SocketPlacementNew(aMemPool, MemPtr, DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER); in AllocatePortMemPool()
/external/opencore/nodes/streaming/streamingmanager/plugins/rtspunicast/src/
Dpvmf_sm_fsp_rtsp_unicast.cpp5611 …uffer(trackInfo.iNetworkNodePort, bufferSzForRTPPackets, DEFAULT_NUM_MEDIA_MSGS_IN_JITTER_BUFFER, … in CompleteGraphConstruct()