/external/webrtc/webrtc/ |
video_frame.h | 204 int qp_ = -1; // Quantizer value. member in class:webrtc::EncodedImage
|
/external/webrtc/webrtc/video/ |
receive_statistics_proxy.cc | 198 if (codec_specific_info == nullptr || encoded_image.qp_ == -1) { 202 qp_counters_.vp8.Add(encoded_image.qp_);
|
/external/tensorflow/tensorflow/contrib/verbs/ |
rdma.cc | 536 return ibv_post_recv(qp_, &wr, &bad_wr); 548 return ibv_post_send(qp_, &wr, &bad_wr); 581 qp_ = ibv_create_qp(adapter_->pd_, &attr); 582 CHECK(qp_) << "Failed to create queue pair"; 596 CHECK(!ibv_modify_qp(qp_, &attr, mask)) << "Failed to set QP to INIT"; 606 self_.qpn = qp_->qp_num; 634 CHECK(!ibv_destroy_qp(qp_)) << "Failed to destroy QP"; 664 CHECK(!ibv_post_recv(qp_, &wr, &bad_wr)) << "Failed to post recv"; 733 CHECK(!(r = ibv_modify_qp(qp_, &attr, 748 CHECK(!(r = ibv_modify_qp(qp_, &attr [all...] |
rdma.h | 459 ibv_qp* qp_; member in class:tensorflow::RdmaChannel
|
/external/webrtc/webrtc/modules/video_coding/ |
video_receiver.cc | 295 encoded_image.qp_ = qp;
|