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:position
(Results
1 - 14
of
14
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/media/i2c/
H
A
D
dw9763.c
161
dev_dbg(&client->dev, "%s: get
position
%d\n", __func__, *cur_pos);
in dw9763_get_pos()
174
unsigned int
position
= 0;
in dw9763_set_pos()
local
178
position
= dev_vcm->start_current;
in dw9763_set_pos()
180
position
= dev_vcm->start_current +
in dw9763_set_pos()
183
if (
position
> DW9763_MAX_REG)
in dw9763_set_pos()
184
position
= DW9763_MAX_REG;
in dw9763_set_pos()
186
dev_vcm->current_lens_pos =
position
;
in dw9763_set_pos()
188
ret = dw9763_write_reg(client, DW9763_DATAM_REG,
position
& 0x3ff, 2);
in dw9763_set_pos()
192
dev_dbg(&client->dev, "@@@@@@@@ %s: get
position
%d\n", __func__,
position
);
in dw9763_set_pos()
[all...]
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H
A
D
hdi_layer.cpp
194
int32_t
position
= y * handle.width + x;
in SetPixel()
local
195
if ((
position
* pixelBytes) > handle.size) {
in SetPixel()
196
DISPLAY_LOGE("the pixel
position
outside\n");
in SetPixel()
198
uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) +
position
;
in SetPixel()
/device/soc/rockchip/common/hardware/display/src/display_device/
H
A
D
hdi_layer.cpp
191
int32_t
position
= y * handle.width + x;
in SetPixel()
local
192
if ((
position
* pixelBytes) > handle.size) {
in SetPixel()
195
uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) +
position
;
in SetPixel()
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H
A
D
hdi_layer.cpp
185
int32_t
position
= y * handle.width + x;
in SetPixel()
local
186
if ((
position
* pixelBytes) > handle.size) {
in SetPixel()
189
uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) +
position
;
in SetPixel()
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H
A
D
hdi_layer.cpp
250
int32_t
position
= y * handle.width + x;
in SetPixel()
local
251
if ((
position
* pixelBytes) > handle.size) {
in SetPixel()
254
uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) +
position
;
in SetPixel()
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H
A
D
hdi_layer.cpp
250
int32_t
position
= y * handle.width + x;
in SetPixel()
local
251
if ((
position
* pixelBytes) > handle.size) {
in SetPixel()
254
uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) +
position
;
in SetPixel()
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H
A
D
hdi_layer.cpp
250
int32_t
position
= y * handle.width + x;
in SetPixel()
local
251
if ((
position
* pixelBytes) > handle.size) {
in SetPixel()
254
uint32_t *pixel = reinterpret_cast<uint32_t *>(handle.virAddr) +
position
;
in SetPixel()
/device/soc/rockchip/common/sdk_linux/scripts/
H
A
D
mkimg
134
OFFS=$(fdtget -ti ${ITB} ${NODE} data-
position
)
169
sed -i "/data-
position
/d" ${ITS}
/device/soc/rockchip/rk3588/kernel/scripts/
H
A
D
mkimg
133
OFFS=$(fdtget -ti ${ITB} ${NODE} data-
position
)
168
sed -i "/data-
position
/d" ${ITS}
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
rkisp3-config.h
456
u16
position
;
member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
rkisp3-config.h
456
u16
position
;
member
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
407
--enable-pic build
position
-independent code
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v3x.c
2085
value = (arg->offset_pow2 & 0x0F) << 28 | (arg->compres_scl & 0x1FFF) << 14 | (arg->
position
& 0x03FFF);
in isp_hdrdrc_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
isp_params_v3x.c
2624
(arg->
position
& 0x03FFF);
in isp_hdrdrc_config()
Completed in 34 milliseconds