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:ISP_V10_1
(Results
1 - 10
of
10
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
common.h
64
/*
ISP_V10_1
for only support MP */
67
ISP_V10_1
= 0x01,
enumerator
H
A
D
capture_v1x.c
846
if (dev->isp_ver !=
ISP_V10_1
) {
in rkisp_register_stream_v1x()
867
if (dev->isp_ver !=
ISP_V10_1
) {
in rkisp_unregister_stream_v1x()
H
A
D
dev.c
453
if (dev->isp_ver !=
ISP_V10_1
) {
in _set_pipeline_default_fmt()
H
A
D
hw.c
539
.isp_ver =
ISP_V10_1
,
H
A
D
rkisp.c
2450
if (dev->isp_ver != ISP_V10 && dev->isp_ver !=
ISP_V10_1
) {
in rkisp_isp_read_add_fifo_data()
3405
if (dev->isp_ver == ISP_V10 || dev->isp_ver ==
ISP_V10_1
) {
in rkisp_isp_isr()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
common.h
64
/*
ISP_V10_1
for only support MP */
67
ISP_V10_1
= 0x01,
enumerator
H
A
D
capture_v1x.c
895
if (dev->isp_ver !=
ISP_V10_1
) {
in rkisp_register_stream_v1x()
915
if (dev->isp_ver !=
ISP_V10_1
) {
in rkisp_unregister_stream_v1x()
H
A
D
dev.c
420
if (dev->isp_ver !=
ISP_V10_1
)
in _set_pipeline_default_fmt()
H
A
D
hw.c
540
.isp_ver =
ISP_V10_1
,
H
A
D
rkisp.c
2467
dev->isp_ver !=
ISP_V10_1
)
in rkisp_isp_read_add_fifo_data()
3430
dev->isp_ver ==
ISP_V10_1
)
in rkisp_isp_isr()
Completed in 16 milliseconds