Home
last modified time | relevance | path

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

/system/dev/display/simple/
A Dsimple-display.cpp40 args.panel.params.width = width_; in DisplayControllerImplSetDisplayControllerInterface()
60 if (image->width != width_ || image->height != height_ in DisplayControllerImplImportVmoImage()
87 .x_pos = 0, .y_pos = 0, .width = width_, .height = height_, in DisplayControllerImplCheckConfiguration()
91 && layer->image.width == width_ in DisplayControllerImplCheckConfiguration()
119 return (width == width_ && format == format_) ? stride_ : 0; in DisplayControllerImplComputeLinearStride()
171 name, width_, height_, stride_, format_); in Bind()
180 width_(width), height_(height), stride_(stride), format_(format) { } in SimpleDisplay()
A Dsimple-display.h50 uint32_t width_; variable
/system/dev/display/mt8167s-display/
A Dovl.h40 : height_(height), width_(width), pitch_(pitch), x_(x), y_(y) { in Ovl()
42 ZX_DEBUG_ASSERT(width_ < kMaxWidth); in Ovl()
128 const uint32_t width_; // width of buffer variable
A Dmt8167s-display.h39 : DeviceType(parent), width_(width), height_(height), pitch_(pitch) {} in Mt8167sDisplay()
85 const uint32_t width_; variable
A Dmt8167s-display.cpp35 args->panel.params.width = width_; in PopulateAddedDisplayArgs()
278 height_, width_, pitch_, 0, 0); in Bind()
A Dovl.cpp154 ovl_mmio_->Write32(height_ << 16 | width_, OVL_ROI_SIZE); in Config()
197 ovl_mmio_->Write32(height_ << 16 | width_, OVL_Lx_SRC_SIZE(layer)); in Config()
/system/uapp/display-test/
A Dimage.h48 uint32_t width() { return width_; } in width()
61 uint32_t width_; variable
A Dimage.cpp24 : width_(width), height_(height), stride_(stride), format_(format), in Image()
113 for (uint32_t x = 0; x < width_ / 2; x++) { in Render()
144 for (unsigned x = 0; x < width_; x++) { in Render()
153 uint32_t width_in_tiles = (width_ + TILE_PIXEL_WIDTH - 1) / TILE_PIXEL_WIDTH; in Render()
174 uint32_t width_in_tiles = (width_ + TILE_PIXEL_WIDTH - 1) / TILE_PIXEL_WIDTH; in Render()
189 config_out->width = width_; in GetConfig()
A Dvirtual-layer.cpp50 width_ = display->mode().horizontal_resolution; in VirtualLayer()
59 width_ = 0; in VirtualLayer()
62 width_ += d->mode().horizontal_resolution; in VirtualLayer()
101 SetImageDimens(width_, height_); in PrimaryLayer()
189 interpolate(width_ - dest_frame_.width, frame_num, kDestFrameBouncePeriod); in StepLayout()
393 x_pos_ = interpolate(width_ + info.width, frame_num, kDestFrameBouncePeriod) - info.width; in StepLayout()
A Dvirtual-layer.h97 uint32_t width_; variable
/system/dev/display/astro-display/
A Dastro-display.h50 : DeviceType(parent), width_(width), height_(height) {} in AstroDisplay()
110 uint32_t width_; variable
A Dastro-display.cpp77 args->panel.params.width = width_; in PopulateAddedDisplayArgs()
168 .x_pos = 0, .y_pos = 0, .width = width_, .height = height_, in DisplayControllerImplCheckConfiguration()
172 && layer.image.width == width_ in DisplayControllerImplCheckConfiguration()
280 stride_ = DisplayControllerImplComputeLinearStride(width_, format_); in SetupDisplayInterface()
350 width_, in SetupDisplayInterface()
440 width_ = SHERLOCK_DISPLAY_WIDTH; in Bind()

Completed in 30 milliseconds