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:dst_width
(Results
1 - 9
of
9
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
fec-config.h
17
u32
dst_width
;
member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
fec-config.h
17
u32
dst_width
;
member
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/dma/
H
A
D
dma.h
220
hi_u32
dst_width
: 3;
member
274
hi_u32
dst_width
;
member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
params_v20.c
89
val = arg->
dst_width
<< 0x10 | arg->dst_height;
in fec_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
params_v20.c
90
val = arg->
dst_width
<< 16 | arg->dst_height;
in fec_config()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/uart/
H
A
D
uart_drv.c
372
dma_para->
dst_width
= WIDTH_BIT8;
in uart_dma_para_cfg()
631
dma_para.
dst_width
= WIDTH_BIT8;
in uart_drv_dma_start_tx_cfg()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/
H
A
D
spi.c
313
dma_para.
dst_width
= data_width;
in spi_dma_transer()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
4935
int
dst_width
= drm_rect_width(dst);
in vop2_plane_line_bandwidth()
local
4940
if (src_width <= 0 || src_height <= 0 ||
dst_width
<= 0 || dst_height <= 0) {
in vop2_plane_line_bandwidth()
4946
if (
dst_width
== 0 || dst_height == 0) {
in vop2_plane_line_bandwidth()
4949
bandwidth = bandwidth * src_width /
dst_width
;
in vop2_plane_line_bandwidth()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
4946
int
dst_width
= drm_rect_width(dst);
in vop2_plane_line_bandwidth()
local
4951
if (src_width <= 0 || src_height <= 0 ||
dst_width
<= 0 ||
in vop2_plane_line_bandwidth()
4957
bandwidth = bandwidth * src_width /
dst_width
;
in vop2_plane_line_bandwidth()
Completed in 36 milliseconds