Home
last modified time | relevance | path

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

/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/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/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/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/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/sdm845/display/gralloc/
Dgr_buf_descriptor.h66 width_ = static_cast<int32_t>(in[1]); in Decode()
77 width_ = w; in SetDimensions()
87 int GetWidth() const { return width_; } in GetWidth()
98 int width_ = -1;
/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 __anona3aed1860111::DummyDisplay
/hardware/google/av/codec2/include/
DC2Buffer.h1345 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect()
1346 : C2Rect(width_, height_, 0, 0) { } in C2Rect()
1435 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect()
1436 : width(width_), in C2Rect()
DC2Config.h985 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct()
986 : width(width_), height(height_) { } in C2PictureSizeStruct()