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:AlignUp
(Results
1 - 14
of
14
) sorted by relevance
/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H
A
D
allocator.cpp
87
bufferInfo.widthStride_ =
AlignUp
(bufferInfo.width_, WIDTH_ALIGN);
in UpdateRGBStrideAndSize()
88
bufferInfo.heightStride_ =
AlignUp
(bufferInfo.height_, HEIGHT_ALIGN);
in UpdateRGBStrideAndSize()
98
bufferInfo.widthStride_ =
AlignUp
(bufferInfo.width_, WIDTH_ALIGN);
in UpdateYuvStrideAndSize()
99
bufferInfo.heightStride_ =
AlignUp
(bufferInfo.height_, HEIGHT_ALIGN);
in UpdateYuvStrideAndSize()
H
A
D
allocator.h
27
T
AlignUp
(T value, T align)
in AlignUp()
function
/drivers/peripheral/codec/test/demo/jpeg/include/
H
A
D
jpeg_decoder.h
48
uint32_t inline
AlignUp
(uint32_t width)
in AlignUp()
function in JpegDecoder
/drivers/peripheral/codec/test/demo/idl/include/
H
A
D
codec_hdi_decode.h
116
uint32_t inline
AlignUp
(uint32_t width)
in AlignUp()
function in CodecHdiDecode::PortIndex
H
A
D
codec_hdi_encode.h
105
uint32_t inline
AlignUp
(uint32_t width)
in AlignUp()
function in CodecHdiEncode::PortIndex
/drivers/peripheral/codec/test/demo/v2.0/include/
H
A
D
codec_hdi_encode.h
121
uint32_t inline
AlignUp
(uint32_t width)
in AlignUp()
function in PortIndex::CodecHdiEncode
H
A
D
codec_hdi_decode.h
127
uint32_t inline
AlignUp
(uint32_t width)
in AlignUp()
function in PortIndex::CodecHdiDecode
/drivers/peripheral/codec/test/unittest/idl_omx/
H
A
D
codec_function_utils.h
121
uint32_t
AlignUp
(uint32_t width);
H
A
D
codec_function_utils.cpp
42
uint32_t FunctionUtil::
AlignUp
(uint32_t width)
in AlignUp()
function in FunctionUtil
92
param.format.video.nStride =
AlignUp
(WIDTH);
in InitBufferHandleParameter()
/drivers/peripheral/codec/test/demo/jpeg/src/
H
A
D
jpeg_decoder.cpp
176
AllocInfo alloc = {.width =
AlignUp
(width),
in AllocBuffer()
/drivers/peripheral/codec/test/demo/idl/src/
H
A
D
codec_hdi_decode.cpp
133
this->stride_ =
AlignUp
(opt.width);
in Init()
H
A
D
codec_hdi_encode.cpp
94
this->stride_ =
AlignUp
(width_);
in Init()
/drivers/peripheral/codec/test/demo/v2.0/src/
H
A
D
codec_hdi_encode.cpp
91
this->stride_ =
AlignUp
(width_);
in Init()
H
A
D
codec_hdi_decode.cpp
87
this->stride_ =
AlignUp
(opt.width);
in Init()
Completed in 15 milliseconds