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:isALPHA
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libswscale/
H
A
D
hscale.c
135
desc->alpha =
isALPHA
(src->fmt) &&
isALPHA
(dst->fmt);
in ff_init_desc_fmt_convert()
157
desc->alpha =
isALPHA
(src->fmt) &&
isALPHA
(dst->fmt);
in ff_init_desc_hscale()
263
desc->alpha =
isALPHA
(src->fmt) &&
isALPHA
(dst->fmt);
in ff_init_desc_chscale()
H
A
D
utils.c
980
if (
isALPHA
(c->srcFormat) &&
isALPHA
(c->dstFormat)) {
in sws_setColorspaceDetails()
986
if (
isALPHA
(c->srcFormat) &&
isALPHA
(c->dstFormat)) {
in sws_setColorspaceDetails()
1709
if (CONFIG_SWSCALE_ALPHA &&
isALPHA
(srcFormat) && !
isALPHA
(dstFormat)) {
in sws_init_context()
1901
c->needAlpha = (CONFIG_SWSCALE_ALPHA &&
isALPHA
(c->srcFormat) &&
isALPHA
(c->dstFormat)) ? 1 : 0;
in sws_init_context()
1959
isALPHA
(srcFormat) &&
in sws_init_context()
1998
if (
isALPHA
(srcForma
in sws_init_context()
[all...]
H
A
D
yuv2rgb.c
704
if (CONFIG_SWSCALE_ALPHA &&
isALPHA
(c->srcFormat))
in ff_yuv2rgb_get_func_ptr()
708
return (CONFIG_SWSCALE_ALPHA &&
isALPHA
(c->srcFormat)) ? yuva2rgba_c : yuv2rgb_c_32;
in ff_yuv2rgb_get_func_ptr()
976
needAlpha = CONFIG_SWSCALE_ALPHA &&
isALPHA
(c->srcFormat);
in ff_yuv2rgb_c_init_tables()
1005
needAlpha = CONFIG_SWSCALE_ALPHA &&
isALPHA
(c->srcFormat);
in ff_yuv2rgb_c_init_tables()
H
A
D
vscale.c
218
if (isPlanarYUV(c->dstFormat) || (isGray(c->dstFormat) && !
isALPHA
(c->dstFormat))) {
in ff_init_vscale()
270
if (isPlanarYUV(c->dstFormat) || (isGray(c->dstFormat) && !
isALPHA
(c->dstFormat))) {
in ff_init_vscale_pfn()
H
A
D
swscale.c
499
if (isPlanar(dstFormat) &&
isALPHA
(dstFormat) && !needAlpha) {
in swscale()
606
if (!
isALPHA
(format))
in reset_ptr()
959
if (c->src0Alpha && !c->dst0Alpha &&
isALPHA
(c->dstFormat)) {
in scale_internal()
H
A
D
swscale_internal.h
838
static av_always_inline int
isALPHA
(enum AVPixelFormat pix_fmt)
in isALPHA()
function
/third_party/ffmpeg/libswscale/tests/
H
A
D
pixdesc_query.c
42
{"ALPHA",
isALPHA
},
H
A
D
swscale.c
51
#define
isALPHA
(x) \
macro
226
if (
isALPHA
(srcFormat) &&
isALPHA
(dstFormat))
in doTest()
/third_party/skia/tests/
H
A
D
FontMgrAndroidParserTest.cpp
37
static bool
isALPHA
(int c) {
in isALPHA()
function
60
REPORTER_ASSERT(reporter,
isALPHA
(c) || isDIGIT(c) || '-' == c);
in ValidateLoadedFonts()
Completed in 14 milliseconds