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:cur_stream
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
pmpdec.c
27
int
cur_stream
;
member
138
if (pmp->
cur_stream
== 0) {
in pmp_packet()
163
pkt->stream_index = pmp->
cur_stream
;
in pmp_packet()
166
pmp->
cur_stream
= (pmp->
cur_stream
+ 1) % pmp->num_streams;
in pmp_packet()
174
pmp->
cur_stream
= 0;
in pmp_seek()
/third_party/ffmpeg/fftools/
H
A
D
ffplay.c
3268
static void event_loop(VideoState *
cur_stream
)
in event_loop()
argument
3275
refresh_loop_wait_event(
cur_stream
, &event);
in event_loop()
3279
do_exit(
cur_stream
);
in event_loop()
3283
if (!
cur_stream
->width)
in event_loop()
3287
toggle_full_screen(
cur_stream
);
in event_loop()
3288
cur_stream
->force_refresh = 1;
in event_loop()
3292
toggle_pause(
cur_stream
);
in event_loop()
3295
toggle_mute(
cur_stream
);
in event_loop()
3299
update_volume(
cur_stream
, 1, SDL_VOLUME_STEP);
in event_loop()
3303
update_volume(
cur_stream
,
in event_loop()
[all...]
Completed in 7 milliseconds