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:yuy2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/tests/fate/
H
A
D
lossless-video.mak
7
FATE_LAGARITH += fate-lagarith-
yuy2
8
fate-lagarith-
yuy2
: CMD = framecrc -i $(TARGET_SAMPLES)/lagarith/lag-
yuy2
.avi
27
FATE_LOCO-$(call FRAMECRC, AVI, LOCO) += fate-loco-rgb fate-loco-
yuy2
29
fate-loco-
yuy2
: CMD = framecrc -i $(TARGET_SAMPLES)/loco/pig-loco-0.avi
H
A
D
canopus.mak
8
FATE_CANOPUS_CLLC += fate-canopus-cllc-
yuy2
-noblock
9
fate-canopus-cllc-
yuy2
-noblock: CMD = framecrc -i $(TARGET_SAMPLES)/cllc/sample-cllc-
yuy2
-noblock.avi
/third_party/ffmpeg/libavcodec/
H
A
D
huffyuv.h
65
int
yuy2
; //use
yuy2
instead of 422P
member
H
A
D
huffyuvdec.c
392
if (s->
yuy2
)
in decode_init()
961
if (s->
yuy2
) {
in decode_slice()
/third_party/ffmpeg/libswscale/x86/
H
A
D
input.asm
696
; in theory, we could write a
yuy2
-to-y using vpand (i.e. AVX), but
Completed in 6 milliseconds