Home
last modified time | relevance | path

Searched refs:qp_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/verbs/
Drdma.cc537 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 …]
Drdma.h459 ibv_qp* qp_; variable
/external/webrtc/webrtc/video/
Dreceive_statistics_proxy.cc198 if (codec_specific_info == nullptr || encoded_image.qp_ == -1) { in OnPreDecode()
202 qp_counters_.vp8.Add(encoded_image.qp_); in OnPreDecode()
/external/webrtc/webrtc/
Dvideo_frame.h204 int qp_ = -1; // Quantizer value. variable
/external/webrtc/webrtc/modules/video_coding/
Dvideo_receiver.cc295 encoded_image.qp_ = qp; in Decode()