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:current_fps
(Results
1 - 2
of
2
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_dvfs_policy.c
122
int
current_fps
= 0;
in mali_dvfs_policy_realize()
local
140
current_fps
= window_render_fps;
in mali_dvfs_policy_realize()
144
if ((mali_desired_fps <=
current_fps
) && (
current_fps
< mali_max_system_fps)) {
in mali_dvfs_policy_realize()
147
} else if ((mali_fps_step1 <=
current_fps
) && (
current_fps
< mali_desired_fps)) {
in mali_dvfs_policy_realize()
150
} else if ((mali_fps_step2 <=
current_fps
) && (
current_fps
< mali_fps_step1)) {
in mali_dvfs_policy_realize()
162
current_fps
, window_render_fps));
in mali_dvfs_policy_realize()
168
if (
current_fps
in mali_dvfs_policy_realize()
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H
A
D
mali_dvfs_policy.c
111
int
current_fps
= 0;
in mali_dvfs_policy_realize()
local
129
current_fps
= window_render_fps;
in mali_dvfs_policy_realize()
133
if ((mali_desired_fps <=
current_fps
) && (
current_fps
< mali_max_system_fps)) {
in mali_dvfs_policy_realize()
136
} else if ((mali_fps_step1 <=
current_fps
) && (
current_fps
< mali_desired_fps)) {
in mali_dvfs_policy_realize()
139
} else if ((mali_fps_step2 <=
current_fps
) && (
current_fps
< mali_fps_step1)) {
in mali_dvfs_policy_realize()
149
MALI_DEBUG_PRINT(5, ("Using ARM power policy: render fps = %d, pressure render fps = %d \n",
current_fps
, window_render_fps));
in mali_dvfs_policy_realize()
155
if (0 ==
current_fps
) {
in mali_dvfs_policy_realize()
[all...]
Completed in 2 milliseconds