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:yop
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
yop.c
59
YopDecContext *
yop
= s->priv_data;
in yop_read_header()
local
87
yop
->frame_size = avio_r8(pb) * 2048;
in yop_read_header()
97
yop
->palette_size = video_par->extradata[0] * 3 + 4;
in yop_read_header()
98
yop
->audio_block_length = AV_RL16(video_par->extradata + 6);
in yop_read_header()
100
video_par->bit_rate = 8 * (
yop
->frame_size -
yop
->audio_block_length) * frame_rate;
in yop_read_header()
103
if (
yop
->audio_block_length < 920 ||
in yop_read_header()
104
yop
->audio_block_length +
yop
->palette_size >=
yop
in yop_read_header()
118
YopDecContext *
yop
= s->priv_data;
yop_read_packet()
local
175
YopDecContext *
yop
= s->priv_data;
yop_read_close()
local
183
YopDecContext *
yop
= s->priv_data;
yop_read_seek()
local
[all...]
H
A
D
Makefile
622
OBJS-$(CONFIG_YOP_DEMUXER) +=
yop
.o
/third_party/ffmpeg/tests/fate/
H
A
D
video.mak
368
FATE_VIDEO-$(call FRAMECRC, YOP, YOP, SCALE_FILTER) += fate-
yop
369
fate-
yop
: CMD = framecrc -i $(TARGET_SAMPLES)/
yop
/test1.
yop
-pix_fmt rgb24 -an -vf scale
/third_party/ffmpeg/libavcodec/
H
A
D
Makefile
805
OBJS-$(CONFIG_YOP_DECODER) +=
yop
.o
Completed in 5 milliseconds