/ohos5.0/drivers/interface/display/buffer/v1_2/hdi_impl/ |
H A D | display_buffer_hdi_impl.h | 52 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 D | mapper_service.cpp | 177 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 D | idisplay_buffer.h | 39 virtual int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const = 0;
|
/ohos5.0/drivers/peripheral/display/buffer/hdi_service/include/ |
H A D | mapper_service.h | 42 int32_t GetImageLayout(const sptr<NativeBuffer>& handle, V1_2::ImageLayout& layout) override;
|
H A D | idisplay_buffer_vdi.h | 148 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 D | display_buffer_vdi_impl.h | 47 virtual int32_t GetImageLayout(const BufferHandle& handle,
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | display_buffer_vdi_impl.cpp | 113 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 D | IMapper.idl | 32 GetImageLayout([in] NativeBuffer handle, [out] struct ImageLayout layout);
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | surface_buffer_impl.cpp | 214 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 D | surface_buffer_impl.h | 102 GSError GetImageLayout(void *layout);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | pipeline_descriptor_set_binder.cpp | 35 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 D | buffer_helper.cpp | 80 int32_t ret = bufferMgr_->GetImageLayout(*handle, layout); in CopyYuvData()
|