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:sti2
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
avidec.c
1909
FFStream *const
sti2
= ffstream(st2);
in avi_read_seek()
local
1920
if (
sti2
->nb_index_entries <= 0)
in avi_read_seek()
1934
ast2->seek_pos =
sti2
->index_entries[index].pos;
in avi_read_seek()
1939
FFStream *const
sti2
= ffstream(st2);
in avi_read_seek()
local
1942
if (ast2->sub_ctx ||
sti2
->nb_index_entries <= 0)
in avi_read_seek()
1951
while (!avi->non_interleaved && index > 0 &&
sti2
->index_entries[index-1].pos >= pos_min)
in avi_read_seek()
1953
ast2->frame_offset =
sti2
->index_entries[index].timestamp;
in avi_read_seek()
H
A
D
seek.c
196
FFStream *const
sti2
= ffstream(st2);
in ff_configure_buffers_for_index()
local
206
for (; i2 <
sti2
->nb_index_entries; i2++) {
in ff_configure_buffers_for_index()
207
const AVIndexEntry *const e2 = &
sti2
->index_entries[i2];
in ff_configure_buffers_for_index()
H
A
D
mux.c
660
FFStream *const
sti2
= ffstream(st2);
in handle_avoid_negative_ts()
local
661
sti2
->mux_ts_offset = av_rescale_q_rnd(-ts, tb,
in handle_avoid_negative_ts()
Completed in 6 milliseconds