/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/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/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/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/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/sm8150/display/gralloc/ |
D | gr_buf_descriptor.h | 67 height_ = static_cast<int32_t>(in[2]); in Decode() 78 height_ = h; in SetDimensions() 89 int GetHeight() const { return height_; } in GetHeight() 99 int height_ = -1; variable
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_descriptor.h | 67 height_ = static_cast<int32_t>(in[2]); in Decode() 78 height_ = h; in SetDimensions() 89 int GetHeight() const { return height_; } in GetHeight() 99 int height_ = -1; variable
|
/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 __anon10e974fd0111::DummyDisplay
|
/hardware/google/av/codec2/include/ |
D | C2Buffer.h | 1345 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() 1437 height(height_), in C2Rect()
|
D | C2Config.h | 985 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct() 986 : width(width_), height(height_) { } in C2PictureSizeStruct()
|