/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 43 height_(h), in BufferDescriptor() 52 height_(h), in BufferDescriptor() 64 height_ = h; in SetDimensions() 77 int GetHeight() const { return height_; } in GetHeight() 87 int height_ = -1; variable
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 43 height_(h), in BufferDescriptor() 52 height_(h), in BufferDescriptor() 64 height_ = h; in SetDimensions() 77 int GetHeight() const { return height_; } in GetHeight() 87 int height_ = -1; variable
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 42 height_(h), in BufferDescriptor() 51 height_(h), in BufferDescriptor() 63 height_ = h; in SetDimensions() 76 int GetHeight() const { return height_; } in GetHeight() 86 int height_ = -1; variable
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 42 height_(h), in BufferDescriptor() 51 height_(h), in BufferDescriptor() 63 height_ = h; in SetDimensions() 76 int GetHeight() const { return height_; } in GetHeight() 86 int height_ = -1; variable
|
/hardware/libhardware/modules/camera/3_4/ |
D | stream_format.cpp | 43 height_(height), in StreamFormat() 51 height_(format.fmt.pix.height), in StreamFormat() 58 height_(format.height), in StreamFormat() 66 format->fmt.pix.height = height_; in FillFormatRequest() 89 width_ == other.width_ && height_ == other.height_); in operator ==()
|
D | stream_format.h | 48 inline uint32_t height() const { return height_; }; in height() 77 uint32_t height_; variable
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | frame_buffer.cpp | 21 height_(0), in FrameBuffer() 68 height_ = height; in V4L2FrameBuffer() 120 height_ = height; 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()
|
D | frame_buffer.h | 34 uint32_t GetHeight() const { return height_; } in GetHeight() 51 uint32_t height_; variable 70 void SetHeight(uint32_t height) { height_ = height; } in SetHeight()
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_buf_descriptor.h | 52 height_ = h; in SetDimensions() 67 int GetHeight() const { return height_; } in GetHeight() 82 int height_ = -1; variable
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_descriptor.h | 53 height_ = h; in SetDimensions() 68 int GetHeight() const { return height_; } in GetHeight() 83 int height_ = -1; variable
|
/hardware/qcom/sm7250/display/composer/ |
D | hwc_display_virtual_dpu.cpp | 55 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()
|
D | hwc_display_virtual.h | 59 uint32_t height_ = 0; variable
|
D | hwc_display_virtual.cpp | 51 DISPLAY_CLASS_VIRTUAL), width_(width), height_(height) { in HWCDisplayVirtual()
|
D | hwc_display_virtual_gpu.cpp | 161 output_buffer_.unaligned_height = height_; in SetOutputBuffer()
|
/hardware/qcom/display/msm8909/sdm/libs/hwc2/ |
D | hwcomposer.cpp | 67 : id_(id), width_(width), height_(height) {} in DummyDisplay() 74 uint32_t GetHeight() { return height_; } in GetHeight() 141 uint32_t height_; member in __anonc69cba910111::DummyDisplay
|
/hardware/qcom/sm8150/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 265 :fb_id_(fb_id), format_(format), width_(width), height_(height) { in FrameBufferObject() 278 return (format == format_ && width == width_ && height == height_); in IsEqual() 285 uint32_t height_; member in sdm::FrameBufferObject
|
/hardware/qcom/sm7250/display/sdm/libs/core/drm/ |
D | hw_device_drm.cpp | 310 :fb_id_(fb_id), format_(format), width_(width), height_(height) { in FrameBufferObject() 323 return (format == format_ && width == width_ && height == height_); in IsEqual() 330 uint32_t height_; member in sdm::FrameBufferObject
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/ |
D | mathtest.adoc | 617 t(x,y) \times height_{level} & \text{otherwise}
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_structs.hpp | 1388 VULKAN_HPP_CONSTEXPR Extent2D(uint32_t width_ = {}, uint32_t height_ = {}) VULKAN_HPP_NOEXCEPT in Extent2D() 1389 : width( width_ ), height( height_ ) 1415 VULKAN_HPP_CONSTEXPR_14 Extent2D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight() 1417 height = height_; in setHeight() 3842 VULKAN_HPP_CONSTEXPR Extent3D(uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {}) VU… in Extent3D() 3843 : width( width_ ), height( height_ ), depth( depth_ ) 3875 VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight() 3877 height = height_; in setHeight() 18639 …P_NAMESPACE::ImageUsageFlags usage_ = {}, uint32_t width_ = {}, uint32_t height_ = {}, uint32_t la… in FramebufferAttachmentImageInfo() 18640 …: pNext( pNext_ ), flags( flags_ ), usage( usage_ ), width( width_ ), height( height_ ), layerCoun… [all …]
|
D | vulkan_structs.hpp | 6056 VULKAN_HPP_CONSTEXPR Extent2D(uint32_t width_ = {}, uint32_t height_ = {}) VULKAN_HPP_NOEXCEPT in Extent2D() 6057 : width( width_ ), height( height_ ) 6083 VULKAN_HPP_CONSTEXPR_14 Extent2D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight() 6085 height = height_; in setHeight() 8495 VULKAN_HPP_CONSTEXPR Extent3D(uint32_t width_ = {}, uint32_t height_ = {}, uint32_t depth_ = {}) VU… in Extent3D() 8496 : width( width_ ), height( height_ ), depth( depth_ ) 8528 VULKAN_HPP_CONSTEXPR_14 Extent3D & setHeight( uint32_t height_ ) VULKAN_HPP_NOEXCEPT in setHeight() 8530 height = height_; in setHeight() 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/ |
D | textures.adoc | 2173 t(x,y) \times height_{scale} + \Delta_j & \text{otherwise}
|