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:planeCount
(Results
1 - 12
of
12
) sorted by relevance
/foundation/graphic/graphic_surface/surface/src/
H
A
D
surface_buffer_impl.cpp
242
} else if (planesInfo_.
planeCount
!= 0) {
in GetImageLayout()
450
if (planesInfo_.
planeCount
!= 0) {
in GetPlanesInfo()
454
planesInfo_.
planeCount
= layout.planes.size();
in GetPlanesInfo()
455
for (uint32_t i = 0; i < planesInfo_.
planeCount
&& i < 4; i++) { // 4: max plane count
in GetPlanesInfo()
H
A
D
native_buffer.cpp
255
outPlanes->
planeCount
= planes->
planeCount
;
in OH_NativeBuffer_MapPlanes()
256
for (uint32_t i = 0; i < planes->
planeCount
&& i < 4; i++) { // 4: max plane count
in OH_NativeBuffer_MapPlanes()
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
native_buffer.h
364
uint32_t
planeCount
; ///< Number of distinct planes.
member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H
A
D
picture.cpp
196
if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->
planeCount
<= NUM_1) {
in SetYuvDataInfo()
199
} else if (planes->
planeCount
>= NUM_2) {
in SetYuvDataInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H
A
D
heif_hw_decoder.cpp
229
IF_TRUE_RETURN_VAL_WITH_MSG(outputPlanes->
planeCount
< PLANE_BUTT, false,
in GetUvPlaneOffsetFromSurfaceBuffer()
230
"invalid yuv buffer, %{public}u", outputPlanes->
planeCount
);
in GetUvPlaneOffsetFromSurfaceBuffer()
/foundation/multimedia/av_codec/services/services/codec/ipc/
H
A
D
buffer_converter.cpp
435
uint32_t count = planes->
planeCount
;
in GetSliceHeightFromSurfaceBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H
A
D
ext_decoder.cpp
335
if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->
planeCount
< NUM_2) {
in HeapMemAlloc()
1164
} else if (planes->
planeCount
>= PLANE_COUNT_TWO) {
in HeapMemAlloc()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hdecoder.cpp
546
for (uint32_t i = 0; i < planes->
planeCount
; i++) {
in UpdateFormatFromSurfaceBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H
A
D
HeifDecoderImpl.cpp
102
if (param.planesInfo == nullptr || param.planesInfo->
planeCount
< PLANE_COUNT_TWO) {
in FillFrameInfoForPixelConvert()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
image_format_convert.cpp
494
} else if (planes->
planeCount
>= NUM_2) {
in CreateMemory()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
272
} else if (planes->
planeCount
>= NUM_2) {
in CreateMemory()
H
A
D
pixel_map.cpp
604
if (retVal != OHOS::GSERROR_OK || planes == nullptr || planes->
planeCount
< NUM_2) {
in InitYuvDataOutInfo()
3827
} else if (planes->
planeCount
>= NUM_2) {
in UpdateSdrYuvStrides()
Completed in 22 milliseconds