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:track_end
(Results
1 - 3
of
3
) sorted by relevance
/third_party/alsa-utils/seq/aplaymidi/
H
A
D
aplaymidi.c
305
static int read_track(struct track *track, int
track_end
)
in read_track()
argument
312
while (file_offset <
track_end
) {
in read_track()
416
skip(
track_end
- file_offset);
in read_track()
/third_party/ffmpeg/libavformat/
H
A
D
isom.h
218
int64_t
track_end
; ///< used for dts generation in fragmented movie files
member
H
A
D
mov.c
3227
sc->
track_end
= duration;
5150
sc->
track_end
= base_media_decode_time;
5259
dts = sc->
track_end
- sc->time_offset;
5265
dts = sc->
track_end
- sc->time_offset;
5451
sc->
track_end
= dts + sc->time_offset;
5452
if (st->duration < sc->
track_end
)
5453
st->duration = sc->
track_end
;
5542
st->duration = sc->
track_end
= pts;
5582
st->duration = sc->
track_end
= av_rescale(ref_st->duration, sc->time_scale, ref_sc->time_scale);
Completed in 12 milliseconds