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:fmt_val
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
215
* @
fmt_val
: the fmt val corresponding to CIF_FOR register
225
u32
fmt_val
;
member
259
unsigned char
fmt_val
;
member
H
A
D
capture.c
88
.
fmt_val
= YUV_OUTPUT_422 | UV_STORAGE_ORDER_UVUV,
95
.
fmt_val
= YUV_OUTPUT_422 | UV_STORAGE_ORDER_VUVU,
104
.
fmt_val
= YUV_OUTPUT_420 | UV_STORAGE_ORDER_UVUV,
113
.
fmt_val
= YUV_OUTPUT_420 | UV_STORAGE_ORDER_VUVU,
1977
channel->
fmt_val
= stream->cif_fmt_out->csi_fmt_val;
in rkcif_csi_channel_init()
1984
if (channel->
fmt_val
== CSI_WRDDR_TYPE_RGB888) {
in rkcif_csi_channel_init()
2021
if (channel->
fmt_val
== CSI_WRDDR_TYPE_RGB888) {
in rkcif_csi_channel_init()
2033
channel->
fmt_val
= CSI_WRDDR_TYPE_RAW8;
in rkcif_csi_channel_init()
2106
if (channel->
fmt_val
== CSI_WRDDR_TYPE_RAW12) {
in rkcif_csi_channel_set()
2108
} else if (channel->
fmt_val
in rkcif_csi_channel_set()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
226
* @
fmt_val
: the fmt val corresponding to CIF_FOR register
236
u32
fmt_val
;
member
270
unsigned char
fmt_val
;
member
H
A
D
capture.c
88
.
fmt_val
= YUV_OUTPUT_422 | UV_STORAGE_ORDER_UVUV,
94
.
fmt_val
= YUV_OUTPUT_422 | UV_STORAGE_ORDER_VUVU,
102
.
fmt_val
= YUV_OUTPUT_420 | UV_STORAGE_ORDER_UVUV,
110
.
fmt_val
= YUV_OUTPUT_420 | UV_STORAGE_ORDER_VUVU,
1996
channel->
fmt_val
= stream->cif_fmt_out->csi_fmt_val;
in rkcif_csi_channel_init()
2003
if (channel->
fmt_val
== CSI_WRDDR_TYPE_RGB888)
in rkcif_csi_channel_init()
2039
if (channel->
fmt_val
== CSI_WRDDR_TYPE_RGB888)
in rkcif_csi_channel_init()
2050
channel->
fmt_val
= CSI_WRDDR_TYPE_RAW8;
in rkcif_csi_channel_init()
2138
if (channel->
fmt_val
== CSI_WRDDR_TYPE_RAW12)
in rkcif_csi_channel_set()
2140
else if (channel->
fmt_val
in rkcif_csi_channel_set()
[all...]
Completed in 13 milliseconds