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:RGA_BLIT_SYNC
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H
A
D
Rockchip_OSAL_RGA_Process.c
178
if (ioctl(rga_fd,
RGA_BLIT_SYNC
, &Rga_Request) != 0) {
in rga_copy()
283
if (ioctl(rga_fd,
RGA_BLIT_SYNC
, &Rga_Request) != 0) {
in rga_crop_scale()
284
omx_err("rga_rgb2nv12 rga
RGA_BLIT_SYNC
fail");
in rga_crop_scale()
379
if (ioctl(rga_fd,
RGA_BLIT_SYNC
, &Rga_Request) != 0) {
in rga_convert()
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
H
A
D
rga_drv.c
51
ret = rga_job_mpi_commit(cmd, mpi_job,
RGA_BLIT_SYNC
);
in rga_mpi_commit()
75
ret = rga_job_commit(cmd,
RGA_BLIT_SYNC
);
in rga_kernel_commit()
325
case
RGA_BLIT_SYNC
:
in rga_ioctl()
H
A
D
rga_job.c
656
} else if (flags ==
RGA_BLIT_SYNC
) {
in rga_job_commit()
713
} else if (flags ==
RGA_BLIT_SYNC
) {
in rga_job_mpi_commit()
/device/soc/rockchip/common/hardware/rga/include/
H
A
D
rga.h
26
#define
RGA_BLIT_SYNC
0x5017
macro
/device/soc/rockchip/rk3399/hardware/rga/include/
H
A
D
rga.h
27
#define
RGA_BLIT_SYNC
0x5017
macro
/device/soc/rockchip/rk3568/hardware/rga/include/
H
A
D
rga.h
27
#define
RGA_BLIT_SYNC
0x5017
macro
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H
A
D
rga2.h
9
#define
RGA_BLIT_SYNC
0x5017
macro
H
A
D
rga2_drv.c
105
case
RGA_BLIT_SYNC
:
in rga2_get_cmd_mode_str()
106
return "
RGA_BLIT_SYNC
";
in rga2_get_cmd_mode_str()
1210
case
RGA_BLIT_SYNC
:
in rga_ioctl()
1389
case
RGA_BLIT_SYNC
:
in compat_rga_ioctl()
/device/soc/rockchip/rk3588/hardware/rga/include/
H
A
D
rga.h
45
#define
RGA_BLIT_SYNC
0x5017
macro
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/include/
H
A
D
rga.h
19
#define
RGA_BLIT_SYNC
0x5017
macro
Completed in 20 milliseconds