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:nb_as
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
webmdashenc.c
53
int
nb_as
;
member
272
for (i = 0; i < w->
nb_as
; i++) {
in free_adaptation_sets()
276
w->
nb_as
= 0;
in free_adaptation_sets()
429
void *mem = av_realloc(w->as, sizeof(*w->as) * (w->
nb_as
+ 1));
in parse_adaptation_sets()
434
++w->
nb_as
;
in parse_adaptation_sets()
435
w->as[w->
nb_as
- 1].nb_streams = 0;
in parse_adaptation_sets()
436
w->as[w->
nb_as
- 1].streams = NULL;
in parse_adaptation_sets()
438
q = w->as[w->
nb_as
- 1].id;
in parse_adaptation_sets()
440
if (!comma || comma - p >= sizeof(w->as[w->
nb_as
- 1].id)) {
in parse_adaptation_sets()
452
struct AdaptationSet *as = &w->as[w->
nb_as
in parse_adaptation_sets()
[all...]
H
A
D
dashenc.c
150
int
nb_as
;
member
610
for (i = 0; i < c->
nb_as
; i++) {
in dash_free()
615
c->
nb_as
= 0;
in dash_free()
888
if (c->profile & MPD_PROFILE_DVB && (c->
nb_as
+ 1) > 16) {
in add_adaptation_set()
892
mem = av_realloc(c->as, sizeof(*c->as) * (c->
nb_as
+ 1));
in add_adaptation_set()
896
++c->
nb_as
;
in add_adaptation_set()
898
*as = &c->as[c->
nb_as
- 1];
in add_adaptation_set()
945
c->streams[i].as_idx = c->
nb_as
;
in parse_adaptation_sets()
971
if (id_str == end_str || i < 0 || i > c->
nb_as
) {
in parse_adaptation_sets()
1060
AdaptationSet *as = &c->as[c->
nb_as
in parse_adaptation_sets()
[all...]
Completed in 4 milliseconds