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:discontinuity
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mpegtsenc.c
51
int
discontinuity
;
member
167
if (s->
discontinuity
) {
in mpegts_write_section()
171
s->
discontinuity
= 0;
in mpegts_write_section()
243
int
discontinuity
;
member
1029
service->pmt.
discontinuity
= ts->flags & MPEGTS_FLAG_DISCONT;
in mpegts_add_service()
1149
ts->pat.
discontinuity
= ts->flags & MPEGTS_FLAG_DISCONT;
in mpegts_init()
1155
ts->sdt.
discontinuity
= ts->flags & MPEGTS_FLAG_DISCONT;
in mpegts_init()
1161
ts->nit.
discontinuity
= ts->flags & MPEGTS_FLAG_DISCONT;
in mpegts_init()
1247
ts_st->
discontinuity
= ts->flags & MPEGTS_FLAG_DISCONT;
in mpegts_init()
1391
if (ts_st->
discontinuity
) {
in mpegts_insert_pcr_only()
[all...]
H
A
D
hlsenc.c
149
int
discontinuity
;
member
1147
if (vs->
discontinuity
) {
in hls_append_segment()
1149
vs->
discontinuity
= 0;
in hls_append_segment()
1214
vs->
discontinuity
= 0;
in parse_playlist()
1230
vs->
discontinuity
= 1;
in parse_playlist()
3087
vs->
discontinuity
= 1;
in hls_init()
3137
{"discont_start", "start the playlist with a
discontinuity
tag", 0, AV_OPT_TYPE_CONST, {.i64 = HLS_DISCONT_START }, 0, UINT_MAX, E, "flags"},
Completed in 10 milliseconds