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:GetUVHeight
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
pixel_yuv_utils.cpp
106
static int32_t
GetUVHeight
(int32_t height)
in GetUVHeight()
function
137
for (int i = 0; i <
GetUVHeight
(size.height); ++i) {
in WriteDataNV12Convert()
164
for (int i = 0; i <
GetUVHeight
(size.height); ++i) {
in WriteDataNV12P010Convert()
748
auto uvSizeNormal = static_cast<int32_t>(dstStrides.uvStride) *
GetUVHeight
(height);
in SetTranslateDataDefault()
850
for (int32_t y = 0; y <
GetUVHeight
(info.size.height); y++) {
in Yuv420SPWritePixels()
879
for (int32_t y = 0; y <
GetUVHeight
(info.size.height); y++) {
in P010WritePixels()
1026
for (int32_t y = 0; y <
GetUVHeight
(yuvInfo.yHeight); y++) {
in P010Translate()
1029
int32_t newY = y +
GetUVHeight
(xyAxis.yAxis);
in P010Translate()
1031
newY <
GetUVHeight
(yuvInfo.yHeight + xyAxis.yAxis)) {
in P010Translate()
H
A
D
pixel_yuv_ext_utils.cpp
65
static int32_t
GetUVHeight
(int32_t height)
in GetUVHeight()
function
265
uint32_t srcUHeight = static_cast<uint32_t>(
GetUVHeight
(yuvInfo.height));
in ScaleUVPlane()
267
uint32_t dstUHeight = static_cast<uint32_t>(
GetUVHeight
(dstYHeight));
in ScaleUVPlane()
339
for (uint32_t y = 0; y < static_cast<uint32_t>(
GetUVHeight
(yHeight)); y++) {
in CopyP010Pixels()
404
std::make_unique<uint16_t[]>(GetImageSize(dst_width, dst_height +
GetUVHeight
(dst_height)));
in ScaleP010()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
186
static int32_t
GetUVHeight
(int32_t height)
in GetUVHeight()
function
859
GetUStride(width) *
GetUVHeight
(height) * TWO_SLICES);
in GetImageSize()
Completed in 6 milliseconds