Home
last modified time | relevance | path

Searched refs:WriteUInt32 (Results 1 – 25 of 29) sorted by relevance

12

/external/webrtc/talk/media/devices/
Dfilevideocapturer.cc72 buffer.WriteUInt32(frame.width); in RecordFrame()
73 buffer.WriteUInt32(frame.height); in RecordFrame()
74 buffer.WriteUInt32(frame.fourcc); in RecordFrame()
75 buffer.WriteUInt32(frame.pixel_width); in RecordFrame()
76 buffer.WriteUInt32(frame.pixel_height); in RecordFrame()
81 buffer.WriteUInt32(size); in RecordFrame()
/external/webrtc/talk/media/base/
Drtpdump.cc57 buf->WriteUInt32(start_sec); in WriteToByteBuffer()
58 buf->WriteUInt32(start_usec); in WriteToByteBuffer()
59 buf->WriteUInt32(source); in WriteToByteBuffer()
312 buffer.WriteUInt32(timestamp); in UpdateDumpPacket()
379 buf.WriteUInt32(elapsed); in WritePacket()
Dtestutils.cc57 buf->WriteUInt32(timestamp); in WriteToByteBuffer()
58 buf->WriteUInt32(in_ssrc); in WriteToByteBuffer()
/external/webrtc/webrtc/base/
Dbytebuffer_unittest.cc73 buffer.WriteUInt32(1); in TEST()
149 buffer.WriteUInt32(wu32); in TEST()
196 buffer.WriteUInt32(wu32); in TEST()
Dbitbuffer.h103 bool WriteUInt32(uint32_t val);
Dbytebuffer.h66 void WriteUInt32(uint32_t val);
Dbytebuffer.cc168 void ByteBuffer::WriteUInt32(uint32_t val) { in WriteUInt32() function in rtc::ByteBuffer
Dbitbuffer.cc233 bool BitBufferWriter::WriteUInt32(uint32_t val) { in WriteUInt32() function in rtc::BitBufferWriter
Dsocketadapters.cc698 request.WriteUInt32(dest_.ip()); // Destination IP in SendConnect()
836 response.WriteUInt32(addr.ip()); in SendConnectResult()
Dbitbuffer_unittest.cc287 EXPECT_TRUE(buffer.WriteUInt32(0x789ABCDEu)); in TEST()
/external/webrtc/talk/app/webrtc/
Dsctputils.cc191 buffer.WriteUInt32(reliability_param); in WriteDataChannelOpenMessage()
/external/lzma/CPP/7zip/Archive/7z/
D7zOut.cpp168 void COutArchive::WriteUInt32(UInt32 value) in WriteUInt32() function in NArchive::N7z::COutArchive
352 WriteUInt32(digests.Vals[i]); in WriteHashDigests()
679 WriteUInt32(db.Attrib.Vals[i]); in WriteHeader()
D7zOut.h251 void WriteUInt32(UInt32 value);
/external/webrtc/webrtc/p2p/base/
Dstun.cc363 buf->WriteUInt32(kStunMagicCookie); in Write()
670 buf->WriteUInt32(bits_); in Write()
810 buf->WriteUInt32(class_ << 8 | number_); in Write()
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc153 inline Status WriteUInt32(int field_number, const DataPiece& data, in WriteUInt32() function
157 WireFormatLite::WriteUInt32(field_number, u32.ValueOrDie(), stream); in WriteUInt32()
594 status = WriteUInt32(field.number(), data, stream_.get()); in RenderPrimitiveField()
/external/libchrome/base/
Dpickle.h197 void WriteUInt32(uint32_t value) { WritePOD(value); } in WriteUInt32() function
Dpickle_unittest.cc120 pickle.WriteUInt32(testuint32); in TEST()
554 pickle.WriteUInt32(data.size()); in TEST()
/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs321 public void WriteUInt32(uint value) in WriteUInt32() method in Google.Protobuf.CodedOutputStream
DFieldCodec.cs124 …ieldCodec<uint>(input => input.ReadUInt32(), (output, value) => output.WriteUInt32(value), CodedOu… in ForUInt32()
/external/libchrome/ipc/
Dipc_message_utils.cc1367 m->WriteUInt32(static_cast<uint32_t>(p.routing_id())); in Write()
1368 m->WriteUInt32(p.type()); in Write()
1369 m->WriteUInt32(p.flags()); in Write()
/external/libchrome/base/metrics/
Dhistogram.cc580 pickle->WriteUInt32(bucket_count()); in SerializeInfoImpl()
581 pickle->WriteUInt32(bucket_ranges()->checksum()); in SerializeInfoImpl()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc350 void WireFormatLite::WriteUInt32(int field_number, uint32 value, in WriteUInt32() function in google::protobuf::internal::WireFormatLite
Dwire_format_lite.h376 static void WriteUInt32 (field_number, uint32 value, output);
Dextension_set_heavy.cc687 WireFormatLite::WriteUInt32(WireFormatLite::kMessageSetTypeIdNumber, in SerializeMessageSetItemWithCachedSizes()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs682 output.WriteUInt32(Value); in WriteTo()

12