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:vbuf
(Results
1 - 25
of
26
) sorted by relevance
1
2
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
dmarx.c
397
struct vb2_v4l2_buffer *
vbuf
= &stream->curr_buf->vb;
in update_rawrd()
local
399
.frame_timestamp =
vbuf
->vb2_buf.timestamp,
in update_rawrd()
400
.sof_timestamp =
vbuf
->vb2_buf.timestamp,
in update_rawrd()
401
.frame_id =
vbuf
->sequence,
in update_rawrd()
406
if (!
vbuf
->sequence) {
in update_rawrd()
544
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
545
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
H
A
D
isp_params.c
129
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_params_vb2_buf_queue()
local
130
struct rkisp_buffer *params_buf = to_rkisp_buffer(
vbuf
);
in rkisp_params_vb2_buf_queue()
141
vbuf
->sequence = cur_frame_id;
in rkisp_params_vb2_buf_queue()
H
A
D
isp_mipi_luma.c
129
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_luma_vb2_buf_queue()
local
130
struct rkisp_buffer *luma_buf = to_rkisp_buffer(
vbuf
);
in rkisp_luma_vb2_buf_queue()
H
A
D
isp_stats.c
130
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_stats_vb2_buf_queue()
local
131
struct rkisp_buffer *stats_buf = to_rkisp_buffer(
vbuf
);
in rkisp_stats_vb2_buf_queue()
H
A
D
capture_v1x.c
542
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
543
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
H
A
D
capture_v21.c
1069
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
1070
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
H
A
D
capture_v30.c
849
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
850
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
dmarx.c
382
struct vb2_v4l2_buffer *
vbuf
= &stream->curr_buf->vb;
in update_rawrd()
local
384
.frame_timestamp =
vbuf
->vb2_buf.timestamp,
in update_rawrd()
385
.sof_timestamp =
vbuf
->vb2_buf.timestamp,
in update_rawrd()
386
.frame_id =
vbuf
->sequence,
in update_rawrd()
391
if (!
vbuf
->sequence)
in update_rawrd()
535
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
536
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
H
A
D
isp_params.c
137
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_params_vb2_buf_queue()
local
138
struct rkisp_buffer *params_buf = to_rkisp_buffer(
vbuf
);
in rkisp_params_vb2_buf_queue()
149
vbuf
->sequence = cur_frame_id;
in rkisp_params_vb2_buf_queue()
H
A
D
isp_stats.c
139
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_stats_vb2_buf_queue()
local
140
struct rkisp_buffer *stats_buf = to_rkisp_buffer(
vbuf
);
in rkisp_stats_vb2_buf_queue()
H
A
D
capture_v1x.c
576
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
577
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
H
A
D
capture_v21.c
1110
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
1111
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
H
A
D
capture_v30.c
884
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkisp_buf_queue()
local
885
struct rkisp_buffer *ispbuf = to_rkisp_buffer(
vbuf
);
in rkisp_buf_queue()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
params_v20.c
178
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in params_vb2_buf_queue()
local
179
struct rkispp_buffer *params_buf = to_rkispp_buffer(
vbuf
);
in params_vb2_buf_queue()
H
A
D
stats.c
197
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkispp_stats_vb2_buf_queue()
local
198
struct rkispp_buffer *buf = to_rkispp_buffer(
vbuf
);
in rkispp_stats_vb2_buf_queue()
H
A
D
stream.c
868
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkispp_buf_queue()
local
869
struct rkispp_buffer *isppbuf = to_rkispp_buffer(
vbuf
);
in rkispp_buf_queue()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
params_v20.c
181
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in params_vb2_buf_queue()
local
182
struct rkispp_buffer *params_buf = to_rkispp_buffer(
vbuf
);
in params_vb2_buf_queue()
H
A
D
stats.c
207
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkispp_stats_vb2_buf_queue()
local
208
struct rkispp_buffer *buf = to_rkispp_buffer(
vbuf
);
in rkispp_stats_vb2_buf_queue()
H
A
D
stream.c
890
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkispp_buf_queue()
local
891
struct rkispp_buffer *isppbuf = to_rkispp_buffer(
vbuf
);
in rkispp_buf_queue()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
cif-luma.c
134
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkcif_luma_vb2_buf_queue()
local
135
struct rkcif_buffer *luma_buf = to_rkcif_buffer(
vbuf
);
in rkcif_luma_vb2_buf_queue()
H
A
D
cif-scale.c
481
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkcif_scale_vb2_buf_queue()
local
482
struct rkcif_buffer *cifbuf = to_rkcif_buffer(
vbuf
);
in rkcif_scale_vb2_buf_queue()
H
A
D
capture.c
2649
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkcif_buf_queue()
local
2650
struct rkcif_buffer *cifbuf = to_rkcif_buffer(
vbuf
);
in rkcif_buf_queue()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
cif-luma.c
143
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkcif_luma_vb2_buf_queue()
local
144
struct rkcif_buffer *luma_buf = to_rkcif_buffer(
vbuf
);
in rkcif_luma_vb2_buf_queue()
H
A
D
cif-scale.c
503
struct vb2_v4l2_buffer *
vbuf
= to_vb2_v4l2_buffer(vb);
in rkcif_scale_vb2_buf_queue()
local
504
struct rkcif_buffer *cifbuf = to_rkcif_buffer(
vbuf
);
in rkcif_scale_vb2_buf_queue()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H
A
D
wl_android_ext.c
5947
char *
vbuf
;
in wl_ext_event_msg()
local
5981
vbuf
= (char *)iovbuf;
in wl_ext_event_msg()
5984
if (
vbuf
[i] || (i == 0))
in wl_ext_event_msg()
5989
"%02x",
vbuf
[i] & 0xff);
in wl_ext_event_msg()
Completed in 56 milliseconds
1
2