OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kSBit
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_h264.cc
38
enum FuDefs {
kSBit
= 0x80, kEBit = 0x40, kRBit = 0x20 };
73
bool first_fragment = (payload_data[1] &
kSBit
) > 0;
262
fu_header |= (packet.first_fragment ?
kSBit
: 0);
rtp_format_h264_unittest.cc
48
enum FuDefs {
kSBit
= 0x80, kEBit = 0x40, kRBit = 0x20 };
456
kSBit
| kIdr, // FU header.
rtp_format_vp8.h
107
static const int
kSBit
= 0x10;
Completed in 85 milliseconds