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:ist2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
seek.c
194
for (unsigned
ist2
= 0;
ist2
< s->nb_streams;
ist2
++) {
in ff_configure_buffers_for_index()
195
AVStream *const st2 = s->streams[
ist2
];
in ff_configure_buffers_for_index()
198
if (ist1 ==
ist2
)
in ff_configure_buffers_for_index()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
291
InputStream *
ist2
= input_streams[infile->ist_index + i];
in sub2video_heartbeat()
local
292
if (!
ist2
->sub2video.frame)
in sub2video_heartbeat()
296
pts2 = av_rescale_q(pts, ist->st->time_base,
ist2
->st->time_base) - 1;
in sub2video_heartbeat()
298
if (pts2 <=
ist2
->sub2video.last_pts)
in sub2video_heartbeat()
300
if (pts2 >=
ist2
->sub2video.end_pts ||
ist2
->sub2video.initialize)
in sub2video_heartbeat()
304
sub2video_update(
ist2
, pts2 + 1, NULL);
in sub2video_heartbeat()
305
for (j = 0, nb_reqs = 0; j <
ist2
->nb_filters; j++)
in sub2video_heartbeat()
306
nb_reqs += av_buffersrc_get_nb_failed_requests(
ist2
->filters[j]->filter);
in sub2video_heartbeat()
308
sub2video_push_ref(
ist2
, pts
in sub2video_heartbeat()
[all...]
Completed in 5 milliseconds