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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtcp_sender.cc 1165 uint8_t brExp = 0;
1170 brExp = i;
1174 const uint32_t brMantissa = (_rembBitrate >> brExp);
1175 rtcpbuffer[pos++]=(uint8_t)((brExp << 2) + ((brMantissa >> 16) & 0x03));
    [all...]
rtcp_utility.cc     [all...]

Completed in 39 milliseconds