Home
last modified time | relevance | path

Searched refs:layout (Results 1 - 10 of 10) sorted by relevance

/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
58 int32_t ret = mapper_v1_2_->GetImageLayout(hdiBuffer, layout);
/drivers/interface/display/buffer/v1_2/include/
H A Didisplay_buffer.h39 virtual int32_t GetImageLayout(const BufferHandle& handle, ImageLayout& layout) const = 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() argument
184 int32_t ret = vdiImpl_->GetImageLayout(*buffer, layout); in GetImageLayout()
/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.h132 virtual int32_t GetImageLayout(const BufferHandle& handle, V1_2::ImageLayout& layout) const = 0;
/drivers/peripheral/display/buffer/vdi_base/include/
H A Ddisplay_buffer_vdi_impl.h48 Display::Buffer::V1_2::ImageLayout& layout) const override;
/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()
/drivers/peripheral/codec/test/demo/heif/src/
H A Dbuffer_helper.cpp79 ImageLayout layout; in CopyYuvData() local
80 int32_t ret = bufferMgr_->GetImageLayout(*handle, layout); in CopyYuvData()
87 layout.planes[PLANE_U].offset : in CopyYuvData()
88 layout.planes[PLANE_V].offset; in CopyYuvData()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_dfm.h148 uint32_t layout; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_dfm.c62 param->layout = (audioAttr->channels > HDMI_AUDIO_FORMAT_CHANNEL_2) ? true : false; in HdmiDfmFillParam()
115 if (param->layout == false) { in HdmiDfmGetAudioPackets()

Completed in 4 milliseconds