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

  /external/opencore/protocols/rtp/src/
rtcp_constants.h 38 const uint8 RECORD_COUNT_MASK = 0x1F;
rtcp_decoder.cpp 255 uint8 report_count = tempChar & RECORD_COUNT_MASK;
338 uint8 report_count = tempChar & RECORD_COUNT_MASK;
434 uint8 chunk_count = tempChar & RECORD_COUNT_MASK;
654 uint8 sourceCount = tempChar & RECORD_COUNT_MASK;
748 uint8 subType = tempChar & RECORD_COUNT_MASK;
rtcp_encoder.cpp 136 tempChar |= count_field & RECORD_COUNT_MASK;
399 int32 ssrc_count = bye_packet.src_count & RECORD_COUNT_MASK;

Completed in 205 milliseconds