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 1079 uint8_t brExp = 0;
1084 brExp = i;
1088 const uint32_t brMantissa = (_rembBitrate >> brExp);
1089 rtcpbuffer[pos++]=(uint8_t)((brExp << 2) + ((brMantissa >> 16) & 0x03));
    [all...]
rtcp_utility.cc     [all...]

Completed in 980 milliseconds