HomeSort by relevance Sort by last modified time
    Searched refs:y_pixels (Results 1 - 25 of 42) 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 236 values[i] = INT32(variable_config.y_pixels);
380 uint32_t y_pixels; local
393 GetFrameBufferResolution(&x_pixels, &y_pixels);
395 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/msmcobalt/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);
392 uint32_t y_pixels; local
405 GetFrameBufferResolution(&x_pixels, &y_pixels);
407 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
412 layer_buffer->unaligned_height = y_pixels;
    [all...]
hwc_display.h 82 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels);
83 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/msmcobalt/sdm/libs/core/fb/
hw_virtual.cpp 59 mixer_attributes->height = display_attributes_.y_pixels;
67 if (display_attributes.x_pixels == 0 || display_attributes.y_pixels == 0) {
hw_primary.cpp 165 config.y_pixels = UINT32(atoi(line.c_str() + ypos + 1));
166 DLOGI("Found mode %d x %d", config.x_pixels, config.y_pixels);
170 if (curr_x_pixels == config.x_pixels && curr_y_pixels == config.y_pixels) {
201 display_attributes->y_pixels = display_configs_.at(index).y_pixels;
233 display_attributes_.y_pixels = var_screeninfo.yres;
638 mixer_attributes_.height = display_attributes_.y_pixels;
  /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/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 67 // Override x_pixels and y_pixels of frame buffer with mixer width and height
69 fb_config_.y_pixels = mixer_attributes_.height;
175 float fb_height = FLOAT(fb_config_.y_pixels);
538 "vsync period: %u", info.x_pixels, info.y_pixels, info.x_dpi,
927 uint32_t fb_height = fb_config_.y_pixels;
993 uint32_t height = variable_info.y_pixels;
1019 fb_config_.y_pixels = height;
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/core/
display_virtual.cpp 93 display_attributes.y_pixels = variable_info->y_pixels;
110 // Override x_pixels and y_pixels of frame buffer with mixer width and height
112 fb_config.y_pixels = mixer_attributes.height;
display_hdmi.cpp 106 uint32_t display_height = display_attributes_.y_pixels;
190 if (attrib[index].y_pixels > attrib[best_index].y_pixels) {
192 } else if (attrib[index].y_pixels == attrib[best_index].y_pixels) {
display_base.cpp 67 // Override x_pixels and y_pixels of frame buffer with mixer width and height
69 fb_config_.y_pixels = mixer_attributes_.height;
186 float fb_height = FLOAT(fb_config_.y_pixels);
544 "vsync period: %u", info.x_pixels, info.y_pixels, info.x_dpi,
933 uint32_t fb_height = fb_config_.y_pixels;
999 uint32_t height = variable_info.y_pixels;
    [all...]
  /hardware/qcom/display/msmcobalt/sdm/libs/hwc2/
hwc_display.cpp 543 width != variable_config.x_pixels || height != variable_config.y_pixels) {
588 *out_value = INT32(variable_config.y_pixels);
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/hwc2/
hwc_display.cpp 543 width != variable_config.x_pixels || height != variable_config.y_pixels) {
588 *out_value = INT32(variable_config.y_pixels);
    [all...]
hwc_display.h 98 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels);
99 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/msmcobalt/sdm/include/core/
display_interface.h 152 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 406 milliseconds

1 2