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:transport_priv
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
rtsp.c
766
if (rtsp_st->
transport_priv
) {
in ff_rtsp_undo_setup()
768
AVFormatContext *rtpctx = rtsp_st->
transport_priv
;
in ff_rtsp_undo_setup()
779
ff_rdt_parse_close(rtsp_st->
transport_priv
);
in ff_rtsp_undo_setup()
781
ff_rtp_parse_close(rtsp_st->
transport_priv
);
in ff_rtsp_undo_setup()
783
rtsp_st->
transport_priv
= NULL;
in ff_rtsp_undo_setup()
844
int ret = ff_rtp_chain_mux_open((AVFormatContext **)&rtsp_st->
transport_priv
,
in ff_rtsp_open_transport_ctx()
852
st->time_base = ((AVFormatContext*)rtsp_st->
transport_priv
)->streams[0]->time_base;
in ff_rtsp_open_transport_ctx()
856
rtsp_st->
transport_priv
= ff_rdt_parse_open(s, st->index,
in ff_rtsp_open_transport_ctx()
860
rtsp_st->
transport_priv
= ff_rtp_parse_open(s, st,
in ff_rtsp_open_transport_ctx()
864
if (!rtsp_st->
transport_priv
) {
in ff_rtsp_open_transport_ctx()
[all...]
H
A
D
rtspenc.c
145
AVFormatContext *rtpctx = rtsp_st->
transport_priv
;
in ff_rtsp_tcp_write_packet()
218
rtpctx = rtsp_st->
transport_priv
;
in rtsp_write_packet()
H
A
D
rtspdec.c
287
if (rtsp_st->
transport_priv
) {
in rtsp_read_setup()
289
ff_rdt_parse_close(rtsp_st->
transport_priv
);
in rtsp_read_setup()
291
ff_rtp_parse_close(rtsp_st->
transport_priv
);
in rtsp_read_setup()
292
rtsp_st->
transport_priv
= NULL;
in rtsp_read_setup()
550
RTPDemuxContext *rtpctx = rtsp_st->
transport_priv
;
in rtsp_read_play()
578
RTPDemuxContext *rtpctx = rtsp_st->
transport_priv
;
in rtsp_read_play()
H
A
D
rtsp.h
288
/** RTSPStream->
transport_priv
of the last stream that we read a
445
void *
transport_priv
; /**< RTP/RDT parse context if input, RTP AVFormatContext if output */
member
643
*
transport_priv
and rtp_handle fields.
Completed in 7 milliseconds