Searched refs:host_ (Results 1 – 6 of 6) sorted by relevance
/third_party/openh264/module/ |
D | gmp-openh264.cpp | 326 host_ (hostAPI), in OpenH264VideoEncoder() 560 host_ = nullptr; in EncodingComplete() 691 if (!host_) { in Encode_m() 697 GMPErr err = host_->CreateFrame (kGMPEncodedVideoFrame, &ftmp); in Encode_m() 772 GMPVideoHost* host_; member in OpenH264VideoEncoder 795 host_ (hostAPI), in OpenH264VideoDecoder() 969 host_ = nullptr; in DecodingComplete() 1082 if (!host_) { in Decode_m() 1087 GMPErr err = host_->CreateFrame (kGMPI420VideoFrame, &ftmp); in Decode_m() 1151 GMPVideoHost* host_; member in OpenH264VideoDecoder
|
/third_party/node/src/ |
D | inspector_socket_server.cc | 261 host_(host), in InspectorSocketServer() 302 PrintDebuggerReadyMessage(host_, in SessionTerminated() 398 int err = uv_getaddrinfo(loop_, &req, nullptr, host_.c_str(), in Start() 402 fprintf(out_, "Unable to resolve \"%s\": %s\n", host_.c_str(), in Start() 421 host_.c_str(), port_, uv_strerror(err)); in Start() 428 PrintDebuggerReadyMessage(host_, in Start()
|
D | inspector_socket_server.h | 94 const std::string host_; variable
|
/third_party/node/deps/v8/src/codegen/ |
D | reloc-info.h | 121 host_(host), in pc_() 215 Code host() const { return host_; } in host() 378 Code host_; variable
|
D | reloc-info.cc | 305 rinfo_.host_ = host; in RelocIterator()
|
/third_party/ffmpeg/ |
D | configure | 5782 if [ "$pfx" = host_ ]; then 5841 probe_libc host_ 7269 for pfx in "" host_; do
|