/external/webrtc/talk/media/devices/ |
D | filevideocapturer.cc | 299 buffer.ReadUInt32(reinterpret_cast<uint32_t*>(&frame->width)); in ReadFrameHeader() 300 buffer.ReadUInt32(reinterpret_cast<uint32_t*>(&frame->height)); in ReadFrameHeader() 301 buffer.ReadUInt32(&frame->fourcc); in ReadFrameHeader() 302 buffer.ReadUInt32(&frame->pixel_width); in ReadFrameHeader() 303 buffer.ReadUInt32(&frame->pixel_height); in ReadFrameHeader() 308 buffer.ReadUInt32(&frame->data_size); in ReadFrameHeader()
|
/external/webrtc/webrtc/base/ |
D | bitbuffer_unittest.cc | 53 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST() 72 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST() 104 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST() 297 EXPECT_TRUE(buffer.ReadUInt32(&val32)); in TEST()
|
D | bytebuffer_unittest.cc | 151 EXPECT_TRUE(buffer.ReadUInt32(&ru32)); in TEST() 204 EXPECT_TRUE(buffer.ReadUInt32(&ru32)); in TEST()
|
D | bitbuffer.h | 43 bool ReadUInt32(uint32_t* val);
|
D | bytebuffer.h | 53 bool ReadUInt32(uint32_t* val);
|
D | bytebuffer.cc | 104 bool ByteBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::ByteBuffer
|
D | bitbuffer.cc | 106 bool BitBuffer::ReadUInt32(uint32_t* val) { in ReadUInt32() function in rtc::BitBuffer
|
D | socketadapters.cc | 613 if (!response.ReadUInt32(&addr) || in ProcessInput() 810 !request->ReadUInt32(&ip) || in HandleConnect()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zIn.h | 315 UInt32 ReadUInt32(); 366 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function
|
D | 7zIn.cpp | 225 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2 579 crc = ReadUInt32(); in ReadHashDigests() 904 crc = ReadUInt32(); in ReadSubStreamsInfo() 1230 file.Attrib = ReadUInt32(); in ReadHeader()
|
/external/webrtc/talk/media/base/ |
D | rtpdump.cc | 146 buf.ReadUInt32(&packet->elapsed_time); in ReadPacket() 180 buf.ReadUInt32(&start_sec); in ReadFileHeader() 181 buf.ReadUInt32(&start_usec); in ReadFileHeader()
|
D | testutils.cc | 69 ret &= buf->ReadUInt32(×tamp); in ReadFromByteBuffer() 70 ret &= buf->ReadUInt32(&ssrc); in ReadFromByteBuffer()
|
D | videoengine_unittest.h | 340 if (!buf.ReadUInt32(&u32)) return false; in ParseRtpPacket() 344 if (!buf.ReadUInt32(&u32)) return false; in ParseRtpPacket() 349 if (!buf.ReadUInt32(&u32)) return false; in ParseRtpPacket() 363 if (!buf.ReadUInt32(&u32)) return false; in ParseRtpPacket()
|
/external/libchrome/base/metrics/ |
D | histogram_unittest.cc | 572 EXPECT_TRUE(iter.ReadUInt32(&bucket_count)); in TEST_P() 576 EXPECT_TRUE(iter.ReadUInt32(&checksum)); in TEST_P() 604 iter.ReadUInt32(&bucket_count) && iter.ReadUInt32(&ui32)); in TEST_P()
|
D | histogram.cc | 49 !iter->ReadUInt32(bucket_count) || in ReadHistogramArguments() 50 !iter->ReadUInt32(range_checksum)) { in ReadHistogramArguments()
|
/external/webrtc/talk/app/webrtc/ |
D | sctputils.cc | 94 if (!buffer.ReadUInt32(&reliability_param)) { in ParseDataChannelOpenMessage()
|
D | sctputils_unittest.cc | 61 ASSERT_TRUE(buffer.ReadUInt32(&reliability)); in VerifyOpenMessageFormat()
|
/external/libchrome/base/ |
D | pickle.h | 45 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
|
D | pickle_unittest.cc | 65 EXPECT_TRUE(iter.ReadUInt32(&outuint32)); in VerifyResult() 561 EXPECT_TRUE(iter.ReadUInt32(&out_data_length)); in TEST()
|
D | pickle.cc | 108 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
|
/external/webrtc/webrtc/p2p/base/ |
D | stun.cc | 664 if (length() != SIZE || !buf->ReadUInt32(&bits_)) in Read() 793 if (length() < MIN_SIZE || !buf->ReadUInt32(&val)) in Read()
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 124 …return new FieldCodec<uint>(input => input.ReadUInt32(), (output, value) => output.WriteUInt32(val… in ForUInt32()
|
D | CodedInputStream.cs | 609 public uint ReadUInt32() in ReadUInt32() method in Google.Protobuf.CodedInputStream
|
/external/libmojo/ipc/ |
D | ipc_message_utils.cc | 1134 if (!iter->ReadUInt32(&routing_id) || in Read() 1135 !iter->ReadUInt32(&type) || in Read() 1136 !iter->ReadUInt32(&flags)) in Read()
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 711 Value = input.ReadUInt32(); in MergeFrom()
|