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:PLANE_U
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/imagecodec/
H
A
D
image_codec_buffer.h
25
PLANE_U
,
enumerator
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
image_format_convert.cpp
46
constexpr uint8_t
PLANE_U
= 1;
member
432
auto uvStride = planes->planes[
PLANE_U
].columnStride;
in GetYUVStrideInfo()
434
auto uvOffset = planes->planes[
PLANE_U
].offset;
in GetYUVStrideInfo()
444
auto uvStride = planes->planes[
PLANE_U
].columnStride / 2;
in GetYUVStrideInfo()
446
auto uvOffset = planes->planes[
PLANE_U
].offset / 2;
in GetYUVStrideInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
56
static const int32_t
PLANE_U
= 1;
member
218
auto uvStride = planes->planes[
PLANE_U
].columnStride;
in GetYUVStrideInfo()
220
auto uvOffset = planes->planes[
PLANE_U
].offset;
in GetYUVStrideInfo()
230
auto uvStride = planes->planes[
PLANE_U
].columnStride / 2;
in GetYUVStrideInfo()
232
auto uvOffset = planes->planes[
PLANE_U
].offset / 2;
in GetYUVStrideInfo()
H
A
D
pixel_map.cpp
101
static const int32_t
PLANE_U
= 1;
member
3780
auto uvStride = planes->planes[
PLANE_U
].columnStride;
in GetYUVStrideInfo()
3782
auto uvOffset = planes->planes[
PLANE_U
].offset;
in GetYUVStrideInfo()
3792
auto uvStride = planes->planes[
PLANE_U
].columnStride / 2;
in GetYUVStrideInfo()
3794
auto uvOffset = planes->planes[
PLANE_U
].offset / 2;
in GetYUVStrideInfo()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H
A
D
avmetadatahelper_impl.cpp
43
static constexpr int32_t
PLANE_U
= 1;
member
466
yuvDataInfo.uvStride = planes->planes[
PLANE_U
].columnStride / ratio;
in SetPixelMapYuvInfo()
468
yuvDataInfo.uvOffset = planes->planes[
PLANE_U
].offset / ratio;
in SetPixelMapYuvInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H
A
D
heif_hw_decoder.cpp
233
offset = outputPlanes->planes[
PLANE_U
].offset;
in GetUvPlaneOffsetFromSurfaceBuffer()
Completed in 13 milliseconds