Home | History | Annotate | Download | only in hwc2

Lines Matching defs:fb_config

1283   DisplayConfigVariableInfo fb_config;
1284 DisplayError error = display_intf_->GetFrameBufferConfig(&fb_config);
1290 fb_config.x_pixels = x_pixels;
1291 fb_config.y_pixels = y_pixels;
1293 error = display_intf_->SetFrameBufferConfig(fb_config);
1301 LayerRect dst = LayerRect(0, 0, FLOAT(fb_config.x_pixels), FLOAT(fb_config.y_pixels));
1327 DLOGI("New framebuffer resolution (%dx%d)", fb_config.x_pixels, fb_config.y_pixels);
1333 DisplayConfigVariableInfo fb_config;
1334 display_intf_->GetFrameBufferConfig(&fb_config);
1336 *x_pixels = fb_config.x_pixels;
1337 *y_pixels = fb_config.y_pixels;