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:ch_info
(Results
1 - 11
of
11
) sorted by relevance
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
subdev-itf.c
309
priv->toisp_inf.
ch_info
[0].is_valid = true;
in sditf_channel_enable()
310
priv->toisp_inf.
ch_info
[0].id = ch0;
in sditf_channel_enable()
320
priv->toisp_inf.
ch_info
[0].is_valid = true;
in sditf_channel_enable()
321
priv->toisp_inf.
ch_info
[0].id = ch0;
in sditf_channel_enable()
322
priv->toisp_inf.
ch_info
[1].is_valid = true;
in sditf_channel_enable()
323
priv->toisp_inf.
ch_info
[1].id = ch1;
in sditf_channel_enable()
335
priv->toisp_inf.
ch_info
[0].is_valid = true;
in sditf_channel_enable()
336
priv->toisp_inf.
ch_info
[0].id = ch0;
in sditf_channel_enable()
337
priv->toisp_inf.
ch_info
[1].is_valid = true;
in sditf_channel_enable()
338
priv->toisp_inf.
ch_info
[
in sditf_channel_enable()
[all...]
H
A
D
subdev-itf.h
51
struct toisp_ch_info
ch_info
[TOISP_CH_MAX];
member
H
A
D
cif-scale.c
599
struct rkcif_scale_ch_info *
ch_info
= &scale_vdev->
ch_info
;
in rkcif_scale_channel_init()
local
607
ch_info
->width = pixm.width;
in rkcif_scale_channel_init()
608
ch_info
->height = pixm.height;
in rkcif_scale_channel_init()
609
ch_info
->vir_width = ALIGN(
ch_info
->width * fmt->bpp[0] / 8, 8);
in rkcif_scale_channel_init()
827
scale_vdev->
ch_info
.vir_width);
in rkcif_scale_channel_set()
H
A
D
capture.c
661
struct rkmodule_channel_info
ch_info
= {0};
in get_input_fmt()
local
675
ch_info
.index = pad_id;
in get_input_fmt()
679
&
ch_info
);
in get_input_fmt()
681
fmt.format.width =
ch_info
.width;
in get_input_fmt()
682
fmt.format.height =
ch_info
.height;
in get_input_fmt()
683
fmt.format.code =
ch_info
.bus_fmt;
in get_input_fmt()
684
switch (
ch_info
.vc) {
in get_input_fmt()
700
if (
ch_info
.bus_fmt == MEDIA_BUS_FMT_SPD_2X8 ||
in get_input_fmt()
701
ch_info
.bus_fmt == MEDIA_BUS_FMT_EBD_1X8) {
in get_input_fmt()
702
if (
ch_info
in get_input_fmt()
[all...]
H
A
D
dev.h
629
struct rkcif_scale_ch_info
ch_info
;
member
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
subdev-itf.c
305
priv->toisp_inf.
ch_info
[0].is_valid = true;
in sditf_channel_enable()
306
priv->toisp_inf.
ch_info
[0].id = ch0;
in sditf_channel_enable()
317
priv->toisp_inf.
ch_info
[0].is_valid = true;
in sditf_channel_enable()
318
priv->toisp_inf.
ch_info
[0].id = ch0;
in sditf_channel_enable()
319
priv->toisp_inf.
ch_info
[1].is_valid = true;
in sditf_channel_enable()
320
priv->toisp_inf.
ch_info
[1].id = ch1;
in sditf_channel_enable()
333
priv->toisp_inf.
ch_info
[0].is_valid = true;
in sditf_channel_enable()
334
priv->toisp_inf.
ch_info
[0].id = ch0;
in sditf_channel_enable()
335
priv->toisp_inf.
ch_info
[1].is_valid = true;
in sditf_channel_enable()
336
priv->toisp_inf.
ch_info
[
in sditf_channel_enable()
[all...]
H
A
D
subdev-itf.h
51
struct toisp_ch_info
ch_info
[TOISP_CH_MAX];
member
H
A
D
cif-scale.c
574
struct rkcif_scale_ch_info *
ch_info
= &scale_vdev->
ch_info
;
in rkcif_scale_channel_init()
local
583
ch_info
->width = pixm.width;
in rkcif_scale_channel_init()
584
ch_info
->height = pixm.height;
in rkcif_scale_channel_init()
585
ch_info
->vir_width = ALIGN(
ch_info
->width * fmt->bpp[0] / 0x08, 0x08);
in rkcif_scale_channel_init()
779
rkcif_write_register(dev, get_reg_index_of_scale_vlw(ch), scale_vdev->
ch_info
.vir_width);
in rkcif_scale_channel_set()
H
A
D
capture.c
718
struct rkmodule_channel_info
ch_info
= {0};
in get_input_fmt()
local
731
ch_info
.index = pad_id;
in get_input_fmt()
732
ret = v4l2_subdev_call(sd, core, ioctl, RKMODULE_GET_CHANNEL_INFO, &
ch_info
);
in get_input_fmt()
734
fmt.format.width =
ch_info
.width;
in get_input_fmt()
735
fmt.format.height =
ch_info
.height;
in get_input_fmt()
736
fmt.format.code =
ch_info
.bus_fmt;
in get_input_fmt()
737
switch (
ch_info
.vc) {
in get_input_fmt()
753
if (
ch_info
.bus_fmt == MEDIA_BUS_FMT_SPD_2X8 ||
ch_info
.bus_fmt == MEDIA_BUS_FMT_EBD_1X8) {
in get_input_fmt()
754
if (
ch_info
in get_input_fmt()
[all...]
H
A
D
dev.h
668
struct rkcif_scale_ch_info
ch_info
;
member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H
A
D
mac_regdomain.c
231
mac_channel_info_stru *
ch_info
= HI_NULL;
in mac_is_channel_idx_valid()
local
236
ch_info
= &(g_ast_channel_list_2g[ch_idx]);
in mac_is_channel_idx_valid()
245
if (
ch_info
->reg_class != MAC_INVALID_RC) {
in mac_is_channel_idx_valid()
247
*reg_class =
ch_info
->reg_class;
in mac_is_channel_idx_valid()
Completed in 17 milliseconds