Home
last modified time | relevance | path

Searched refs:width_ (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8909/gralloc/
Dgr_buf_descriptor.h42 : width_(w), in BufferDescriptor()
51 : width_(w), in BufferDescriptor()
63 width_ = w; in SetDimensions()
75 int GetWidth() const { return width_; } in GetWidth()
86 int width_ = -1;
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h42 : width_(w), in BufferDescriptor()
51 : width_(w), in BufferDescriptor()
63 width_ = w; in SetDimensions()
75 int GetWidth() const { return width_; } in GetWidth()
86 int width_ = -1;
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h41 : width_(w), in BufferDescriptor()
50 : width_(w), in BufferDescriptor()
62 width_ = w; in SetDimensions()
74 int GetWidth() const { return width_; } in GetWidth()
85 int width_ = -1;
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_buf_descriptor.h41 : width_(w), in BufferDescriptor()
50 : width_(w), in BufferDescriptor()
62 width_ = w; in SetDimensions()
74 int GetWidth() const { return width_; } in GetWidth()
85 int width_ = -1;
/hardware/libhardware/modules/camera/3_4/
Dstream_format.cpp42 width_(width), in StreamFormat()
50 width_(format.fmt.pix.width), in StreamFormat()
57 width_(format.width), in StreamFormat()
65 format->fmt.pix.width = width_; in FillFormatRequest()
89 width_ == other.width_ && height_ == other.height_); in operator ==()
Dstream_format.h47 inline uint32_t width() const { return width_; }; in width()
76 uint32_t width_; variable
/hardware/libhardware/modules/camera/3_4/arc/
Dframe_buffer.cpp20 width_(0), in FrameBuffer()
67 width_ = width; in V4L2FrameBuffer()
119 width_ = width; in GrallocFrameBuffer()
145 0, 0, width_, height_, &yuv_data); in Map()
155 width_, height_, &addr); in Map()
170 buffer_size_ = ImageProcessor::GetConvertedSize(fourcc_, width_, height_); in Map()
Dframe_buffer.h33 uint32_t GetWidth() const { return width_; } in GetWidth()
50 uint32_t width_; variable
69 void SetWidth(uint32_t width) { width_ = width; } in SetWidth()
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_descriptor.h51 width_ = w; in SetDimensions()
65 int GetWidth() const { return width_; } in GetWidth()
81 int width_ = -1; variable
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h52 width_ = w; in SetDimensions()
66 int GetWidth() const { return width_; } in GetWidth()
82 int width_ = -1; variable
/hardware/qcom/sm7250/display/composer/
Dhwc_display_virtual_dpu.cpp55 status = SetConfig(width_, height_); in Init()
57 DLOGE("Failed to set width: %d height: %d", width_, height_); in Init()
68 status = SetFrameBufferResolution(width_, height_); in Init()
Dhwc_display_virtual.h58 uint32_t width_ = 0;
Dhwc_display_virtual.cpp51 DISPLAY_CLASS_VIRTUAL), width_(width), height_(height) { in HWCDisplayVirtual()
Dhwc_display_virtual_gpu.cpp160 output_buffer_.unaligned_width = width_; in SetOutputBuffer()
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwcomposer.cpp67 : id_(id), width_(width), height_(height) {} in DummyDisplay()
73 uint32_t GetWidth() { return width_; } in GetWidth()
140 uint32_t width_; member in __anonc69cba910111::DummyDisplay
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dio.hpp85 streamsize_type width_; member in glm::io::basic_state_saver
Dio.inl48 , width_(a.width())
58 state_.width(width_);
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_device_drm.cpp265 :fb_id_(fb_id), format_(format), width_(width), height_(height) { in FrameBufferObject()
278 return (format == format_ && width == width_ && height == height_); in IsEqual()
284 uint32_t width_; member in sdm::FrameBufferObject
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_device_drm.cpp310 :fb_id_(fb_id), format_(format), width_(width), height_(height) { in FrameBufferObject()
323 return (format == format_ && width == width_ && height == height_); in IsEqual()
329 uint32_t width_; member in sdm::FrameBufferObject
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc613 u(x,y) & = s(x,y) \times width_{level} \\
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_structs.hpp1388 VULKAN_HPP_CONSTEXPR Extent2D(uint32_t width_ = {}, uint32_t height_ = {}) VULKAN_HPP_NOEXCEPT in Extent2D()
1389 : width( width_ ), height( height_ )
1409 VULKAN_HPP_CONSTEXPR_14 Extent2D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
1411 width = width_; in setWidth()
3842 VULKAN_HPP_CONSTEXPR Extent3D(uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {}) VU… in Extent3D()
3843 : width( width_ ), height( height_ ), depth( depth_ )
3869 VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
3871 width = width_; in setWidth()
18639 …flags_ = {}, VULKAN_HPP_NAMESPACE::ImageUsageFlags usage_ = {}, uint32_t width_ = {}, uint32_t hei… in FramebufferAttachmentImageInfo()
18640 …: pNext( pNext_ ), flags( flags_ ), usage( usage_ ), width( width_ ), height( height_ ), layerCoun…
[all …]
Dvulkan_structs.hpp6056 VULKAN_HPP_CONSTEXPR Extent2D(uint32_t width_ = {}, uint32_t height_ = {}) VULKAN_HPP_NOEXCEPT in Extent2D()
6057 : width( width_ ), height( height_ )
6077 VULKAN_HPP_CONSTEXPR_14 Extent2D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
6079 width = width_; in setWidth()
8495 VULKAN_HPP_CONSTEXPR Extent3D(uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {}) VU… in Extent3D()
8496 : width( width_ ), height( height_ ), depth( depth_ )
8522 VULKAN_HPP_CONSTEXPR_14 Extent3D & setWidth( uint32_t width_ ) VULKAN_HPP_NOEXCEPT in setWidth()
8524 width = width_; in setWidth()
14179 VULKAN_HPP_CONSTEXPR Viewport(float x_ = {}, float y_ = {}, float width_ = {}, float height_ = {}, … in Viewport()
14180 …: x( x_ ), y( y_ ), width( width_ ), height( height_ ), minDepth( minDepth_ ), maxDepth( maxDepth_…
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc2169 u(x,y) & = s(x,y) \times width_{scale} + \Delta_i\\