Searched refs:ByteBuffer (Results 226 - 250 of 310) sorted by last modified time

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstun_unittest.cc81 rtc::ByteBuffer buf(input, size);
743 rtc::ByteBuffer correct_buf;
744 rtc::ByteBuffer wrong_buf;
790 rtc::ByteBuffer correct_buf;
791 rtc::ByteBuffer wrong_buf;
879 rtc::ByteBuffer out;
908 rtc::ByteBuffer out;
937 rtc::ByteBuffer out;
967 rtc::ByteBuffer out;
1055 rtc::ByteBuffer ou
[all...]
H A Dstunrequest.cc125 rtc::ByteBuffer buf(data, size);
194 rtc::ByteBuffer buf;
H A Dstunserver.cc48 rtc::ByteBuffer bbuf(buf, size);
104 rtc::ByteBuffer buf;
H A Dstunserver_unittest.cc59 rtc::ByteBuffer buf;
70 rtc::ByteBuffer buf(packet->buf, packet->size);
H A Dturnport.cc629 rtc::ByteBuffer buf(data, size);
1135 rtc::ByteBuffer buf;
H A Dturnserver.cc308 rtc::ByteBuffer buf(data, size);
575 rtc::ByteBuffer buf;
586 const rtc::ByteBuffer& buf) {
869 rtc::ByteBuffer buf;
H A Dturnserver.h43 class ByteBuffer;
176 void Send(Connection* conn, const rtc::ByteBuffer& buf);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder_unittest.cc70 rtc::ByteBuffer buf;
86 rtc::ByteBuffer rtp_buf_[3];
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppsocket.h82 rtc::ByteBuffer buffer_;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Drtpdump.cc56 void RtpDumpFileHeader::WriteToByteBuffer(rtc::ByteBuffer* buf) {
133 rtc::ByteBuffer buf(header, sizeof(header));
177 rtc::ByteBuffer buf(header, sizeof(header));
310 rtc::ByteBuffer buffer;
346 rtc::ByteBuffer buf;
373 rtc::ByteBuffer buf;
H A Drtpdump.h60 void WriteToByteBuffer(rtc::ByteBuffer* buf);
H A Drtpdump_unittest.cc43 rtc::ByteBuffer rtp_buf;
64 rtc::ByteBuffer rtcp_buf;
H A Dtestutils.cc50 uint32 in_ssrc, rtc::ByteBuffer *buf) const {
61 bool RawRtpPacket::ReadFromByteBuffer(rtc::ByteBuffer* buf) {
87 void RawRtcpPacket::WriteToByteBuffer(rtc::ByteBuffer *buf) const {
96 bool RawRtcpPacket::ReadFromByteBuffer(rtc::ByteBuffer* buf) {
144 rtc::ByteBuffer buf;
178 rtc::ByteBuffer buf(reinterpret_cast<const char*>(&packet.data[0]),
208 rtc::ByteBuffer buf;
H A Dtestutils.h45 class ByteBuffer;
66 void WriteToByteBuffer(uint32 in_ssrc, rtc::ByteBuffer* buf) const;
67 bool ReadFromByteBuffer(rtc::ByteBuffer* buf);
84 void WriteToByteBuffer(rtc::ByteBuffer* buf) const;
85 bool ReadFromByteBuffer(rtc::ByteBuffer* buf);
H A Dvideoengine_unittest.h671 rtc::ByteBuffer buf(p->data(), p->length());
731 rtc::ByteBuffer buf(p->data(), p->length());
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dfilevideocapturer.cc69 rtc::ByteBuffer buffer;
297 rtc::ByteBuffer buffer(header, CapturedFrame::kFrameHeaderSize);
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/android/org/webrtc/
H A DVideoRendererGui.java30 import java.nio.ByteBuffer;
151 FloatBuffer buffer = ByteBuffer.allocateDirect(array.length * 4).order(
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DDataChannel.java30 import java.nio.ByteBuffer;
64 public final ByteBuffer data;
72 public Buffer(ByteBuffer data, boolean binary) {
132 // ByteBuffer is direct and/or is backed by an array.
H A DMediaCodecVideoDecoder.java48 import java.nio.ByteBuffer;
65 private ByteBuffer[] inputBuffers;
66 private ByteBuffer[] outputBuffers;
H A DMediaCodecVideoEncoder.java40 import java.nio.ByteBuffer;
57 private ByteBuffer[] outputBuffers;
156 private ByteBuffer[] initEncode(int width, int height, int kbps, int fps) {
187 ByteBuffer[] inputBuffers = mediaCodec.getInputBuffers();
266 int index, ByteBuffer buffer, boolean isKeyFrame,
275 private final ByteBuffer buffer;
291 ByteBuffer outputBuffer = outputBuffers[result].duplicate();
H A DVideoRenderer.java30 import java.nio.ByteBuffer;
46 public final ByteBuffer[] yuvPlanes;
57 int width, int height, int[] yuvStrides, ByteBuffer[] yuvPlanes) {
62 yuvPlanes = new ByteBuffer[3];
63 yuvPlanes[0] = ByteBuffer.allocateDirect(yuvStrides[0] * height);
64 yuvPlanes[1] = ByteBuffer.allocateDirect(yuvStrides[1] * height);
65 yuvPlanes[2] = ByteBuffer.allocateDirect(yuvStrides[2] * height);
119 ByteBuffer[] planes = new ByteBuffer[3];
120 planes[0] = ByteBuffer
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/javatests/src/org/webrtc/
H A DPeerConnectionTest.java39 import java.nio.ByteBuffer;
257 public synchronized void expectMessage(ByteBuffer expectedBuffer,
689 ByteBuffer.wrap("hello!".getBytes(Charset.forName("UTF-8"))), false);
691 ByteBuffer.wrap("hello!".getBytes(Charset.forName("UTF-8"))), false);
697 ByteBuffer expectedBinaryMessage = ByteBuffer.allocateDirect(5);
705 ByteBuffer.wrap(new byte[] { 1, 2, 3, 4, 5 }), true)));
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dsctputils.cc57 rtc::ByteBuffer buffer(payload.data(), payload.length());
129 rtc::ByteBuffer buffer(payload.data(), payload.length());
174 rtc::ByteBuffer buffer(
176 rtc::ByteBuffer::ORDER_NETWORK);
190 rtc::ByteBuffer buffer(rtc::ByteBuffer::ORDER_NETWORK);
H A Dsctputils_unittest.cc44 rtc::ByteBuffer buffer(packet.data(), packet.length());
156 rtc::ByteBuffer buffer(packet.data(), packet.length());
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 483 milliseconds

1234567891011>>