Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSender.cpp90 size_t numPadBytes = data[headerSize - 1]; in injectRTCP() local
91 if (numPadBytes == 0 || (numPadBytes % 4) != 0) { in injectRTCP()
95 headerSize -= numPadBytes; in injectRTCP()