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:fbuf_out_flags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
H
A
D
vivid-kthread-cap.c
80
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_CHROMAKEY) &&
in copy_pix()
83
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_SRC_CHROMAKEY) &&
in copy_pix()
87
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_GLOBAL_ALPHA) &&
in copy_pix()
90
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_LOCAL_ALPHA) &&
in copy_pix()
93
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_LOCAL_INV_ALPHA) &&
in copy_pix()
253
bool blend = dev->bitmap_out || dev->clipcount_out || dev->
fbuf_out_flags
;
in vivid_copy_buffer()
H
A
D
vivid-core.h
389
unsigned
fbuf_out_flags
;
member
H
A
D
vivid-vid-out.c
989
a->flags = V4L2_FBUF_FLAG_OVERLAY | dev->
fbuf_out_flags
;
in vivid_vid_out_g_fbuf()
1027
dev->
fbuf_out_flags
&= ~(chroma_flags | alpha_flags);
in vivid_vid_out_s_fbuf()
1028
dev->
fbuf_out_flags
|= a->flags & (chroma_flags | alpha_flags);
in vivid_vid_out_s_fbuf()
/kernel/linux/linux-6.6/drivers/media/test-drivers/vivid/
H
A
D
vivid-kthread-cap.c
60
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_CHROMAKEY) &&
in copy_pix()
63
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_SRC_CHROMAKEY) &&
in copy_pix()
67
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_GLOBAL_ALPHA) &&
in copy_pix()
70
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_LOCAL_ALPHA) &&
in copy_pix()
73
if ((dev->
fbuf_out_flags
& V4L2_FBUF_FLAG_LOCAL_INV_ALPHA) &&
in copy_pix()
233
bool blend = dev->
fbuf_out_flags
;
in vivid_copy_buffer()
H
A
D
vivid-vid-out.c
911
a->flags = V4L2_FBUF_FLAG_OVERLAY | dev->
fbuf_out_flags
;
in vivid_vid_out_g_fbuf()
949
dev->
fbuf_out_flags
&= ~(chroma_flags | alpha_flags);
in vivid_vid_out_s_fbuf()
950
dev->
fbuf_out_flags
|= a->flags & (chroma_flags | alpha_flags);
in vivid_vid_out_s_fbuf()
H
A
D
vivid-core.h
373
unsigned
fbuf_out_flags
;
member
Completed in 10 milliseconds