Home
last modified time | relevance | path

Searched refs:height_ (Results 1 – 10 of 10) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_buf_descriptor.h43 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/msm8998/libgralloc1/
Dgr_buf_descriptor.h42 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/msm8996/libgralloc1/
Dgr_buf_descriptor.h42 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/msm8909/gralloc/
Dgr_buf_descriptor.h43 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/libhardware/modules/camera/3_4/
Dstream_format.cpp43 height_(height), in StreamFormat()
52 height_(format.fmt.pix.height), in StreamFormat()
60 height_(format.height), in StreamFormat()
69 format->fmt.pix.height = height_; in FillFormatRequest()
92 width_ == other.width_ && height_ == other.height_); in operator ==()
Dstream_format.h50 inline uint32_t height() const { return height_; }; in height()
79 uint32_t height_; variable
/hardware/libhardware/modules/camera/3_4/arc/
Dframe_buffer.cpp22 height_(0), in FrameBuffer()
69 height_ = height; in V4L2FrameBuffer()
121 height_ = height; 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()
Dframe_buffer.h37 uint32_t GetHeight() const { return height_; } in GetHeight()
54 uint32_t height_; variable
73 void SetHeight(uint32_t height) { height_ = height; } in SetHeight()
/hardware/google/av/codec2/include/
DC2Buffer.h1346 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()
1438 height(height_), in C2Rect()
DC2Config.h943 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct()
944 : width(width_), height(height_) {} in C2PictureSizeStruct()