Searched refs:width_ (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 42 : 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/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 41 : 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/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 41 : 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/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 42 : 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/libhardware/modules/camera/3_4/ |
D | stream_format.cpp | 42 width_(width), in StreamFormat() 51 width_(format.fmt.pix.width), in StreamFormat() 59 width_(format.width), in StreamFormat() 68 format->fmt.pix.width = width_; in FillFormatRequest() 92 width_ == other.width_ && height_ == other.height_); in operator ==()
|
D | stream_format.h | 49 inline uint32_t width() const { return width_; }; in width() 78 uint32_t width_; variable
|
/hardware/libhardware/modules/camera/3_4/arc/ |
D | frame_buffer.cpp | 21 width_(0), in FrameBuffer() 68 width_ = width; in V4L2FrameBuffer() 120 width_ = width; in GrallocFrameBuffer() 146 0, 0, width_, height_, &yuv_data); in Map() 156 width_, height_, &addr); in Map() 171 buffer_size_ = ImageProcessor::GetConvertedSize(fourcc_, width_, height_); in Map()
|
D | frame_buffer.h | 36 uint32_t GetWidth() const { return width_; } in GetWidth() 53 uint32_t width_; variable 72 void SetWidth(uint32_t width) { width_ = width; } in SetWidth()
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 1346 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect() 1347 : C2Rect(width_, height_, 0, 0) { } in C2Rect() 1436 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect() 1437 : width(width_), in C2Rect()
|
D | C2Config.h | 943 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct() 944 : width(width_), height(height_) {} in C2PictureSizeStruct()
|