Home
last modified time | relevance | path

Searched refs:GetPlanesInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/ohos_image_adapter/src/
H A Dohos_image_decoder_adapter_impl.cpp170 surfaceBuffer->GetPlanesInfo((void**)&native_buffer_planes_); in GetOffset()
227 surfaceBuffer->GetPlanesInfo((void**)&nativeBufferPlanes); in GetPlanesCount()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp113 buffer->GetPlanesInfo(&planesInfoPtr); in ConfigYUVFormat()
180 buffer->GetPlanesInfo(&planesInfoPtr); in CreateYUVPixmap()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h135 virtual GSError GetPlanesInfo(void **planesInfo) in GetPlanesInfo() function
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h95 GSError GetPlanesInfo(void **planesInfo) override;
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dnative_buffer.cpp250 GSError retVal = sbuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in OH_NativeBuffer_MapPlanes()
H A Dsurface_buffer_impl.cpp423 GSError SurfaceBufferImpl::GetPlanesInfo(void **planesInfo) in GetPlanesInfo() function in OHOS::SurfaceBufferImpl
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp430 GSError err = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void **>(&planes)); in GetSliceHeightFromSurfaceBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp1070 hwBuffer->GetPlanesInfo((void **)&srcBufferPlanesInfo); in ConvertHwBufferPixelFormat()
1078 dstHwBuffer_->GetPlanesInfo((void **)&dstBufferPlanesInfo); in ConvertHwBufferPixelFormat()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec_dfx.cpp412 GSError err = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in DecideDumpInfo()
H A Dhdecoder.cpp592 GSError err = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in UpdateFormatFromSurfaceBuffer()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dauxiliary_generator.cpp152 GSError retVal = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void **>(&planes)); in SetDmaYuvInfo()
H A Dpicture.cpp197 GSError retVal = sBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in SetYuvDataInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Dheif_hw_decoder.cpp229 GSError ret = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void**>(&outputPlanes)); in GetUvPlaneOffsetFromSurfaceBuffer()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp229 GSError retVal = mySurfaceBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in CreatePixelMapYuv()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp351 GSError retVal = hwBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in HeapMemAlloc()
1222 GSError retVal = sbuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp291 GSError retVal = sb->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in CreateMemory()
H A Dpixel_map.cpp606 GSError retVal = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in InitYuvDataOutInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert.cpp521 GSError retVal = sb->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in CreateMemory()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp3617 GSError retVal = surfaceBuffer->GetPlanesInfo(reinterpret_cast<void**>(&planes)); in SetDmaContextYuvInfo()