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

  /external/chromium_org/chrome/browser/extensions/api/app_window/
app_window_api.cc 387 if (options.default_height.get())
388 params->content_spec.bounds.set_height(*options.default_height.get());
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 305 int default_height = work_area.height() - 2 * kWindowTilePixels; local
327 default_width, default_height);
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp9_spatial_svc_encoder.c 93 static const uint32_t default_height = 1080; variable
147 enc_cfg->g_h = default_height;
  /external/libvpx/libvpx/examples/
vp9_spatial_scalable_encoder.c 93 static const uint32_t default_height = 1080; variable
147 enc_cfg->g_h = default_height;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp9_spatial_scalable_encoder.c 93 static const uint32_t default_height = 1080; variable
147 enc_cfg->g_h = default_height;
  /external/chromium_org/ash/wm/
window_positioner.cc 422 int default_height = work_area.height() - kDesktopBorderSize; local
432 default_height);

Completed in 231 milliseconds