Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DRTPSender.cpp73 size_t lengthInWords = U16_AT(&data[2]) + 1; in injectRTCP() local
77 size_t headerSize = 4 * lengthInWords; in injectRTCP()
104 data += 4 * lengthInWords; in injectRTCP()
105 size -= 4 * lengthInWords; in injectRTCP()