Home
last modified time | relevance | path

Searched refs:GetImageLayout (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/drivers/interface/display/buffer/v1_2/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h52 int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const override in GetImageLayout() function
58 int32_t ret = mapper_v1_2_->GetImageLayout(hdiBuffer, layout); in GetImageLayout()
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/src/
H A Dmapper_service.cpp177 int32_t MapperService::GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) in GetImageLayout() function in OHOS::HDI::Display::Buffer::V1_0::MapperService
184 int32_t ret = vdiImpl_->GetImageLayout(*buffer, layout); in GetImageLayout()
/ohos5.0/drivers/interface/display/buffer/v1_2/include/
H A Didisplay_buffer.h39 virtual int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const = 0;
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/
H A Dmapper_service.h42 int32_t GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) override;
H A Didisplay_buffer_vdi.h148 virtual int32_t GetImageLayout(const BufferHandle& handle, V1_2::ImageLayout& layout) const in GetImageLayout() function
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_buffer_vdi_impl.h47 virtual int32_t GetImageLayout(const BufferHandle& handle,
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_buffer_vdi_impl.cpp113 int32_t DisplayBufferVdiImpl::GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const in GetImageLayout() function in OHOS::HDI::DISPLAY::DisplayBufferVdiImpl
/ohos5.0/drivers/interface/display/buffer/v1_2/
H A DIMapper.idl32 GetImageLayout([in] NativeBuffer handle, [out] struct ImageLayout layout);
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp214 GSError SurfaceBufferImpl::GetImageLayout(void *layout) in GetImageLayout() function in OHOS::SurfaceBufferImpl
227 auto dret = displayBuffer->GetImageLayout(*handle_, in GetImageLayout()
429 GSError ret = GetImageLayout(&layout); in GetPlanesInfo()
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h102 GSError GetImageLayout(void *layout);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dpipeline_descriptor_set_binder.cpp35 constexpr ImageLayout GetImageLayout(const DescriptorType dt) in GetImageLayout() function
363 : GetImageLayout(bind.binding.descriptorType); in BindImage()
411 const ImageLayout defaultImageLayout = GetImageLayout(bind.binding.descriptorType); in BindImages()
/ohos5.0/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp80 int32_t ret = bufferMgr_->GetImageLayout(*handle, layout); in CopyYuvData()