Searched refs:qp_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/contrib/verbs/ |
D | rdma.cc | 537 return ibv_post_recv(qp_, &wr, &bad_wr); in PingPostRecv() 549 return ibv_post_send(qp_, &wr, &bad_wr); in PingPostSend() 582 qp_ = ibv_create_qp(adapter_->pd_, &attr); in RdmaChannel() 583 CHECK(qp_) << "Failed to create queue pair"; in RdmaChannel() 597 CHECK(!ibv_modify_qp(qp_, &attr, mask)) << "Failed to set QP to INIT"; in RdmaChannel() 607 self_.qpn = qp_->qp_num; in RdmaChannel() 635 CHECK(!ibv_destroy_qp(qp_)) << "Failed to destroy QP"; in ~RdmaChannel() 665 CHECK(!ibv_post_recv(qp_, &wr, &bad_wr)) << "Failed to post recv"; in Recv() 734 CHECK(!(r = ibv_modify_qp(qp_, &attr, in Connect() 749 CHECK(!(r = ibv_modify_qp(qp_, &attr, in Connect() [all …]
|
D | rdma.h | 459 ibv_qp* qp_; variable
|
/external/webrtc/webrtc/video/ |
D | receive_statistics_proxy.cc | 198 if (codec_specific_info == nullptr || encoded_image.qp_ == -1) { in OnPreDecode() 202 qp_counters_.vp8.Add(encoded_image.qp_); in OnPreDecode()
|
/external/webrtc/webrtc/ |
D | video_frame.h | 204 int qp_ = -1; // Quantizer value. variable
|
/external/webrtc/webrtc/modules/video_coding/ |
D | video_receiver.cc | 295 encoded_image.qp_ = qp; in Decode()
|