HomeSort by relevance Sort by last modified time
    Searched refs:y_pixels (Results 1 - 25 of 46) sorted by null

1 2

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_display_null.h 61 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { return 0; }
63 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) {
65 *y_pixels = y_res_;
68 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) {
70 *y_pixels = y_res_;
hwc_display.cpp 238 values[i] = INT32(variable_config.y_pixels);
382 uint32_t y_pixels; local
395 GetFrameBufferResolution(&x_pixels, &y_pixels);
397 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
    [all...]
hwc_display.h 74 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels);
75 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels);
hwc_display_virtual.cpp 240 variable_info.y_pixels = UINT32(meta_data->bufferDim.sliceHeight);
243 variable_info.y_pixels = UINT32(fbt_height);
  /hardware/qcom/display/msm8998/sdm/libs/hwc/
hwc_display_null.h 61 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { return 0; }
63 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) {
65 *y_pixels = y_res_;
68 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) {
70 *y_pixels = y_res_;
hwc_display.cpp 328 values[i] = INT32(variable_config.y_pixels);
486 uint32_t y_pixels; local
499 GetFrameBufferResolution(&x_pixels, &y_pixels);
501 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
506 layer_buffer.unaligned_height = y_pixels;
    [all...]
hwc_display.h 107 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels);
108 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels);
hwc_display_virtual.cpp 240 variable_info.y_pixels = UINT32(meta_data->bufferDim.sliceHeight);
243 variable_info.y_pixels = UINT32(fbt_height);
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_virtual.cpp 83 mixer_attributes->height = display_attributes_.y_pixels;
91 if (display_attributes.x_pixels == 0 || display_attributes.y_pixels == 0) {
hw_primary.cpp 179 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
180 DLOGI("Found mode %d x %d", config.x_pixels, config.y_pixels);
184 if (curr_x_pixels == config.x_pixels && curr_y_pixels == config.y_pixels) {
219 display_attributes->y_pixels = display_configs_.at(index).y_pixels;
251 display_attributes_.y_pixels = var_screeninfo.yres;
646 mixer_attributes_.height = display_attributes_.y_pixels;
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_virtual.cpp 55 mixer_attributes->height = display_attributes_.y_pixels;
63 if (display_attributes.x_pixels == 0 || display_attributes.y_pixels == 0) {
hw_primary.cpp 171 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
172 DLOGI("Found mode %d x %d", config.x_pixels, config.y_pixels);
176 if (curr_x_pixels == config.x_pixels && curr_y_pixels == config.y_pixels) {
207 display_attributes->y_pixels = display_configs_.at(index).y_pixels;
240 display_attributes_.y_pixels = var_screeninfo.yres;
661 mixer_attributes_.height = display_attributes_.y_pixels;
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_virtual.cpp 103 display_attributes.y_pixels = variable_info->y_pixels;
120 // Override x_pixels and y_pixels of frame buffer with mixer width and height
122 fb_config.y_pixels = mixer_attributes.height;
display_hdmi.cpp 116 uint32_t display_height = display_attributes_.y_pixels;
197 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
199 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
display_base.cpp 70 // Override x_pixels and y_pixels of frame buffer with mixer width and height
72 fb_config_.y_pixels = mixer_attributes_.height;
184 float fb_height = FLOAT(fb_config_.y_pixels);
552 "vsync period: %u", info.x_pixels, info.y_pixels, info.x_dpi,
941 uint32_t fb_height = fb_config_.y_pixels;
1007 uint32_t height = variable_info.y_pixels;
    [all...]
  /hardware/qcom/display/msm8998/sdm/libs/core/
display_virtual.cpp 91 display_attributes.y_pixels = variable_info->y_pixels;
124 display_attributes_.y_pixels);
display_hdmi.cpp 105 uint32_t display_height = display_attributes_.y_pixels;
189 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
191 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.cpp 164 display_attributes_.y_pixels = mode.vdisplay;
628 mixer_attributes.height > display_attributes_.y_pixels) {
631 display_attributes_.y_pixels);
648 FLOAT(display_attributes_.x_pixels) / FLOAT(display_attributes_.y_pixels);
652 mixer_attributes.height, display_attributes_.x_pixels, display_attributes_.y_pixels);
657 float scale_y = FLOAT(display_attributes_.y_pixels) / FLOAT(mixer_attributes.height);
684 mixer_attributes_.height = display_attributes_.y_pixels;
695 mixer_attributes_.height = display_attributes_.y_pixels;
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 547 width != variable_config.x_pixels || height != variable_config.y_pixels) {
592 *out_value = INT32(variable_config.y_pixels);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 540 width != variable_config.x_pixels || height != variable_config.y_pixels) {
585 *out_value = INT32(variable_config.y_pixels);
    [all...]
hwc_display.h 99 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels);
100 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels);
  /external/ImageMagick/coders/
dib.c 94 y_pixels,
521 dib_info.y_pixels=ReadBlobLSBLong(image);
675 image->resolution.y=(double) dib_info.y_pixels/100.0;
92 y_pixels, member in struct:_DIBInfo
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/core/
display_interface.h 138 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8998/sdm/include/core/
display_interface.h 157 uint32_t y_pixels = 0; //!< Total number of pixels in Y-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 454 (y_pixels != display_attributes.y_pixels) ||

Completed in 631 milliseconds

1 2