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:overlay
(Results
1 - 5
of
5
) sorted by relevance
/device/qemu/riscv32_virt/liteos_m/board/driver/video/
H
A
D
fb.h
199
/* Hardware
overlay
acceleration *******************************************/
263
# define FBIOGET_OVERLAYINFO _FBIOC(0x0009) /* Get video
overlay
info */
266
# define FBIO_SELECT_OVERLAY _FBIOC(0x000a) /* Select
overlay
*/
281
# define FBIOSET_AREA _FBIOC(0x000f) /* Set active
overlay
area
347
/* This structure describes one
overlay
. */
354
uint8_t
overlay
; /* Overlay number */
member
360
struct fb_area_s sarea; /* Selected area within the
overlay
*/
365
/* This structure describes an
overlay
area within a whole
overlay
*/
368
uint8_t
overlay
; /* Numbe
member
[all...]
H
A
D
fb.c
220
{ /* Select video
overlay
*/
in fb_ioctl()
233
{ /* Get video
overlay
info */
in fb_ioctl()
236
ret = fb->vtable->getoverlayinfo(fb->vtable, oinfo->
overlay
, &oinfo);
in fb_ioctl()
241
{ /* Set video
overlay
transparency */
in fb_ioctl()
249
{ /* Set video
overlay
chroma key */
in fb_ioctl()
257
{ /* Set video
overlay
color */
in fb_ioctl()
265
{ /* Blank or unblank video
overlay
*/
in fb_ioctl()
273
{ /* Set active video
overlay
area */
in fb_ioctl()
410
/* Initialize first
overlay
but do not select */
in fb_register()
418
/* Clear the
overlay
memor
in fb_register()
[all...]
/device/qemu/riscv32_virt/liteos_m/board/driver/
H
A
D
virtgpu.c
720
info->
overlay
= 0;
in FbGetOverlayInfo()
/device/qemu/drivers/virtio/
H
A
D
virtgpu.c
706
info->
overlay
= 0;
in FbGetOverlayInfo()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/src/
H
A
D
hifb_main.c
599
struct fb_area_s sarea; /* Selected area within the
overlay
*/
3526
* Description : set the colorkey or alpha for
overlay
7383
/* check the cusor
overlay
with refresh area */
7411
hi_bool is_overlay = HI_FALSE; /* is the cusor
overlay
with refresh area */
7420
* when bAttched not zero, we should check whether the cusor
overlay
with refresh area or not
8502
pinfo->display = info->oinfo.
overlay
;
8587
info->oinfo.
overlay
= display;
8695
hifb_error("hifb
overlay
cleanup fail!\n");
8791
* Description : initialize the framebuffer for the
overlay
and set
Completed in 21 milliseconds