OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:garbage_ptr
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_h264_unittest.cc
543
uint8_t*
garbage_ptr
= reinterpret_cast<uint8_t*>(0x4711);
local
545
EXPECT_FALSE(depacketizer_->Parse(&payload,
garbage_ptr
, 0));
rtp_format_vp8_unittest.cc
602
uint8_t*
garbage_ptr
= reinterpret_cast<uint8_t*>(0x4711);
local
604
EXPECT_FALSE(depacketizer_->Parse(&payload,
garbage_ptr
, 0));
Completed in 97 milliseconds