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:smush
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
smush.c
48
SMUSHContext *
smush
= ctx->priv_data;
in smush_read_header()
local
67
smush
->version = 0;
in smush_read_header()
87
smush
->version = 1;
in smush_read_header()
146
smush
->video_stream_index = vst->index;
in smush_read_header()
160
if (!
smush
->version) {
in smush_read_header()
174
smush
->audio_stream_index = ast->index;
in smush_read_header()
190
SMUSHContext *
smush
= ctx->priv_data;
in smush_read_packet()
local
206
if (
smush
->version)
in smush_read_packet()
211
pkt->stream_index =
smush
->video_stream_index;
in smush_read_packet()
218
pkt->stream_index =
smush
in smush_read_packet()
[all...]
H
A
D
bink.c
67
int
smush
= AV_RN32(p->buf) == AV_RN32("SMUS");
in probe()
local
82
} while (
smush
&& b < p->buf + p->buf_size - 32);
in probe()
H
A
D
Makefile
539
OBJS-$(CONFIG_SMUSH_DEMUXER) +=
smush
.o
/third_party/ffmpeg/tests/fate/
H
A
D
adpcm.mak
89
fate-adpcm-vima: CMD = framecrc -i $(TARGET_SAMPLES)/
smush
/ronin_part.znm -vn
H
A
D
video.mak
298
fate-sanm: CMD = framecrc -i $(TARGET_SAMPLES)/
smush
/ronin_part.znm -an -pix_fmt rgb24 -vf scale
Completed in 6 milliseconds