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:src_height
(Results
1 - 7
of
7
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/
H
A
D
fec-config.h
16
u32
src_height
;
member
/device/soc/rockchip/rk3588/kernel/include/uapi/linux/
H
A
D
fec-config.h
16
u32
src_height
;
member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
params_v20.c
92
val = arg->src_width << 0x10 | arg->
src_height
;
in fec_config()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
params_v20.c
93
val = arg->src_width << 16 | arg->
src_height
;
in fec_config()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop.c
2596
int
src_height
= drm_rect_height(src) >> 0x10;
in vop_plane_line_bandwidth()
local
2599
int vskiplines = scl_get_vskiplines(
src_height
, dest_height);
in vop_plane_line_bandwidth()
2602
if (src_width <= 0 ||
src_height
<= 0 || dest_width <= 0 || dest_height <= 0) {
in vop_plane_line_bandwidth()
2611
bandwidth = bandwidth *
src_height
/ dest_height;
in vop_plane_line_bandwidth()
H
A
D
rockchip_drm_vop2.c
4934
int
src_height
= drm_rect_height(src) >> 0x10;
in vop2_plane_line_bandwidth()
local
4937
int vskiplines = scl_get_vskiplines(
src_height
, dst_height);
in vop2_plane_line_bandwidth()
4940
if (src_width <= 0 ||
src_height
<= 0 || dst_width <= 0 || dst_height <= 0) {
in vop2_plane_line_bandwidth()
4950
bandwidth = bandwidth *
src_height
/ dst_height;
in vop2_plane_line_bandwidth()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
H
A
D
rockchip_drm_vop2.c
4945
int
src_height
= drm_rect_height(src) >> 16;
in vop2_plane_line_bandwidth()
local
4948
int vskiplines = scl_get_vskiplines(
src_height
, dst_height);
in vop2_plane_line_bandwidth()
4951
if (src_width <= 0 ||
src_height
<= 0 || dst_width <= 0 ||
in vop2_plane_line_bandwidth()
4958
bandwidth = bandwidth *
src_height
/ dst_height;
in vop2_plane_line_bandwidth()
Completed in 36 milliseconds