HomeSort by relevance Sort by last modified time
    Searched refs:initial_height (Results 1 - 12 of 12) sorted by null

  /external/vulkan-validation-layers/demos/smoke/
Game.h 36 int initial_height; member in struct:Game::Settings
88 settings_.initial_height = 1024;
126 settings_.initial_height = std::stoi(*it);
ShellWin32.cpp 80 RECT win_rect = {0, 0, settings_.initial_width, settings_.initial_height};
180 resize_swapchain(settings_.initial_width, settings_.initial_height);
ShellXcb.cpp 114 xcb_create_window(c_, XCB_COPY_FROM_PARENT, win_, scr_->root, 0, 0, settings_.initial_width, settings_.initial_height, 0,
280 resize_swapchain(settings_.initial_width, settings_.initial_height);
ShellWayland.cpp 337 resize_swapchain(settings_.initial_width, settings_.initial_height);
  /external/toybox/kconfig/lxdialog/
textbox.c 52 int initial_height, int initial_width)
70 if (initial_height != 0)
71 height = initial_height;
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 650 int initial_height; member in struct:VP8_COMP
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h 622 int initial_height; member in struct:VP9_COMP
vp9_encoder.c     [all...]
vp9_firstpass.c 397 const int dim = VPXMIN(cpi->initial_width, cpi->initial_height);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 435 (ctx->cpi->initial_height && (int)cfg->g_h > ctx->cpi->initial_height))
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 663 (ctx->cpi->initial_height && (int)cfg->g_h > ctx->cpi->initial_height))
    [all...]

Completed in 178 milliseconds