Searched refs:pitch_ (Results 1 – 4 of 4) sorted by relevance
| /system/dev/display/mt8167s-display/ |
| A D | mt8167s-display.h | 39 : DeviceType(parent), width_(width), height_(height), pitch_(pitch) {} in Mt8167sDisplay() 87 const uint32_t pitch_; variable
|
| A D | ovl.h | 40 : height_(height), width_(width), pitch_(pitch), x_(x), y_(y) { in Ovl() 129 const uint32_t pitch_; // i.e. stride variable
|
| A D | ovl.cpp | 204 x_ * GetBytesPerPixel(cfg.format) + y_ * pitch_; in Config() 209 regVal |= Lx_PITCH_PITCH(pitch_); in Config()
|
| A D | mt8167s-display.cpp | 278 height_, width_, pitch_, 0, 0); in Bind()
|
Completed in 27 milliseconds