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:ape
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
ape.c
145
APEContext *
ape
= s->priv_data;
in ape_read_header()
local
154
ape
->junklength = avio_tell(pb);
in ape_read_header()
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()
169
ape
->padding1 = avio_rl16(pb);
in ape_read_header()
170
ape
in ape_read_header()
372
APEContext *
ape
= s->priv_data;
ape_read_packet()
local
424
APEContext *
ape
= s->priv_data;
ape_read_close()
local
433
APEContext *
ape
= s->priv_data;
ape_read_seek()
local
[all...]
H
A
D
Makefile
104
OBJS-$(CONFIG_APE_DEMUXER) +=
ape
.o apetag.o img2.o
/third_party/ffmpeg/tests/fate/
H
A
D
monkeysaudio.mak
5
fate-lossless-monkeysaudio-$(1)-normal: CMD = crc -auto_conversion_filters -i $(TARGET_SAMPLES)/lossless-audio/luckynight-mac$(1)-c2000.
ape
-af atrim=end_sample=73728
9
fate-lossless-monkeysaudio-$(1)-extrahigh: CMD = crc -auto_conversion_filters -i $(TARGET_SAMPLES)/lossless-audio/luckynight-mac$(1)-c4000.
ape
-af atrim=end_sample=73728
17
fate-lossless-monkeysaudio-399: CMD = md5 -i $(TARGET_SAMPLES)/lossless-audio/luckynight-partial.
ape
-f s16le -af aresample
H
A
D
cover-art.mak
1
FATE_COVER_ART-$(CONFIG_APE_DEMUXER) += fate-cover-art-
ape
2
fate-cover-art-
ape
: CMD = md5 -i $(TARGET_SAMPLES)/cover_art/luckynight_cover.
ape
-an -c:v copy -f rawvideo
3
fate-cover-art-
ape
: REF = 45333c983c45af54449dff10af144317
Completed in 3 milliseconds