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:is_need_dbuf
(Results
1 - 22
of
22
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
common.c
44
if (buf->
is_need_dbuf
) {
in rkcif_alloc_buffer()
79
buf->
is_need_dbuf
= false;
in rkcif_free_buffer()
H
A
D
dev.h
181
bool
is_need_dbuf
;
member
H
A
D
capture.c
2750
dummy->
is_need_dbuf
= true;
in rkcif_init_rx_buf()
2793
dummy_buf->
is_need_dbuf
= true;
in rkcif_create_dummy_buf()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
common.c
44
if (buf->
is_need_dbuf
) {
in rkcif_alloc_buffer()
81
buf->
is_need_dbuf
= false;
in rkcif_free_buffer()
H
A
D
dev.h
192
bool
is_need_dbuf
;
member
H
A
D
capture.c
2829
dummy->
is_need_dbuf
= true;
in rkcif_init_rx_buf()
2874
dummy_buf->
is_need_dbuf
= true;
in rkcif_create_dummy_buf()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/
H
A
D
common.h
86
bool
is_need_dbuf
;
member
H
A
D
common.c
102
if (buf->
is_need_dbuf
) {
in rkispp_allow_buffer()
137
buf->
is_need_dbuf
= false;
in rkispp_free_buffer()
H
A
D
params.c
123
params->buf_fec[i].
is_need_dbuf
= true;
in rkispp_param_init_fecbuf()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/
H
A
D
common.h
86
bool
is_need_dbuf
;
member
H
A
D
common.c
99
if (buf->
is_need_dbuf
) {
in rkispp_allow_buffer()
136
buf->
is_need_dbuf
= false;
in rkispp_free_buffer()
H
A
D
params.c
128
params->buf_fec[i].
is_need_dbuf
= true;
in rkispp_param_init_fecbuf()
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/
H
A
D
common.c
154
if (buf->
is_need_dbuf
) {
in rkisp_alloc_buffer()
189
buf->
is_need_dbuf
= false;
in rkisp_free_buffer()
H
A
D
common.h
120
bool
is_need_dbuf
;
member
H
A
D
bridge.c
111
dummy->
is_need_dbuf
= true;
in init_buf()
H
A
D
isp_params_v21.c
3220
priv_val->buf_ldch[i].
is_need_dbuf
= true;
in rkisp_init_ldch_buf()
H
A
D
isp_params_v3x.c
3692
buf->
is_need_dbuf
= true;
in rkisp_init_mesh_buf()
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/
H
A
D
common.c
151
if (buf->
is_need_dbuf
) {
in rkisp_alloc_buffer()
188
buf->
is_need_dbuf
= false;
in rkisp_free_buffer()
H
A
D
common.h
130
bool
is_need_dbuf
;
member
H
A
D
bridge.c
114
dummy->
is_need_dbuf
= true;
in init_buf()
H
A
D
isp_params_v21.c
3892
priv_val->buf_ldch[i].
is_need_dbuf
= true;
in rkisp_init_ldch_buf()
H
A
D
isp_params_v3x.c
4301
buf->
is_need_dbuf
= true;
in rkisp_init_mesh_buf()
Completed in 48 milliseconds