/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 | bitbuffer.h | 43 bool ReadUInt32(uint32_t* val);
|
D | bytebuffer_unittest.cc | 151 EXPECT_TRUE(buffer.ReadUInt32(&ru32)); in TEST() 204 EXPECT_TRUE(buffer.ReadUInt32(&ru32)); in TEST()
|
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 | 301 UInt32 ReadUInt32(); 351 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); } in ReadUInt32() function
|
D | 7zIn.cpp | 289 UInt32 CInByte2::ReadUInt32() in ReadUInt32() function in NArchive::N7z::CInByte2 637 crc = ReadUInt32(); in ReadHashDigests() 949 crc = ReadUInt32(); in ReadSubStreamsInfo() 1273 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/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.cpp | 418 int length = reader->ReadUInt32(); 426 auto size = reader->ReadUInt32(); 452 return reader->ReadUInt32();
|
/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 | 40 bool ReadUInt32(uint32_t* result) WARN_UNUSED_RESULT;
|
D | pickle.cc | 99 bool PickleIterator::ReadUInt32(uint32_t* result) { in ReadUInt32() function in base::PickleIterator
|
D | pickle_unittest.cc | 65 EXPECT_TRUE(iter.ReadUInt32(&outuint32)); in VerifyResult()
|
/external/libchrome/base/metrics/ |
D | histogram_unittest.cc | 426 EXPECT_TRUE(iter.ReadUInt32(&checksum)); in TEST_F() 454 iter.ReadInt64(&bucket_count) && iter.ReadUInt32(&ui32)); in TEST_F()
|
D | histogram.cc | 47 !iter->ReadUInt32(range_checksum)) { in ReadHistogramArguments()
|
/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/python/google/protobuf/internal/ |
D | reflection_test.py | 82 ReadUInt32 = ReadVarint variable in _MiniDecoder 2332 self.assertEqual(3, d.ReadUInt32())
|