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

  /external/libvpx/libvpx/vp9/decoder/
vp9_decoder.h 53 int initial_height; member in struct:VP9Decoder
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 378 int initial_height; member in struct:VP9_COMP
vp9_encoder.c 669 assert(cm->height <= cpi->initial_height);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 493 int initial_height; member in struct:VP9_COMP
vp9_onyx_if.c 919 assert(cm->height <= cpi->initial_height);
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_resize_browsertest.cc 271 int initial_height = 100; local
273 gfx::Rect(300, 200, initial_width, initial_height));
278 int resize_height = panel::kPanelMinHeight / 2 - initial_height;
panel_browsertest.cc 853 int initial_height = panel->GetBounds().height(); local
1512 int initial_height = panel->GetBounds().height(); local
    [all...]

Completed in 154 milliseconds