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:ctts_data
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mov.c
91
static int64_t add_ctts_entry(MOVCtts**
ctts_data
, unsigned int* ctts_count, unsigned int* allocated_size,
3295
if (entries >= UINT_MAX / sizeof(*sc->
ctts_data
))
3297
av_freep(&sc->
ctts_data
);
3298
sc->
ctts_data
= av_fast_realloc(NULL, &sc->ctts_allocated_size, entries * sizeof(*sc->
ctts_data
));
3299
if (!sc->
ctts_data
)
3313
add_ctts_entry(&sc->
ctts_data
, &ctts_count, &sc->ctts_allocated_size,
3321
av_freep(&sc->
ctts_data
);
3335
st->
ctts_data
= malloc(st->ctts_count * sizeof(AVMOVCtts));
3336
if (st->
ctts_data
!
[all...]
H
A
D
options.c
303
st->
ctts_data
= NULL;
in avformat_new_stream()
H
A
D
isom.h
176
MOVCtts *
ctts_data
;
member
H
A
D
avformat.h
1134
* used to fetch stts_data and
ctts_data
of mov files
1140
AVMOVCtts *
ctts_data
;
member
Completed in 11 milliseconds