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:is_pipe
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/ffmpeg/libavformat/
H
A
D
img2dec.c
213
s->
is_pipe
= 0;
in ff_img_read_header()
215
s->
is_pipe
= 1;
in ff_img_read_header()
237
if (!s->
is_pipe
) {
in ff_img_read_header()
419
if (!s->
is_pipe
) {
in ff_img_read_packet()
483
if (avio_feof(f[0]) && s->loop && s->
is_pipe
)
in ff_img_read_packet()
514
} else if (!s->
is_pipe
) {
in ff_img_read_packet()
518
if (s->
is_pipe
)
in ff_img_read_packet()
526
if (!s->
is_pipe
&& s->export_path_metadata == 1) {
in ff_img_read_packet()
536
if (s->loop && s->
is_pipe
&& ret[i] == AVERROR_EOF) {
in ff_img_read_packet()
542
if (!s->
is_pipe
in ff_img_read_packet()
[all...]
H
A
D
img2.h
48
int
is_pipe
;
member
/third_party/libsnd/src/
H
A
D
file_io.c
312
if (psf->
is_pipe
)
in psf_fseek()
378
if (psf->
is_pipe
)
in psf_fread()
422
if (psf->
is_pipe
)
in psf_fwrite()
435
if (psf->
is_pipe
)
in psf_ftell()
1012
if (psf->
is_pipe
)
in psf_fread()
1051
if (psf->
is_pipe
)
in psf_fwrite()
1067
if (psf->
is_pipe
)
in psf_ftell()
H
A
D
htk.c
55
if (psf->
is_pipe
)
in htk_open()
H
A
D
mpc2k.c
129
if (psf->
is_pipe
== SF_FALSE)
in mpc2k_write_header()
H
A
D
pvf.c
112
if (psf->
is_pipe
== SF_FALSE)
in pvf_write_header()
H
A
D
wve.c
58
if (psf->
is_pipe
)
in wve_open()
H
A
D
avr.c
209
if (psf->
is_pipe
== SF_FALSE)
in avr_write_header()
H
A
D
mat4.c
90
{ if (psf->
is_pipe
)
in mat4_open()
H
A
D
ircam.c
262
if (psf->
is_pipe
== SF_FALSE)
in ircam_write_header()
H
A
D
nist.c
63
{ if (psf->
is_pipe
)
in nist_open()
H
A
D
rf64.c
116
{ if (psf->
is_pipe
)
in rf64_open()
399
if (psf->
is_pipe
== 0)
in rf64_read_header()
H
A
D
mat5.c
100
{ if (psf->
is_pipe
)
in mat5_open()
H
A
D
voc.c
107
if (psf->
is_pipe
)
in voc_open()
H
A
D
au.c
228
if (psf->
is_pipe
== SF_FALSE)
in au_write_header()
H
A
D
svx.c
99
{ if (psf->
is_pipe
)
in svx_open()
H
A
D
wav.c
185
{ if (psf->
is_pipe
)
in wav_open()
313
if (psf->
is_pipe
== 0 && psf->filelength > 0xFFFFFFFFLL)
in wav_read_header()
681
if (psf->
is_pipe
== 0)
in wav_read_header()
H
A
D
mpeg_decode.c
552
if (psf->
is_pipe
)
in mpeg_decoder_init()
H
A
D
mpeg_l3_encode.c
99
if (!info_tag || psf->
is_pipe
)
in mpeg_l3_encoder_init()
H
A
D
ogg_vorbis.c
252
if (!psf->
is_pipe
)
in vorbis_read_header()
H
A
D
common.h
402
int
is_pipe
; /* True if file is a pipe. */
member
H
A
D
w64.c
143
{ if (psf->
is_pipe
)
in w64_open()
H
A
D
sndfile.c
465
psf->
is_pipe
= psf_is_pipe (psf) ;
in sf_open_fd()
3065
psf->
is_pipe
= psf_is_pipe (psf) ;
in psf_open_file()
3067
if (psf->
is_pipe
)
in psf_open_file()
H
A
D
caf.c
134
{ if (psf->
is_pipe
)
in caf_open()
H
A
D
sds.c
372
if (psf->
is_pipe
== SF_FALSE)
in sds_write_header()
Completed in 24 milliseconds
1
2