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_extended
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
457
bool
is_extended
;
member
H
A
D
capture.c
2499
bool
is_extended
= false;
in rkcif_is_extending_line_for_height()
local
2516
is_extended
= true;
in rkcif_is_extending_line_for_height()
2521
return
is_extended
;
in rkcif_is_extending_line_for_height()
2533
bool
is_extended
= false;
in rkcif_queue_setup()
local
2548
is_extended
= rkcif_is_extending_line_for_height(dev, stream, in_fmt);
in rkcif_queue_setup()
2549
if (
is_extended
&& extend_line->
is_extended
) {
in rkcif_queue_setup()
2563
*num_buffers, sizes[0],
is_extended
, extend_line->
is_extended
);
in rkcif_queue_setup()
4258
stream->extend_line.
is_extended
in rkcif_stream_init()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
H
A
D
dev.h
416
bool
is_extended
;
member
H
A
D
capture.c
2561
bool
is_extended
= false;
in rkcif_is_extending_line_for_height()
local
2584
is_extended
= true;
in rkcif_is_extending_line_for_height()
2589
return
is_extended
;
in rkcif_is_extending_line_for_height()
2604
bool
is_extended
= false;
in rkcif_queue_setup()
local
2618
is_extended
= rkcif_is_extending_line_for_height(dev, stream, in_fmt);
in rkcif_queue_setup()
2619
if (
is_extended
&& extend_line->
is_extended
) {
in rkcif_queue_setup()
2634
is_extended
, extend_line->
is_extended
);
in rkcif_queue_setup()
4418
stream->extend_line.
is_extended
in rkcif_stream_init()
[all...]
Completed in 16 milliseconds