HomeSort by relevance Sort by last modified time
    Searched refs:NUM_PREALLOCATED_RTCP_CHUNKS (Results 1 - 2 of 2) sorted by null

  /external/opencore/protocols/rtp/src/
rtcp.cpp 422 if (new_max_chunks > NUM_PREALLOCATED_RTCP_CHUNKS)
424 int32 extra_chunks = new_max_chunks - NUM_PREALLOCATED_RTCP_CHUNKS;
431 if (chunk_count > NUM_PREALLOCATED_RTCP_CHUNKS)
435 NUM_PREALLOCATED_RTCP_CHUNKS; ++ii)
464 if (chunk_index >= NUM_PREALLOCATED_RTCP_CHUNKS)
468 additional_chunks = OSCL_ARRAY_NEW(SDES_chunk, max_chunks - NUM_PREALLOCATED_RTCP_CHUNKS);
471 return additional_chunks + (chunk_index - NUM_PREALLOCATED_RTCP_CHUNKS);
484 if (chunk_index >= NUM_PREALLOCATED_RTCP_CHUNKS)
491 return additional_chunks + (chunk_index - NUM_PREALLOCATED_RTCP_CHUNKS);
509 if (chunk_count >= NUM_PREALLOCATED_RTCP_CHUNKS)
    [all...]
rtcp.h 58 const uint NUM_PREALLOCATED_RTCP_CHUNKS = 1;
272 max_chunks(NUM_PREALLOCATED_RTCP_CHUNKS)
299 SDES_chunk chunk_array[NUM_PREALLOCATED_RTCP_CHUNKS];

Completed in 14 milliseconds