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
defs:uvStride
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
native_image.cpp
124
uint64_t
uvStride
= static_cast<uint64_t>((width + NUM_1) / NUM_2);
in SplitYUV422SPComponent()
local
H
A
D
pixel_yuv.cpp
218
auto
uvStride
= planes->planes[PLANE_U].columnStride;
in GetYUVStrideInfo()
local
224
auto
uvStride
= planes->planes[PLANE_V].columnStride;
in GetYUVStrideInfo()
local
230
auto
uvStride
= planes->planes[PLANE_U].columnStride / 2;
in GetYUVStrideInfo()
local
236
auto
uvStride
= planes->planes[PLANE_V].columnStride / 2;
in GetYUVStrideInfo()
local
[all...]
H
A
D
pixel_map.cpp
3780
auto
uvStride
= planes->planes[PLANE_U].columnStride;
GetYUVStrideInfo()
local
3786
auto
uvStride
= planes->planes[PLANE_V].columnStride;
GetYUVStrideInfo()
local
3792
auto
uvStride
= planes->planes[PLANE_U].columnStride / 2;
GetYUVStrideInfo()
local
3798
auto
uvStride
= planes->planes[PLANE_V].columnStride / 2;
GetYUVStrideInfo()
local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
image_format_convert.cpp
432
auto
uvStride
= planes->planes[PLANE_U].columnStride;
in GetYUVStrideInfo()
local
438
auto
uvStride
= planes->planes[PLANE_V].columnStride;
in GetYUVStrideInfo()
local
444
auto
uvStride
= planes->planes[PLANE_U].columnStride / 2;
in GetYUVStrideInfo()
local
450
auto
uvStride
= planes->planes[PLANE_V].columnStride / 2;
in GetYUVStrideInfo()
local
[all...]
H
A
D
image_format_convert_ext_utils.cpp
137
int
uvStride
= (rgbInfo.width + NUM_1) / NUM_2 * NUM_2;
in RGBToYuvParam()
local
386
int
uvStride
= (destParam.width % EVEN_ODD_DIVISOR == 0) ?
in RGBToYuvP010Param()
local
[all...]
H
A
D
image_format_convert_utils.cpp
128
int
uvStride
= (destWidth % EVEN_ODD_DIVISOR == 0) ? (destWidth) : (destWidth + 1);
in RGBToYuvParam()
local
353
int
uvStride
= (destParam.width % EVEN_ODD_DIVISOR == 0) ?
in RGBToYuvP010Param()
local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H
A
D
pixel_yuv_ext_utils.cpp
274
uint32_t
uvStride
in ScaleUVPlane()
local
[all...]
/foundation/multimedia/image_framework/interfaces/innerkits/include/
H
A
D
image_type.h
227
uint32_t
uvStride
= 0;
member
243
uint32_t
uvStride
= 0;
member
262
uint32_t
uvStride
= 0;
member
Completed in 21 milliseconds