Searched refs:height_ (Results 151 - 175 of 181) sorted by relevance

12345678

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp427 void set_height(uint64 height) { height_ = height; }
428 uint64 height() const { return height_; }
442 uint64 height_; member in class:mkvmuxer::VideoTrack
H A Dmkvmuxer.cpp797 height_(0),
847 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_))
876 size += EbmlElementSize(kMkvPixelHeight, height_);
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8.c300 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff;
306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
309 io->height = pic_hdr->height_;
/external/chromium_org/win8/metro_driver/
H A Dprint_document_source.cc51 height_(0),
242 height_ = page_desc.PageSize.Height;
271 if (width_ <= 0.0 || height_ <= 0.0)
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp428 void set_height(uint64 height) { height_ = height; }
429 uint64 height() const { return height_; }
443 uint64 height_; member in class:mkvmuxer::VideoTrack
H A Dmkvmuxer.cpp807 height_(0),
861 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_))
891 size += EbmlElementSize(kMkvPixelHeight, height_);
/external/webp/src/dec/
H A Dvp8.c300 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff;
306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
309 io->height = pic_hdr->height_;
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp64 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) argument
68 , height (height_)
/external/deqp/modules/glshared/
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
389 , height (height_) {}
/external/chromium_org/android_webview/browser/
H A Dhardware_renderer.cc80 height_(0),
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc187 height_(0),
203 if (width_ > 0 && height_ > 0 && renderer_) {
204 if (!renderer_->SetSize(width_, height_, 0)) {
208 << width_ << "x" << height_; local
218 height_ = height;
228 return renderer_->SetSize(width_, height_, 0) ? 0 : -1;
277 video_frame.Alias(buffer, buffer_size, width_, height_,
281 if (buffer_size != static_cast<int>(VideoFrame::SizeOf(width_, height_))) {
293 static_cast<webrtc::NativeHandle*>(handle), width_, height_, local
305 return height_;
328 unsigned int height_; member in class:cricket::WebRtcRenderAdapter
500 size_t height_; member in class:cricket::WebRtcLocalStreamInfo
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc318 win1_bounds.set_height(window_with_height1.height_);
319 win2_bounds.set_height(window_with_height2.height_);
1108 iter->height_ = GetWindowHeightCloseTo(
1111 available_room -= (iter->height_ + gap_height);
1194 bounds.set_height(iter->height_);
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc65 height_(0),
95 height_ = height;
H A Dtest_web_graphics_context_3d.h360 int height() const { return height_; }
456 int height_; member in class:cc::TestWebGraphicsContext3D
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.cc669 height_(-1),
680 &ImageMediaMetadata::height_);
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp319 FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_){} argument
/external/chromium_org/ui/gfx/
H A Dplatform_font_win.cc327 height_(height),
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc264 height_(height),
274 SetSize(height_); variable
297 const int height_; member in class:views::Row
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
H A Dpeerconnection_jni.cc1328 int height_; // Frame height in pixels. member in class:__anon12617::MediaCodecVideoEncoder
1503 width_, height_, 0, 0)) != WEBRTC_VIDEO_CODEC_OK) {
1526 height_ = height;
1529 yuv_size_ = width_ * height_ * 3 / 2;
1550 height_,
1613 if (frame.width() != width_ || frame.height() != height_) {
1616 width_, height_, frame.width(), frame.height());
1620 height_ = frame.height();
1670 width_, height_,
1847 image->_encodedHeight = height_;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideosource.cc336 int height_; member in class:__anon12643::FrameInputWrapper
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp147 int height_,
154 , height (height_)
143 TextureSpec(TextureType type_, deUint32 format_, deUint32 dataType_, int width_, int height_, int numLevels_, const tcu::Sampler& sampler_) argument
H A Des2fDepthStencilTests.cpp213 int height_,
217 , height (height_)
212 TestRenderTarget(int width_, int height_, int depthBits_, int stencilBits_) argument
/external/chromium_org/third_party/webrtc/video/
H A Dend_to_end_tests.cc937 height_(height),
943 EXPECT_EQ(height_, video_frame.height());
953 int height_; member in class:webrtc::VideoOutputObserver
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_framebuffers.cc305 height_(height),
321 DCHECK_LE(y + height, height_);
369 GLsizei height_; member in class:gpu::gles2::__anon8423::ReadPixelsEmulator
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp213 int height_,
217 , height (height_)
212 TestRenderTarget(int width_, int height_, int depthBits_, int stencilBits_) argument

Completed in 1922 milliseconds

12345678