Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:zmq
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
f_zmq.c
28
#include <
zmq
.h>
39
void *
zmq
;
member
55
ZMQContext *
zmq
= ctx->priv;
in init()
local
57
zmq
->
zmq
= zmq_ctx_new();
in init()
58
if (!
zmq
->
zmq
) {
in init()
64
zmq
->responder = zmq_socket(
zmq
->
zmq
, ZMQ_RE
in init()
84
ZMQContext *
zmq
= ctx->priv;
uninit()
local
120
ZMQContext *
zmq
= ctx->priv;
recv_msg()
local
155
ZMQContext *
zmq
= ctx->priv;
filter_frame()
local
[all...]
/third_party/ffmpeg/tools/
H
A
D
zmqshell.py
3
import sys,
zmq
, cmd
namespace
9
context =
zmq
.Context()
10
self.requester = context.socket(
zmq
.REQ)
H
A
D
zmqsend.c
23
#include <
zmq
.h>
38
*
zmq
message sender example, meant to be used with the
zmq
filters
43
printf("send message to ZMQ recipient, to use with the
zmq
filters\n");
in usage()
/third_party/ffmpeg/libavformat/
H
A
D
libzmq.c
22
#include <
zmq
.h>
97
av_strstart(uri, "
zmq
:", &uri);
in zmq_proto_open()
189
.class_name = "
zmq
",
196
.name = "
zmq
",
/third_party/ffmpeg/
H
A
D
configure
6680
enabled libzmq && require_pkg_config libzmq "libzmq >= 4.2.1"
zmq
.h zmq_ctx_new
Completed in 8 milliseconds