HomeSort by relevance Sort by last modified time
    Searched refs:ReadUInt8 (Results 1 - 16 of 16) sorted by null

  /external/webrtc/talk/app/webrtc/
sctputils.cc 57 if (!buffer.ReadUInt8(&message_type)) {
72 if (!buffer.ReadUInt8(&message_type)) {
83 if (!buffer.ReadUInt8(&channel_type)) {
143 if (!buffer.ReadUInt8(&message_type)) {
sctputils_unittest.cc 45 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
48 ASSERT_TRUE(buffer.ReadUInt8(&channel_type));
157 ASSERT_TRUE(buffer.ReadUInt8(&message_type));
  /external/webrtc/webrtc/base/
socketadapters.cc 568 if (!response.ReadUInt8(&ver) ||
569 !response.ReadUInt8(&method))
587 if (!response.ReadUInt8(&ver) ||
588 !response.ReadUInt8(&status))
599 if (!response.ReadUInt8(&ver) ||
600 !response.ReadUInt8(&rep) ||
601 !response.ReadUInt8(&rsv) ||
602 !response.ReadUInt8(&atyp))
620 if (!response.ReadUInt8(&len) ||
742 if (!request->ReadUInt8(&ver) |
    [all...]
bitbuffer.h 41 bool ReadUInt8(uint8_t* val);
bitbuffer_unittest.cc 47 EXPECT_TRUE(buffer.ReadUInt8(&val8));
49 EXPECT_TRUE(buffer.ReadUInt8(&val8));
66 EXPECT_TRUE(buffer.ReadUInt8(&val8));
68 EXPECT_TRUE(buffer.ReadUInt8(&val8));
100 EXPECT_TRUE(buffer.ReadUInt8(&val8));
108 EXPECT_FALSE(buffer.ReadUInt8(&val8));
293 EXPECT_TRUE(buffer.ReadUInt8(&val8));
bytebuffer.h 50 bool ReadUInt8(uint8_t* val);
bytebuffer_unittest.cc 122 EXPECT_FALSE(buffer.ReadUInt8(&ru8));
127 EXPECT_TRUE(buffer.ReadUInt8(&ru8));
198 EXPECT_TRUE(buffer.ReadUInt8(&ru8));
bitbuffer.cc 86 bool BitBuffer::ReadUInt8(uint8_t* val) {
bytebuffer.cc 69 bool ByteBuffer::ReadUInt8(uint8_t* val) {
  /external/webrtc/talk/media/base/
testutils.cc 66 ret &= buf->ReadUInt8(&ver_to_cc);
67 ret &= buf->ReadUInt8(&m_to_pt);
103 ret &= buf->ReadUInt8(&ver_to_count);
104 ret &= buf->ReadUInt8(&type);
videoengine_unittest.h 326 if (!buf.ReadUInt8(&u08)) return false;
332 if (!buf.ReadUInt8(&u08)) return false;
388 if (!buf.ReadUInt8(&fmt)) return false;
390 if (!buf.ReadUInt8(&type)) return false;
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
h264_bitstream_parser.cc 117 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&profile_idc));
120 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp));
122 RETURN_FALSE_ON_FAIL(sps_parser.ReadUInt8(&byte_tmp));
h264_sps_parser.cc 81 RETURN_FALSE_ON_FAIL(parser.ReadUInt8(&profile_idc));
rtp_format_vp9.cc 357 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&tl0picidx));
443 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&n_g));
458 RETURN_FALSE_ON_ERROR(parser->ReadUInt8(&p_diff));
  /external/webrtc/webrtc/p2p/base/
pseudotcp.cc     [all...]
stun.cc 500 if (!buf->ReadUInt8(&dummy))
504 if (!buf->ReadUInt8(&stun_family)) {

Completed in 185 milliseconds