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:is_streaming
(Results
1 - 12
of
12
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
dev.c
771
bool
is_streaming
= false;
in rkcif_set_sensor_streamon_in_sync_mode()
local
785
is_streaming
= hw->sync_config.slave.
is_streaming
[i];
in rkcif_set_sensor_streamon_in_sync_mode()
786
if (!
is_streaming
) {
in rkcif_set_sensor_streamon_in_sync_mode()
791
hw->sync_config.slave.
is_streaming
[i] = true;
in rkcif_set_sensor_streamon_in_sync_mode()
797
is_streaming
= hw->sync_config.ext_master.
is_streaming
[i];
in rkcif_set_sensor_streamon_in_sync_mode()
798
if (!
is_streaming
) {
in rkcif_set_sensor_streamon_in_sync_mode()
803
hw->sync_config.ext_master.
is_streaming
[i] = true;
in rkcif_set_sensor_streamon_in_sync_mode()
809
is_streaming
in rkcif_set_sensor_streamon_in_sync_mode()
[all...]
H
A
D
hw.h
51
bool
is_streaming
[RKCIF_DEV_MAX];
member
H
A
D
capture.c
2928
hw->sync_config.ext_master.
is_streaming
[i] = false;
in rkcif_detach_sync_mode()
2934
hw->sync_config.int_master.
is_streaming
[0] = false;
in rkcif_detach_sync_mode()
2940
hw->sync_config.slave.
is_streaming
[i] = false;
in rkcif_detach_sync_mode()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
dev.c
824
bool
is_streaming
= false;
in rkcif_set_sensor_streamon_in_sync_mode()
local
838
is_streaming
= hw->sync_config.slave.
is_streaming
[i];
in rkcif_set_sensor_streamon_in_sync_mode()
839
if (!
is_streaming
) {
in rkcif_set_sensor_streamon_in_sync_mode()
845
hw->sync_config.slave.
is_streaming
[i] = true;
in rkcif_set_sensor_streamon_in_sync_mode()
853
is_streaming
= hw->sync_config.ext_master.
is_streaming
[i];
in rkcif_set_sensor_streamon_in_sync_mode()
854
if (!
is_streaming
) {
in rkcif_set_sensor_streamon_in_sync_mode()
860
hw->sync_config.ext_master.
is_streaming
[i] = true;
in rkcif_set_sensor_streamon_in_sync_mode()
867
is_streaming
in rkcif_set_sensor_streamon_in_sync_mode()
[all...]
H
A
D
hw.h
55
bool
is_streaming
[RKCIF_DEV_MAX];
member
H
A
D
capture.c
3007
hw->sync_config.ext_master.
is_streaming
[i] = false;
in rkcif_detach_sync_mode()
3013
hw->sync_config.int_master.
is_streaming
[0] = false;
in rkcif_detach_sync_mode()
3018
hw->sync_config.slave.
is_streaming
[i] = false;
in rkcif_detach_sync_mode()
/device/soc/rockchip/common/vendor/drivers/phy/
H
A
D
phy-rockchip-csi2-dphy-common.h
71
bool
is_streaming
;
member
H
A
D
phy-rockchip-csi2-dphy.c
141
if (dphy->
is_streaming
) {
in csi2_dphy_s_stream_start()
156
dphy->
is_streaming
= true;
in csi2_dphy_s_stream_start()
166
if (!dphy->
is_streaming
) {
in csi2_dphy_s_stream_stop()
174
dphy->
is_streaming
= false;
in csi2_dphy_s_stream_stop()
H
A
D
phy-rockchip-mipi-rx.c
541
bool
is_streaming
;
member
796
if (priv->
is_streaming
) {
in mipidphy_s_stream_start()
812
priv->
is_streaming
= true;
in mipidphy_s_stream_start()
821
if (!priv->
is_streaming
) {
in mipidphy_s_stream_stop()
828
priv->
is_streaming
= false;
in mipidphy_s_stream_stop()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H
A
D
phy-rockchip-csi2-dphy-common.h
71
bool
is_streaming
;
member
H
A
D
phy-rockchip-csi2-dphy.c
138
if (dphy->
is_streaming
)
in csi2_dphy_s_stream_start()
150
dphy->
is_streaming
= true;
in csi2_dphy_s_stream_start()
160
if (!dphy->
is_streaming
)
in csi2_dphy_s_stream_stop()
166
dphy->
is_streaming
= false;
in csi2_dphy_s_stream_stop()
H
A
D
phy-rockchip-mipi-rx.c
563
bool
is_streaming
;
member
813
if (priv->
is_streaming
)
in mipidphy_s_stream_start()
826
priv->
is_streaming
= true;
in mipidphy_s_stream_start()
835
if (!priv->
is_streaming
)
in mipidphy_s_stream_stop()
840
priv->
is_streaming
= false;
in mipidphy_s_stream_stop()
Completed in 32 milliseconds