Home
last modified time | relevance | path

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

/external/webrtc/modules/rtp_rtcp/source/
Dflexfec_header_reader_writer_unittest.cc168 constexpr uint8_t kKBit0 = 1 << 7; in TEST() local
172 constexpr uint8_t kFlexfecPktMask[] = {kKBit0 | 0x08, 0x81}; in TEST()
195 constexpr uint8_t kKBit0 = 0 << 7; in TEST() local
200 constexpr uint8_t kFlxfecPktMsk[] = {kKBit0 | 0x48, 0x81, in TEST()
226 constexpr uint8_t kKBit0 = 0 << 7; in TEST() local
232 constexpr uint8_t kFlxfcPktMsk[] = {kKBit0 | 0x48, 0x81, in TEST()
/external/webrtc/call/
Dflexfec_receive_stream_unittest.cc124 constexpr uint8_t kKBit0 = 1 << 7; in TEST_F() local
125 constexpr uint8_t kFlexfecPktMask[] = {kKBit0 | 0x00, 0x01}; in TEST_F()