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:fileversion
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
ape.c
60
int16_t
fileversion
;
member
100
av_log(s, AV_LOG_DEBUG, "
fileversion
= %"PRId16"\n", ape_ctx->
fileversion
);
in ape_dumpinfo()
160
ape->
fileversion
= avio_rl16(pb);
in ape_read_header()
162
if (ape->
fileversion
< APE_MIN_VERSION || ape->
fileversion
> APE_MAX_VERSION) {
in ape_read_header()
164
ape->
fileversion
/ 1000, (ape->
fileversion
% 1000) / 10);
in ape_read_header()
168
if (ape->
fileversion
>= 3980) {
in ape_read_header()
225
if (ape->
fileversion
>
in ape_read_header()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
apedec.c
162
int
fileversion
; ///< codec version, very important in decoding process
member
267
s->
fileversion
= AV_RL16(avctx->extradata);
in ape_decode_init()
275
(s->
fileversion
< 3930 && s->compression_level == COMPRESSION_LEVEL_INSANE)) {
in ape_decode_init()
288
if (s->
fileversion
< 3860) {
in ape_decode_init()
291
} else if (s->
fileversion
< 3900) {
in ape_decode_init()
294
} else if (s->
fileversion
< 3930) {
in ape_decode_init()
297
} else if (s->
fileversion
< 3990) {
in ape_decode_init()
305
if (s->
fileversion
< 3930) {
in ape_decode_init()
308
} else if (s->
fileversion
< 3950) {
in ape_decode_init()
505
if (ctx->
fileversion
> 388
in ape_decode_value_3860()
[all...]
/third_party/backends/backend/
H
A
D
canon_pp-dev.c
129
static const int
fileversion
= 3;
variable
495
if ((ret < 0) || (temp !=
fileversion
))
in sanei_canon_pp_load_weights()
1144
if (safe_write(outfile, (const char *)&
fileversion
, sizeof(int)) < 0)
in sanei_canon_pp_calibrate()
Completed in 5 milliseconds