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:cvg
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
argo_cvg.c
81
ArgoCVGHeader
cvg
;
in argo_cvg_probe()
local
88
if (!av_match_ext(p->filename, "
cvg
"))
in argo_cvg_probe()
94
cvg
.size = AV_RL32(p->buf + 0);
in argo_cvg_probe()
95
cvg
.unk1 = AV_RL32(p->buf + 4);
in argo_cvg_probe()
96
cvg
.unk2 = AV_RL32(p->buf + 8);
in argo_cvg_probe()
98
if (
cvg
.size < 8)
in argo_cvg_probe()
101
if (
cvg
.unk1 != 0 &&
cvg
.unk1 != 1)
in argo_cvg_probe()
104
if (
cvg
.unk2 != 0 &&
cvg
in argo_cvg_probe()
110
argo_
cvg
_read_checksum(AVIOContext *pb, const ArgoCVGHeader *
cvg
, uint32_t *checksum)
argo_cvg_read_checksum()
argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_format_yuv.c
235
LLVMValueRef
cvg
;
in yuv_to_rgb_soa()
local
262
cvg
= lp_build_const_int_vec(gallivm, type, -208);
in yuv_to_rgb_soa()
286
LLVMBuildMul(builder, v,
cvg
, ""),
in yuv_to_rgb_soa()
Completed in 2 milliseconds