OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:valid_header
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet.cc
133
bool
valid_header
= parser.Parse(
local
135
assert(
valid_header
);
136
if (!
valid_header
) {
packet.h
99
bool
valid_header
() const { return valid_header_; }
function in class:webrtc::test::Packet
/external/dtc/
fdtdump.c
163
static bool
valid_header
(char *p, off_t len)
function
227
if (
valid_header
(p, this_len))
239
} else if (!
valid_header
(buf, len))
Completed in 227 milliseconds