Searched refs:height_ (Results 126 - 150 of 181) sorted by relevance

12345678

/external/chromium_org/android_webview/browser/
H A Dbrowser_view_renderer.cc142 height_(0) {
308 gfx::Size surface_size(width_, height_);
392 gfx::Size(width_, height_),
474 height_ = height;
486 height_ = height;
517 return gfx::Rect(client_->GetLocationOnScreen(), gfx::Size(width_, height_));
851 base::StringAppendF(&str, "view width height: [%d %d] ", width_, height_);
H A Dbrowser_view_renderer.h233 int height_; member in class:android_webview::BrowserViewRenderer
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dqm_select.cc28 height_(0),
235 height_ = height;
361 qm_->codec_height = height_;
578 static_cast<uint16_t>(fac_height * height_));
641 qm_->codec_height = static_cast<uint16_t>(height_ /
753 height_ = height_ * kFactorHeightSpatial[kOneHalfSpatialUniform];
763 if ((width_ * 3 / 4) % 2 != 0 || (height_ * 3 / 4) % 2 != 0) {
767 if ((width_ * 1 / 2) % 2 != 0 || (height_ * 1 / 2) % 2 != 0) {
825 if ((width_ * height_) <
[all...]
H A Dqm_select.h172 uint16_t height_; member in class:webrtc::VCMQmMethod
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_web_dialog.h107 int height_; member in class:chromeos::LoginWebDialog
/external/chromium_org/win8/metro_driver/
H A Dprint_document_source.h148 float height_; member in class:metro_driver::PrintDocumentSource
/external/harfbuzz_ng/util/
H A Dansi-print.cc96 unsigned int height_,
100 height (height_),
105 unsigned int height_) :
107 height (height_),
95 image_t(unsigned int width_, unsigned int height_, const uint32_t *data_, unsigned int stride_) argument
104 image_t(unsigned int width_, unsigned int height_) argument
/external/libvpx/libvpx/test/
H A Dvariance_test.cc88 height_ = 1 << log2height_;
92 block_size_ = width_ * height_;
114 int height_, log2height_; member in class:__anon24800::VarianceTest
204 height_ = 1 << log2height_;
208 block_size_ = width_ * height_;
211 ref_ = new uint8_t[block_size_ + width_ + height_ + 1];
232 int height_, log2height_; member in class:__anon24800::SubpelVarianceTest
244 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
267 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
H A Dsad_test.cc52 SADTestBase(int width, int height) : width_(width), height_(height) {}
94 for (int h = 0; h < height_; ++h) {
107 for (int h = 0; h < height_; ++h) {
115 for (int h = 0; h < height_; ++h) {
122 int width_, height_; member in class:__anon24792::SADTestBase
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.h50 height_(window->bounds().height()) { }
54 int height_; member in struct:ash::WindowWithHeight
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h77 Extents(int width_, int height_, int depth_) : width(width_), height(height_), depth(depth_) { } argument
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8l.c707 assert(dec->last_row_ <= dec->height_);
1088 dec->height_ = height;
1192 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_;
1213 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_;
1257 dec->height_ = alph_dec->height_;
1265 io->height = alph_dec->height_;
1271 if (!DecodeImageStream(alph_dec->width_, alph_dec->height_, 1, dec, NULL)) {
1304 assert(last_row <= dec->height_);
1306 if (dec->last_pixel_ == dec->width_ * dec->height_) {
[all...]
H A Dvp8i.h117 uint16_t height_; member in struct:__anon13240
/external/webp/src/dec/
H A Dvp8l.c707 assert(dec->last_row_ <= dec->height_);
1088 dec->height_ = height;
1192 const uint64_t num_pixels = (uint64_t)dec->width_ * dec->height_;
1213 const uint64_t total_num_pixels = (uint64_t)dec->width_ * dec->height_;
1257 dec->height_ = alph_dec->height_;
1265 io->height = alph_dec->height_;
1271 if (!DecodeImageStream(alph_dec->width_, alph_dec->height_, 1, dec, NULL)) {
1304 assert(last_row <= dec->height_);
1306 if (dec->last_pixel_ == dec->width_ * dec->height_) {
[all...]
H A Dvp8i.h117 uint16_t height_; member in struct:__anon33334
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsad_test.cc60 SADTestBase(int width, int height) : width_(width), height_(height) {}
102 for (int h = 0; h < height_; ++h) {
115 for (int h = 0; h < height_; ++h) {
123 for (int h = 0; h < height_; ++h) {
130 int width_, height_; member in class:__anon12998::SADTestBase
/external/chromium_org/ui/file_manager/gallery/js/
H A Dmosaic_mode.js1333 this.height_ = 0;
1338 this.height_ += rowHeight;
1342 var overflow = this.height_ / this.maxHeight_;
1349 this.height_ = this.maxHeight_;
1379 Mosaic.Column.prototype.getHeight = function() { return this.height_ };
1491 return this.top_ <= y && y < (this.top_ + this.height_);
1498 return this.top_ + Math.round(this.height_ / 2);
1573 this.height_ = height;
1921 this.height_ = height;
1980 this.width_, this.height_)
[all...]
/external/chromium_org/chrome/utility/media_galleries/
H A Dimage_metadata_extractor.cc302 height_(-1),
332 return height_;
408 g_exif_lib.Get().ExtractInt(data, EXIF_TAG_IMAGE_LENGTH, &height_);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/linux/
H A Dmain_wnd.cc476 height_(0),
489 height_ = height;
497 int size = width_ * height_ * 4;
/external/chromium_org/media/base/android/
H A Dmedia_player_bridge.h165 int height_; member in class:media::MediaPlayerBridge
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
H A Dlife.cc127 int32_t height_; member in class:Life
143 height_(0) {
163 if (ps_context_->width != width_ || ps_context_->height != height_) {
181 height_ = ps_context_->height;
/external/chromium_org/content/renderer/media/webrtc/
H A Dmock_peer_connection_dependency_factory.h29 int height() const { return height_; }
34 int height_; member in class:content::MockVideoRenderer
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis_sse2.cc30 for (uint16_t i = 0; i < (height_ - 2*border_); i += skip_num_) {
130 for (int32_t i = 0; i < (height_ - 2*border_); i += skip_num_) {
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp152 const int height_,
166 , height (height_)
149 TextureSpec(const gls::TextureTestUtil::TextureType texType, const deUint32 unit, const int width_, const int height_, const deUint32 format_, const deUint32 dataType_, const deUint32 internalFormat_, const bool useMipmap_, const deUint32 minFilter_, const deUint32 magFilter_, const deUint32 sWrap_, const deUint32 tWrap_, const tcu::Vec4& minValue_, const tcu::Vec4& maxValue_) argument
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h402 int height() const { return height_; }
407 void set_height(int height) { height_ = height; }
418 int height_; member in class:google_apis::ImageMediaMetadata

Completed in 745 milliseconds

12345678