Searched defs:x_pixels (Results 1 - 14 of 14) sorted by relevance

/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_display_null.h61 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { return 0; } argument
63 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
64 *x_pixels = x_res_;
68 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
69 *x_pixels = x_res_;
H A Dhwc_display.cpp316 values[i] = INT32(variable_config.x_pixels);
477 uint32_t x_pixels; local
492 GetFrameBufferResolution(&x_pixels, &y_pixels);
494 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
498 layer_buffer.unaligned_width = x_pixels;
1141 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1149 fb_config.x_pixels = x_pixels;
1158 DLOGI("New framebuffer resolution (%dx%d)", x_pixels, y_pixels);
1163 void HWCDisplay::GetFrameBufferResolution(uint32_t *x_pixels, uint32_ argument
1171 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1176 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_display_null.h61 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { return 0; } argument
63 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
64 *x_pixels = x_res_;
68 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
69 *x_pixels = x_res_;
H A Dhwc_display.cpp316 values[i] = INT32(variable_config.x_pixels);
477 uint32_t x_pixels; local
492 GetFrameBufferResolution(&x_pixels, &y_pixels);
494 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
498 layer_buffer.unaligned_width = x_pixels;
1141 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1149 fb_config.x_pixels = x_pixels;
1158 DLOGI("New framebuffer resolution (%dx%d)", x_pixels, y_pixels);
1163 void HWCDisplay::GetFrameBufferResolution(uint32_t *x_pixels, uint32_ argument
1171 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1176 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_null.h61 virtual int SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { return 0; } argument
63 virtual void GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
64 *x_pixels = x_res_;
68 virtual void GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
69 *x_pixels = x_res_;
H A Dhwc_display.cpp235 values[i] = INT32(variable_config.x_pixels);
381 uint32_t x_pixels; local
395 GetFrameBufferResolution(&x_pixels, &y_pixels);
397 AdrenoMemInfo::getInstance().getAlignedWidthAndHeight(INT(x_pixels), INT(y_pixels), format,
1036 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1044 fb_config.x_pixels = x_pixels;
1053 DLOGI("New framebuffer resolution (%dx%d)", x_pixels, y_pixels);
1058 void HWCDisplay::GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) { argument
1062 *x_pixels
1066 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1071 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]
/hardware/qcom/display/msm8996/sdm/include/core/
H A Ddisplay_interface.h137 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
/hardware/qcom/display/msm8909/sdm/include/core/
H A Ddisplay_interface.h165 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Ddisplay_interface.h165 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
/hardware/qcom/display/msm8998/sdm/include/core/
H A Ddisplay_interface.h159 uint32_t x_pixels = 0; //!< Total number of pixels in X-direction on the display panel. member in struct:sdm::DisplayConfigVariableInfo
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
H A Dhwc_display.cpp809 *out_value = INT32(variable_config.x_pixels);
1572 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1573 if (x_pixels <= 0 || y_pixels <= 0) {
1574 DLOGW("Unsupported config: x_pixels=%d, y_pixels=%d", x_pixels, y_pixels);
1585 fb_config.x_pixels = x_pixels;
1595 LayerRect crop = LayerRect(0, 0, FLOAT(x_pixels), FLOAT(y_pixels));
1596 hwc_rect_t scaled_display_frame = {0, 0, INT(x_pixels), INT(y_pixels)};
1619 buffer_allocator_->GetAlignedWidthAndHeight(INT(x_pixels), IN
1640 GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1648 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1652 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_display.cpp721 width != variable_config.x_pixels || height != variable_config.y_pixels) {
765 *out_value = INT32(variable_config.x_pixels);
1493 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1494 if (x_pixels <= 0 || y_pixels <= 0) {
1495 DLOGW("Unsupported config: x_pixels=%d, y_pixels=%d", x_pixels, y_pixels);
1506 fb_config.x_pixels = x_pixels;
1516 LayerRect crop = LayerRect(0, 0, FLOAT(x_pixels), FLOAT(y_pixels));
1517 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOA
1559 GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1567 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1571 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_display.cpp532 width != variable_config.x_pixels || height != variable_config.y_pixels) {
574 *out_value = INT32(variable_config.x_pixels);
1277 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1278 if (x_pixels <= 0 || y_pixels <= 0) {
1279 DLOGW("Unsupported config: x_pixels=%d, y_pixels=%d", x_pixels, y_pixels);
1290 fb_config.x_pixels = x_pixels;
1300 LayerRect crop = LayerRect(0, 0, FLOAT(x_pixels), FLOAT(y_pixels));
1301 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOA
1332 GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1340 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1344 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_display.cpp721 } else if (width != variable_config.x_pixels || height != variable_config.y_pixels) {
778 *out_value = INT32(variable_config.x_pixels);
1472 int HWCDisplay::SetFrameBufferResolution(uint32_t x_pixels, uint32_t y_pixels) { argument
1473 if (x_pixels <= 0 || y_pixels <= 0) {
1474 DLOGW("Unsupported config: x_pixels=%d, y_pixels=%d", x_pixels, y_pixels);
1485 fb_config.x_pixels = x_pixels;
1495 LayerRect crop = LayerRect(0, 0, FLOAT(x_pixels), FLOAT(y_pixels));
1496 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOA
1535 GetFrameBufferResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1543 GetMixerResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
1547 GetPanelResolution(uint32_t *x_pixels, uint32_t *y_pixels) argument
[all...]

Completed in 530 milliseconds