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:GetPlanesInfo
(Results
1 - 17
of
17
) sorted by relevance
/foundation/graphic/graphic_surface/surface/include/
H
A
D
surface_buffer_impl.h
92
GSError
GetPlanesInfo
(void **planesInfo) override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H
A
D
surface_buffer.h
119
virtual GSError
GetPlanesInfo
(void **planesInfo)
in GetPlanesInfo()
function in OHOS::SurfaceBuffer
/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H
A
D
skia_impl.cpp
113
buffer->
GetPlanesInfo
(&planesInfoPtr);
in ConfigYUVFormat()
180
buffer->
GetPlanesInfo
(&planesInfoPtr);
in CreateYUVPixmap()
/foundation/graphic/graphic_surface/surface/src/
H
A
D
native_buffer.cpp
250
GSError retVal = sbuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in OH_NativeBuffer_MapPlanes()
252
BLOGE("
GetPlanesInfo
failed, retVal:%{public}d", retVal);
in OH_NativeBuffer_MapPlanes()
H
A
D
surface_buffer_impl.cpp
437
GSError SurfaceBufferImpl::
GetPlanesInfo
(void** planesInfo)
in GetPlanesInfo()
function in OHOS::SurfaceBufferImpl
/foundation/multimedia/av_codec/services/services/codec/ipc/
H
A
D
buffer_converter.cpp
430
GSError err = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void **>(&planes));
in GetSliceHeightFromSurfaceBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H
A
D
HeifDecoderImpl.cpp
1001
hwBuffer->
GetPlanesInfo
((void **)&srcBufferPlanesInfo);
in ConvertHwBufferPixelFormat()
1009
dstHwBuffer_->
GetPlanesInfo
((void **)&dstBufferPlanesInfo);
in ConvertHwBufferPixelFormat()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H
A
D
hcodec_dfx.cpp
421
GSError err = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in DecideDumpInfo()
H
A
D
hdecoder.cpp
541
GSError err = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in UpdateFormatFromSurfaceBuffer()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H
A
D
picture.cpp
193
GSError retVal = sBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in SetYuvDataInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H
A
D
heif_hw_decoder.cpp
226
GSError ret = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&outputPlanes));
in GetUvPlaneOffsetFromSurfaceBuffer()
228
"
GetPlanesInfo
failed, GSError=%{public}d", ret);
in GetUvPlaneOffsetFromSurfaceBuffer()
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H
A
D
ext_decoder.cpp
334
GSError retVal = hwBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in HeapMemAlloc()
1161
GSError retVal = sbuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in HeapMemAlloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H
A
D
image_format_convert.cpp
489
GSError retVal = sb->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in CreateMemory()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H
A
D
pixel_yuv.cpp
269
GSError retVal = sb->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in CreateMemory()
H
A
D
pixel_map.cpp
603
GSError retVal = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in InitYuvDataOutInfo()
3824
GSError retVal = sb->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in UpdateSdrYuvStrides()
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H
A
D
avmetadatahelper_impl.cpp
459
GSError retVal = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
in SetPixelMapYuvInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H
A
D
image_source.cpp
3650
GSError retVal = surfaceBuffer->
GetPlanesInfo
(reinterpret_cast<void**>(&planes));
3652
IMAGE_LOGE("SetDmaContextYuvInfo,
GetPlanesInfo
failed retVal:%{public}d", retVal);
Completed in 31 milliseconds