HomeSort by relevance Sort by last modified time
    Searched refs:height_ (Results 51 - 75 of 108) sorted by null

1 23 4 5

  /external/chromium_org/media/base/
video_util_unittest.cc 15 : height_(0),
29 height_ = height;
47 CopyYPlane(y_plane_.get(), y_stride_, height_, destination_frame_.get());
49 u_plane_.get(), u_stride_, height_ / 2, destination_frame_.get());
51 v_plane_.get(), v_stride_, height_ / 2, destination_frame_.get());
59 int height_; member in class:media::VideoUtilTest
  /external/chromium_org/media/webm/chromeos/
webm_encoder.cc 80 height_ = sprite.width();
88 vpx_img_alloc(&image, VPX_IMG_FMT_I420, width_, height_, 16);
99 config_.g_h = height_;
133 width_, height_, // dest size
140 crop_y += height_;
201 Ebml_SerializeUnsigned(&ebml_writer_, PixelHeight, height_);
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtctexturevideoframe.h 61 virtual size_t GetHeight() const { return height_; }
113 int height_; member in class:cricket::WebRtcTextureVideoFrame
webrtctexturevideoframe.cc 43 : handle_(handle), width_(width), height_(height),
110 handle_, width_, height_, elapsed_time_, time_stamp_);
  /external/chromium/chrome/browser/chromeos/login/
login_html_dialog.h 88 int height_; member in class:chromeos::LoginHtmlDialog
  /external/chromium_org/chrome/browser/chromeos/login/
login_web_dialog.h 95 int height_; member in class:chromeos::LoginWebDialog
  /external/chromium_org/chrome/test/webdriver/
webdriver_basic_types.h 43 double width_, height_; member in class:webdriver::Size
webdriver_basic_types.cc 50 Size::Size(double width, double height) : width_(width), height_(height) { }
59 return height_;
  /external/chromium_org/third_party/libwebp/dec/
vp8li.h 75 int height_; member in struct:__anon13995
alpha.c 93 const int height = dec->pic_hdr_.height_;
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /external/skia/src/images/
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /external/webp/src/dec/
vp8li.h 75 int height_; member in struct:__anon30358
alpha.c 93 const int height = dec->pic_hdr_.height_;
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.h 187 int height_; member in class:android::filterfw::GLFrame
  /external/chromium/chrome/browser/resources/net_internals/
view.js 22 this.height_ = height;
59 return this.height_;
88 this.height_ = this.node_.offsetHeight;
  /external/chromium_org/skia/ext/
vector_canvas_unittest.cc 111 height_ = bitmap_data.bmHeight;
113 size_t size = row_length_ * height_;
124 int height() const { return height_; }
132 gfx::Size(width_, height_),
149 height_ != rhs.height_ ||
152 height_ == 0) {
157 for (int y = 0; y < height_; ++y) {
169 static_cast<double>(height_);
177 EXPECT_TRUE(y >= 0 && y < height_);
200 int height_; member in class:skia::__anon12371::Image
    [all...]
  /external/chromium_org/ui/base/gtk/
gtk_expanded_container_unittest.cc 9 #define EXPECT_ALLOCATION_EQ(widget, x_, y_, width_, height_) \
16 EXPECT_EQ(height_, allocation.height); \
  /external/chromium_org/media/base/android/
media_player_bridge.h 138 int height_; member in class:media::MediaPlayerBridge
media_source_player.cc 334 height_(0),
417 return height_;
511 height_ = params.video_size.height();
514 OnMediaMetadataChanged(duration_, width_, height_, true);
872 video_codec_, gfx::Size(width_, height_), surface_.j_surface().obj(),
880 OnMediaMetadataChanged(duration_, width_, height_, true);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/
earth.cc 296 int height_; member in class:Planet
388 height_ = 0;
413 int dy = height_ / num_regions_;
433 float min_dim = width_ < height_ ? width_ : height_;
434 float offset_x = width_ < height_ ? 0 : (width_ - min_dim) * 0.5f;
435 float offset_y = width_ < height_ ? (height_ - min_dim) * 0.5f : 0;
679 position.size().height() == height_)
849 height_ = image_data_->size().height()
    [all...]
  /external/chromium_org/third_party/libwebp/demux/
demux.c 49 int width_, height_; member in struct:Frame
260 frame->height_ = features.height;
318 frame->height_ = 1 + ReadLE24s(mem);
321 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) {
450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
453 dmux->canvas_height_ = frame->height_;
596 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
608 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
614 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
649 if (f->width_ <= 0 || f->height_ <= 0) return 0
    [all...]
  /external/openfst/src/include/fst/script/
draw-impl.h 60 title_(title), width_(width), height_(height), portrait_(portrait),
81 Print(height_);
220 float height_; member in class:fst::FstDrawer
  /external/webp/src/demux/
demux.c 49 int width_, height_; member in struct:Frame
258 frame->height_ = features.height;
317 frame->height_ = 1 + ReadLE24s(mem);
323 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) {
450 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
453 dmux->canvas_height_ = frame->height_;
596 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
608 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
614 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
649 if (f->width_ <= 0 || f->height_ <= 0) return 0
    [all...]
  /external/chromium_org/win8/metro_driver/
print_document_source.h 148 float height_; member in class:metro_driver::PrintDocumentSource

Completed in 844 milliseconds

1 23 4 5