Home
last modified time | relevance | path

Searched refs:planesInfo (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/algorithm/detail_enhancer/skia/
H A Dskia_impl.cpp114 auto planesInfo = static_cast<OH_NativeBuffer_Planes*>(planesInfoPtr); in ConfigYUVFormat() local
118 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()
120 static_cast<unsigned int>(planesInfo->planes[CHANNEL_UV1].offset); in ConfigYUVFormat()
125 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV2].columnStride; in ConfigYUVFormat()
132 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()
133 rowbyte[CHANNEL_UV2] = planesInfo->planes[CHANNEL_UV2].columnStride; in ConfigYUVFormat()
142 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV2].columnStride; in ConfigYUVFormat()
143 rowbyte[CHANNEL_UV2] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()
153 rowbyte[CHANNEL_UV1] = planesInfo->planes[CHANNEL_UV1].columnStride; in ConfigYUVFormat()
181 auto planesInfo = static_cast<OH_NativeBuffer_Planes*>(planesInfoPtr); in CreateYUVPixmap() local
[all …]
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h135 virtual GSError GetPlanesInfo(void **planesInfo) in GetPlanesInfo() argument
137 (void)planesInfo; in GetPlanesInfo()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp423 GSError SurfaceBufferImpl::GetPlanesInfo(void **planesInfo) in GetPlanesInfo() argument
425 if (planesInfo == nullptr) { in GetPlanesInfo()
437 *planesInfo = static_cast<void*>(&planesInfo_); in GetPlanesInfo()
447 *planesInfo = static_cast<void*>(&planesInfo_); in GetPlanesInfo()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp87 OH_NativeBuffer_Planes *planesInfo; member
102 if (param.planesInfo == nullptr || param.planesInfo->planeCount < PLANE_COUNT_TWO) { in FillFrameInfoForPixelConvert()
106 const OH_NativeBuffer_Plane &planeY = param.planesInfo->planes[0]; in FillFrameInfoForPixelConvert()
107 …const OH_NativeBuffer_Plane &planeUV = param.planesInfo->planes[param.format == AV_PIX_FMT_NV21 ? … in FillFrameInfoForPixelConvert()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h95 GSError GetPlanesInfo(void **planesInfo) override;