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:vpix
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vimc/
H
A
D
vimc-capture.c
88
const struct vimc_pix_map *
vpix
;
in vimc_cap_try_fmt_vid_cap()
local
96
vpix
= vimc_pix_map_by_pixelformat(format->pixelformat);
in vimc_cap_try_fmt_vid_cap()
97
if (!
vpix
) {
in vimc_cap_try_fmt_vid_cap()
99
vpix
= vimc_pix_map_by_pixelformat(format->pixelformat);
in vimc_cap_try_fmt_vid_cap()
102
format->bytesperline = format->width *
vpix
->bpp;
in vimc_cap_try_fmt_vid_cap()
152
const struct vimc_pix_map *
vpix
;
in vimc_cap_enum_fmt_vid_cap()
local
158
vpix
= vimc_pix_map_by_code(f->mbus_code);
in vimc_cap_enum_fmt_vid_cap()
160
vpix
= vimc_pix_map_by_index(f->index);
in vimc_cap_enum_fmt_vid_cap()
163
if (!
vpix
)
in vimc_cap_enum_fmt_vid_cap()
166
f->pixelformat =
vpix
in vimc_cap_enum_fmt_vid_cap()
174
const struct vimc_pix_map *
vpix
;
vimc_cap_enum_framesizes()
local
400
const struct vimc_pix_map *
vpix
;
vimc_cap_add()
local
[all...]
H
A
D
vimc-scaler.c
114
const struct vimc_pix_map *
vpix
;
in vimc_sca_enum_mbus_code()
local
119
vpix
= vimc_pix_map_by_code(mbus_code);
in vimc_sca_enum_mbus_code()
122
if (!
vpix
||
vpix
->bayer)
in vimc_sca_enum_mbus_code()
134
const struct vimc_pix_map *
vpix
;
in vimc_sca_enum_frame_size()
local
140
vpix
= vimc_pix_map_by_code(fse->code);
in vimc_sca_enum_frame_size()
141
if (!
vpix
||
vpix
->bayer)
in vimc_sca_enum_frame_size()
185
const struct vimc_pix_map *
vpix
;
in vimc_sca_adjust_sink_fmt()
local
188
vpix
in vimc_sca_adjust_sink_fmt()
340
const struct vimc_pix_map *
vpix
;
vimc_sca_s_stream()
local
[all...]
H
A
D
vimc-debayer.c
198
const struct vimc_deb_pix_map *
vpix
=
in vimc_deb_enum_frame_size()
local
201
if (!
vpix
)
in vimc_deb_enum_frame_size()
235
const struct vimc_deb_pix_map *
vpix
;
in vimc_deb_adjust_sink_fmt()
local
238
vpix
= vimc_deb_pix_map_by_code(fmt->code);
in vimc_deb_adjust_sink_fmt()
239
if (!
vpix
)
in vimc_deb_adjust_sink_fmt()
321
const struct vimc_pix_map *
vpix
;
in vimc_deb_process_rgb_frame()
local
324
vpix
= vimc_pix_map_by_code(vdeb->src_code);
in vimc_deb_process_rgb_frame()
327
switch (
vpix
->pixelformat) {
in vimc_deb_process_rgb_frame()
343
const struct vimc_pix_map *
vpix
;
in vimc_deb_s_stream()
local
350
vpix
in vimc_deb_s_stream()
[all...]
H
A
D
vimc-sensor.c
77
const struct vimc_pix_map *
vpix
;
in vimc_sen_enum_frame_size()
local
83
vpix
= vimc_pix_map_by_code(fse->code);
in vimc_sen_enum_frame_size()
84
if (!
vpix
)
in vimc_sen_enum_frame_size()
111
const struct vimc_pix_map *
vpix
=
in vimc_sen_tpg_s_format()
local
116
tpg_s_bytesperline(&vsen->tpg, 0, vsen->mbus_format.width *
vpix
->bpp);
in vimc_sen_tpg_s_format()
118
tpg_s_fourcc(&vsen->tpg,
vpix
->pixelformat);
in vimc_sen_tpg_s_format()
129
const struct vimc_pix_map *
vpix
;
in vimc_sen_adjust_fmt()
local
132
vpix
= vimc_pix_map_by_code(fmt->code);
in vimc_sen_adjust_fmt()
133
if (!
vpix
)
in vimc_sen_adjust_fmt()
250
const struct vimc_pix_map *
vpix
;
in vimc_sen_s_stream()
local
[all...]
/kernel/linux/linux-6.6/drivers/media/test-drivers/vimc/
H
A
D
vimc-capture.c
89
const struct vimc_pix_map *
vpix
;
in vimc_capture_try_fmt_vid_cap()
local
97
vpix
= vimc_pix_map_by_pixelformat(format->pixelformat);
in vimc_capture_try_fmt_vid_cap()
98
if (!
vpix
) {
in vimc_capture_try_fmt_vid_cap()
100
vpix
= vimc_pix_map_by_pixelformat(format->pixelformat);
in vimc_capture_try_fmt_vid_cap()
103
format->bytesperline = format->width *
vpix
->bpp;
in vimc_capture_try_fmt_vid_cap()
153
const struct vimc_pix_map *
vpix
;
in vimc_capture_enum_fmt_vid_cap()
local
159
vpix
= vimc_pix_map_by_code(f->mbus_code);
in vimc_capture_enum_fmt_vid_cap()
161
vpix
= vimc_pix_map_by_index(f->index);
in vimc_capture_enum_fmt_vid_cap()
164
if (!
vpix
)
in vimc_capture_enum_fmt_vid_cap()
167
f->pixelformat =
vpix
in vimc_capture_enum_fmt_vid_cap()
175
const struct vimc_pix_map *
vpix
;
vimc_capture_enum_framesizes()
local
400
const struct vimc_pix_map *
vpix
;
vimc_capture_add()
local
[all...]
H
A
D
vimc-scaler.c
96
const struct vimc_pix_map *
vpix
;
in vimc_scaler_enum_mbus_code()
local
101
vpix
= vimc_pix_map_by_code(mbus_code);
in vimc_scaler_enum_mbus_code()
104
if (!
vpix
||
vpix
->bayer)
in vimc_scaler_enum_mbus_code()
116
const struct vimc_pix_map *
vpix
;
in vimc_scaler_enum_frame_size()
local
122
vpix
= vimc_pix_map_by_code(fse->code);
in vimc_scaler_enum_frame_size()
123
if (!
vpix
||
vpix
->bayer)
in vimc_scaler_enum_frame_size()
187
const struct vimc_pix_map *
vpix
;
in vimc_scaler_set_fmt()
local
190
vpix
in vimc_scaler_set_fmt()
310
const struct vimc_pix_map *
vpix
;
vimc_scaler_s_stream()
local
[all...]
H
A
D
vimc-debayer.c
199
const struct vimc_debayer_pix_map *
vpix
=
in vimc_debayer_enum_frame_size()
local
202
if (!
vpix
)
in vimc_debayer_enum_frame_size()
236
const struct vimc_debayer_pix_map *
vpix
;
in vimc_debayer_adjust_sink_fmt()
local
239
vpix
= vimc_debayer_pix_map_by_code(fmt->code);
in vimc_debayer_adjust_sink_fmt()
240
if (!
vpix
)
in vimc_debayer_adjust_sink_fmt()
322
const struct vimc_pix_map *
vpix
;
in vimc_debayer_process_rgb_frame()
local
325
vpix
= vimc_pix_map_by_code(vdebayer->src_code);
in vimc_debayer_process_rgb_frame()
328
switch (
vpix
->pixelformat) {
in vimc_debayer_process_rgb_frame()
344
const struct vimc_pix_map *
vpix
;
in vimc_debayer_s_stream()
local
351
vpix
in vimc_debayer_s_stream()
[all...]
H
A
D
vimc-sensor.c
77
const struct vimc_pix_map *
vpix
;
in vimc_sensor_enum_frame_size()
local
83
vpix
= vimc_pix_map_by_code(fse->code);
in vimc_sensor_enum_frame_size()
84
if (!
vpix
)
in vimc_sensor_enum_frame_size()
111
const struct vimc_pix_map *
vpix
=
in vimc_sensor_tpg_s_format()
local
116
tpg_s_bytesperline(&vsensor->tpg, 0, vsensor->mbus_format.width *
vpix
->bpp);
in vimc_sensor_tpg_s_format()
118
tpg_s_fourcc(&vsensor->tpg,
vpix
->pixelformat);
in vimc_sensor_tpg_s_format()
129
const struct vimc_pix_map *
vpix
;
in vimc_sensor_adjust_fmt()
local
132
vpix
= vimc_pix_map_by_code(fmt->code);
in vimc_sensor_adjust_fmt()
133
if (!
vpix
)
in vimc_sensor_adjust_fmt()
251
const struct vimc_pix_map *
vpix
;
in vimc_sensor_s_stream()
local
[all...]
Completed in 5 milliseconds