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:MAX_PLANES
(Results
1 - 7
of
7
) sorted by relevance
/drivers/hdf_core/framework/model/camera/buffer_manager/include/
H
A
D
camera_buffer.h
18
#define
MAX_PLANES
8 /* max plane count per buffer */
macro
52
struct BufferPlane planes[
MAX_PLANES
];
/drivers/peripheral/display/buffer/vdi_base/include/
H
A
D
hi_gbm_internal.h
27
const uint32_t
MAX_PLANES
= 3U;
member
/drivers/hdf_core/adapter/khdf/linux/model/camera/include/
H
A
D
camera_buffer_manager_adapter.h
24
struct device *allocDev[
MAX_PLANES
];
/drivers/peripheral/display/buffer/vdi_base/src/
H
A
D
hi_gbm.cpp
37
uint32_t radio[
MAX_PLANES
];
105
for (uint32_t i = 1; (i < fmtInfo->planes->numPlanes) && (i <
MAX_PLANES
); i++) {
in AdjustStrideFromFormat()
/drivers/peripheral/display/hal/default/
H
A
D
display_gralloc.c
41
#define
MAX_PLANES
3
macro
53
uint32_t radio[
MAX_PLANES
];
129
for (uint32_t i = 1; (i < fmtInfo->planes->numPlanes) && (i <
MAX_PLANES
); i++) {
in AdjustStrideFromFormat()
/drivers/hdf_core/framework/model/camera/buffer_manager/src/
H
A
D
camera_buffer.c
182
if (userBuffer->planeCount < buffer->numPlanes || userBuffer->planeCount >
MAX_PLANES
) {
in CameraBufferCheckPlanes()
538
struct BufferPlane planes[
MAX_PLANES
];
in CameraBufferFromUserBuffer()
H
A
D
camera_buffer_manager.c
130
uint32_t planeSizes[
MAX_PLANES
] = { 0 };
in BufferQueueRequest()
Completed in 4 milliseconds