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

  /external/ceres-solver/examples/
pgm_image.h 87 int height_, width_; member in class:ceres::examples::PGMImage
95 : height_(height), width_(width), data_(width*height, 0.0) {
102 width_ = 0;
115 return width_;
125 return width_ * height_;
141 CHECK(index < width_ * height_);
149 CHECK(index < width_ * height_);
156 return x + width_*y;
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
194 int num_pixels = width_*height_
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 87 int width_; member in class:chromeos::LoginHtmlDialog
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 60 int width_; member in class:__anon4557::DownloadStartedAnimationGtk
89 width_ = gdk_pixbuf_get_width(kDownloadImage);
115 GdkBitmap* mask = gdk_pixmap_new(NULL, width_, height_, 1);
  /external/libvpx/libvpx/test/
i420_video_source.h 33 width_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
88 width_ = width;
109 unsigned int width_; member in class:libvpx_test::I420VideoSource
sixtap_predict_test.cc 60 width_ = GET_PARAM(0);
68 int width_; member in class:__anon10903::SixtapPredictTest
143 for (int j = 0; j < width_; ++j)
145 << "i==" << (i * width_ + j);
169 for (int j = 0; j < width_; ++j)
171 << "i==" << (i * width_ + j);
video_source.h 68 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
103 if (width != width_ || height != height_) {
107 width_ = width;
119 unsigned int width_; member in class:libvpx_test::DummyVideoSource
sad_test.cc 60 width_ = GET_PARAM(0);
61 source_stride_ = width_ * 2;
62 reference_stride_ = width_ * 2;
79 for (int w = 0; w < width_; ++w) {
92 for (int w = 0; w < width_; ++w) {
100 for (int w = 0; w < width_; ++w) {
121 int height_, width_; member in class:__anon10901::SADTest
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 186 int width_; member in class:android::filterfw::GLFrame
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 73 SlantedRect() : width_(0.0f), height_(0.0f) {}
80 float width() const { return width_; }
84 float width_; member in class:android::filterfw::SlantedRect
  /external/skia/legacy/src/images/
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /external/skia/src/images/
bmpdecoderhelper.h 95 int width_; member in class:image_codec::BmpDecoderHelper
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 30 : image_(image), width_(width), height_(height) {
35 return width_;
52 int width_; member in class:ImageRGBA
  /external/openfst/src/include/fst/script/
draw-impl.h 60 title_(title), width_(width), height_(height), portrait_(portrait),
79 Print(width_);
219 float width_; member in class:fst::FstDrawer
  /external/webp/src/dec/
vp8li.h 71 int width_; member in struct:__anon18204
vp8i.h 112 uint16_t width_; member in struct:__anon18192
  /external/chromium/chrome/browser/chromeos/options/
wifi_config_view.cc 176 width_(width) {
181 size.set_width(width_);
185 int width_; member in class:chromeos::__anon3979::ComboboxWithWidth
    [all...]
  /external/webp/src/demux/
demux.c 43 int width_, height_; member in struct:Frame
253 frame->width_ = features.width;
311 frame->width_ = 1 + ReadLE24s(mem);
315 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) {
441 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
443 dmux->canvas_width_ = frame->width_;
581 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
616 if (f->width_ <= 0 || f->height_ <= 0) return 0;
794 iter->width = fragment->width_;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 1816 private int width_ = 0; field in class:GLProtoBuf.GLMessage.FrameBuffer
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 919 ::google::protobuf::int32 width_; member in class:android::gltrace::GLMessage_FrameBuffer
    [all...]

Completed in 1461 milliseconds