Home
last modified time | relevance | path

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

/external/opencore/protocols/rtp/src/
Drtcp_decoder.cpp196 const uint32 SIGN_BIT_MASK = 0x800000; in DecodeReportBlock() local
203 if (report->cumulativeNumberOfPacketsLost & SIGN_BIT_MASK) in DecodeReportBlock()