HomeSort by relevance Sort by last modified time
    Searched defs:y_width (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 92 size_t y_width = frame->GetWidth(); local
98 for (size_t j = 0; j < y_width; ++j) {
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 26 int y_width; member in struct:yv12_buffer_config
  /external/ganymed-ssh2/examples/
SwingShell.java 664 int y_width = 30; local
666 sess.requestPTY("dumb", x_width, y_width, 0, 0, null);
669 TerminalDialog td = new TerminalDialog(loginFrame, username + "@" + hostname, sess, x_width, y_width);

Completed in 76 milliseconds