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:server_type
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtsp.c
538
} else if (rt->
server_type
== RTSP_SERVER_WMS &&
in sdp_parse_line()
694
if (rt->
server_type
== RTSP_SERVER_WMS)
in sdp_parse_line()
699
if (rt->
server_type
== RTSP_SERVER_REAL)
in sdp_parse_line()
1490
rt->
server_type
== RTSP_SERVER_WMS) {
in ff_rtsp_make_setup_request()
1512
if (rt->
server_type
== RTSP_SERVER_WMS && i > 1) {
in ff_rtsp_make_setup_request()
1542
rt->
server_type
== RTSP_SERVER_SATIP ? ";" : "/UDP;",
in ff_rtsp_make_setup_request()
1544
if (rt->
server_type
!= RTSP_SERVER_REAL)
in ff_rtsp_make_setup_request()
1549
!(rt->
server_type
== RTSP_SERVER_WMS && i > 0))
in ff_rtsp_make_setup_request()
1558
if (rt->
server_type
== RTSP_SERVER_WMS &&
in ff_rtsp_make_setup_request()
1579
} else if (rt->
server_type
in ff_rtsp_make_setup_request()
[all...]
H
A
D
rtspdec.c
542
!(rt->
server_type
== RTSP_SERVER_WMS && i > 1))
in rtsp_read_play()
546
if (!(rt->
server_type
== RTSP_SERVER_REAL && rt->need_subscription)) {
in rtsp_read_play()
602
else if (!(rt->
server_type
== RTSP_SERVER_REAL && rt->need_subscription)) {
in rtsp_read_pause()
622
if (rt->
server_type
== RTSP_SERVER_REAL) {
in ff_rtsp_setup_input_streams()
854
if (rt->
server_type
== RTSP_SERVER_REAL) {
in rtsp_read_packet()
923
if (rt->
server_type
== RTSP_SERVER_REAL)
in rtsp_read_packet()
944
if (rt->
server_type
== RTSP_SERVER_WMS ||
in rtsp_read_packet()
945
(rt->
server_type
!= RTSP_SERVER_REAL &&
in rtsp_read_packet()
H
A
D
rtsp.h
274
enum RTSPServerType
server_type
;
member
/third_party/pulseaudio/src/modules/dbus/
H
A
D
module-dbus-protocol.c
53
enum
server_type
{
enum
81
enum
server_type
type;
193
if (s->type == SERVER_TYPE_TCP || s->userdata->module->core->
server_type
== PA_SERVER_TYPE_SYSTEM) {
in connection_new_cb()
394
static struct server *start_server(struct userdata *u, const char *address, enum
server_type
type) {
in start_server()
449
address = pa_get_dbus_address_from_server_type(u->module->core->
server_type
);
in start_local_server()
/third_party/pulseaudio/src/daemon/
H
A
D
server-lookup.c
120
static enum get_address_result_t get_address(pa_server_type_t
server_type
, char **address) {
in get_address()
argument
130
else if (!(*address = pa_get_dbus_address_from_server_type(
server_type
))) {
in get_address()
151
switch (get_address(sl->core->
server_type
, &address)) {
in handle_get_address()
337
switch (get_address(sl->core->
server_type
, &address)) {
in handle_get_all()
H
A
D
main.c
1221
c->
server_type
= conf->local_server_type;
H
A
D
ohos_pa_main.c
1248
c->
server_type
= conf->local_server_type;
in real_main()
/third_party/pulseaudio/src/pulsecore/
H
A
D
protocol-dbus.h
43
char *pa_get_dbus_address_from_server_type(pa_server_type_t
server_type
);
H
A
D
core.h
233
pa_server_type_t
server_type
;
member
H
A
D
protocol-dbus.c
87
char *pa_get_dbus_address_from_server_type(pa_server_type_t
server_type
) {
in pa_get_dbus_address_from_server_type()
argument
92
switch (
server_type
) {
in pa_get_dbus_address_from_server_type()
Completed in 15 milliseconds