/drivers/peripheral/display/hal/default_standard/src/display_device/drm/ |
H A D | hdi_drm_layer.cpp | 45 ret = drmModeAddFB2(drmFd, hdl.GetWidth(), hdl.GetHeight(), mDrmFormat, gemHandles, pitches, offsets, &mFdId, 0);
in Init() 49 hdl.GetWidth(), hdl.GetHeight(), mDrmFormat, gemHandles[0], pitches[0], offsets[0]);
in Init()
|
/drivers/peripheral/camera/vdi_base/usb_camera/pipeline_core/src/node/ |
H A D | node_utils.cpp | 105 if (buffer->GetCurWidth() == buffer->GetWidth() in BufferScaleFormatTransform() 129 .width = buffer->GetWidth(), in BufferScaleFormatTransform() 143 buffer->SetCurWidth(buffer->GetWidth()); in BufferScaleFormatTransform()
|
H A D | scale_node.cpp | 66 buffer->GetCurWidth(), buffer->GetCurHeight(), buffer->GetWidth(), buffer->GetHeight()); in DeliverBuffer()
|
H A D | codec_node.cpp | 232 uint32_t tmpBufferSize = buffer->GetWidth() * buffer->GetHeight() * pixWidthRGB888; in Yuv422ToJpeg() 246 JpegData jpegdata = {buffer->GetWidth(), buffer->GetHeight()}; in Yuv422ToJpeg()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/fbdev/ |
H A D | fb_composition.cpp | 31 fbFrameInfo.rect.w = clientlayer.GetCurrentBuffer()->GetWidth();
in FbFresh()
|
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dimage_buffer.h | 33 uint32_t GetWidth() const;
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/lite/ |
H A D | buffer_adapter.cpp | 30 buffer->SetWidth(surface->GetWidth()); in SurfaceBufferToCameraBuffer()
|
/drivers/peripheral/camera/vdi_base/common/include/ |
H A D | ibuffer.h | 34 virtual uint32_t GetWidth() const = 0;
|
H A D | image_buffer.h | 36 uint32_t GetWidth() const override;
|
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
H A D | buffer_operator.h | 30 uint32_t GetWidth() const override; 115 uint32_t MyBuffer::GetWidth() const in GetWidth() function in OHOS::Camera::MyBuffer
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/buffer_adapter/standard/ |
H A D | buffer_adapter.cpp | 62 pHandle->width = static_cast<int32_t>(buffer->GetWidth()); in CameraBufferToSurfaceBuffer()
|
/drivers/peripheral/camera/vdi_base/usb_camera/buffer_manager/src/buffer_adapter/standard/ |
H A D | buffer_adapter.cpp | 64 pHandle->width = static_cast<int32_t>(buffer->GetWidth()); in CameraBufferToSurfaceBuffer()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.h | 48 int32_t GetWidth() const
in GetWidth() function
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dimage_buffer.cpp | 31 uint32_t DImageBuffer::GetWidth() const in GetWidth() function in OHOS::DistributedHardware::DImageBuffer
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/gralloc_buffer_allocator/ |
H A D | gralloc_buffer_allocator.cpp | 216 dest.width = static_cast<int32_t>(src->GetWidth()); in CameraBufferToGrallocBuffer()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/ipp/src/ |
H A D | algo_plugin.cpp | 112 inAlgoBuffers[i]->width = inBuffers[i]->GetWidth(); in Process()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/composer/ |
H A D | hdi_gfx_composition.cpp | 116 surface.width = buffer.GetWidth();
in InitGfxSurface()
|
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/ |
H A D | image_buffer.cpp | 49 uint32_t ImageBuffer::GetWidth() const in GetWidth() function in OHOS::Camera::ImageBuffer
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/ |
H A D | stream_tunnel.cpp | 119 extraData->ExtraSet(OHOS::Camera::dataWidth, static_cast<int32_t>(buffer->GetWidth())); in PrepareBufferBeforeFlush()
|
/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/ |
H A D | source_node.cpp | 280 buffer->SetCurWidth(buffer->GetWidth()); in CollectBuffers()
|
/drivers/peripheral/camera/test/ut/buffer_manager/ |
H A D | buffer_manager_utest.cpp | 173 EXPECT_EQ(true, buffer->GetWidth() == 2); in HWTEST_F()
|