HomeSort by relevance Sort by last modified time
    Searched refs:SendFrame (Results 1 - 10 of 10) sorted by null

  /external/perfetto/src/ipc/
host_impl.cc 136 SendFrame(client, reply_frame);
157 SendFrame(client, reply_frame);
169 return SendFrame(client, reply_frame); // |success| == false by default.
176 return SendFrame(client, reply_frame);
182 return SendFrame(client, reply_frame);
228 SendFrame(client, reply_frame, reply.fd());
232 void HostImpl::SendFrame(ClientConnection* client, const Frame& frame, int fd) {
client_impl.h 79 bool SendFrame(const Frame&, int fd = -1);
host_impl.h 84 static void SendFrame(ClientConnection*, const Frame&, int fd = -1);
client_impl.cc 67 if (!SendFrame(frame)) {
99 if (!did_serialize || !SendFrame(frame, fd)) {
114 bool ClientImpl::SendFrame(const Frame& frame, int fd) {
host_impl_unittest.cc 102 SendFrame(frame);
118 SendFrame(frame, fd);
153 void SendFrame(const Frame& frame, int fd = -1) {
  /external/webrtc/talk/media/base/
videoengine_unittest.h 251 bool SendFrame() {
260 ret &= SendFrame();
419 EXPECT_TRUE(SendFrame());
442 EXPECT_TRUE(SendFrame());
453 EXPECT_TRUE(SendFrame());
572 EXPECT_TRUE(SendFrame());
615 EXPECT_TRUE(SendFrame());
685 EXPECT_TRUE(SendFrame());
737 EXPECT_TRUE(SendFrame());
757 EXPECT_TRUE(SendFrame());
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl_unittest.cc 195 void SendFrame(const RtpRtcpModule* module, uint8_t tid) {
238 SendFrame(&sender_, kBaseLayerTid); // kSequenceNumber
239 SendFrame(&sender_, kHigherLayerTid); // kSequenceNumber + 1
240 SendFrame(&sender_, kNoTemporalIdx); // kSequenceNumber + 2
267 SendFrame(&sender_, kBaseLayerTid); // kSequenceNumber
268 SendFrame(&sender_, kHigherLayerTid); // kSequenceNumber + 1
269 SendFrame(&sender_, kNoTemporalIdx); // kSequenceNumber + 2
370 SendFrame(&sender_, kBaseLayerTid);
  /external/webrtc/talk/media/webrtc/
fakewebrtcvideocapturemodule.h 110 bool SendFrame(int w, int h) {
webrtcvideocapturer_unittest.cc 105 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
132 EXPECT_TRUE(factory_->modules[0]->SendFrame(640, 480));
webrtcvideoengine2_unittest.cc     [all...]

Completed in 456 milliseconds