HomeSort by relevance Sort by last modified time
    Searched refs:ReadUInt32 (Results 1 - 25 of 27) sorted by null

1 2

  /external/webrtc/talk/media/devices/
filevideocapturer.cc 299 buffer.ReadUInt32(reinterpret_cast<uint32_t*>(&frame->width));
300 buffer.ReadUInt32(reinterpret_cast<uint32_t*>(&frame->height));
301 buffer.ReadUInt32(&frame->fourcc);
302 buffer.ReadUInt32(&frame->pixel_width);
303 buffer.ReadUInt32(&frame->pixel_height);
308 buffer.ReadUInt32(&frame->data_size);
  /external/webrtc/webrtc/base/
bitbuffer.h 43 bool ReadUInt32(uint32_t* val);
bytebuffer.h 53 bool ReadUInt32(uint32_t* val);
bitbuffer_unittest.cc 53 EXPECT_TRUE(buffer.ReadUInt32(&val32));
72 EXPECT_TRUE(buffer.ReadUInt32(&val32));
104 EXPECT_TRUE(buffer.ReadUInt32(&val32));
297 EXPECT_TRUE(buffer.ReadUInt32(&val32));
bytebuffer_unittest.cc 151 EXPECT_TRUE(buffer.ReadUInt32(&ru32));
204 EXPECT_TRUE(buffer.ReadUInt32(&ru32));
bitbuffer.cc 106 bool BitBuffer::ReadUInt32(uint32_t* val) {
bytebuffer.cc 104 bool ByteBuffer::ReadUInt32(uint32_t* val) {
socketadapters.cc 613 if (!response.ReadUInt32(&addr) ||
810 !request->ReadUInt32(&ip) ||
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 301 UInt32 ReadUInt32();
351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
7zIn.cpp 289 UInt32 CInByte2::ReadUInt32()
637 crc = ReadUInt32();
949 crc = ReadUInt32();
1273 file.Attrib = ReadUInt32();
    [all...]
  /external/webrtc/talk/media/base/
rtpdump.cc 146 buf.ReadUInt32(&packet->elapsed_time);
180 buf.ReadUInt32(&start_sec);
181 buf.ReadUInt32(&start_usec);
testutils.cc 69 ret &= buf->ReadUInt32(&timestamp);
70 ret &= buf->ReadUInt32(&ssrc);
videoengine_unittest.h 340 if (!buf.ReadUInt32(&u32)) return false;
344 if (!buf.ReadUInt32(&u32)) return false;
349 if (!buf.ReadUInt32(&u32)) return false;
363 if (!buf.ReadUInt32(&u32)) return false;
    [all...]
  /external/webrtc/talk/app/webrtc/
sctputils.cc 94 if (!buffer.ReadUInt32(&reliability_param)) {
sctputils_unittest.cc 61 ASSERT_TRUE(buffer.ReadUInt32(&reliability));
  /external/libchrome/base/metrics/
histogram_unittest.cc 571 EXPECT_TRUE(iter.ReadUInt32(&bucket_count));
575 EXPECT_TRUE(iter.ReadUInt32(&checksum));
603 iter.ReadUInt32(&bucket_count) && iter.ReadUInt32(&ui32));
histogram.cc 49 !iter->ReadUInt32(bucket_count) ||
50 !iter->ReadUInt32(range_checksum)) {
    [all...]
  /external/libchrome/base/
pickle.h 45 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
pickle_unittest.cc 65 EXPECT_TRUE(iter.ReadUInt32(&outuint32));
561 EXPECT_TRUE(iter.ReadUInt32(&out_data_length));
pickle.cc 108 bool PickleIterator::ReadUInt32(uint32_t* result) {
  /external/webrtc/webrtc/p2p/base/
stun.cc 664 if (length() != SIZE || !buf->ReadUInt32(&bits_))
793 if (length() < MIN_SIZE || !buf->ReadUInt32(&val))
  /external/libmojo/ipc/
ipc_message_utils.cc     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 711 Value = input.ReadUInt32();
  /external/protobuf/csharp/src/Google.Protobuf/
CodedInputStream.cs 609 public uint ReadUInt32()
    [all...]
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py 86 ReadUInt32 = ReadVarint
    [all...]

Completed in 1979 milliseconds

1 2