Searched refs:height_ (Results 26 - 50 of 181) sorted by relevance

12345678

/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.cc73 // TODO(shaowei): allow width_ and height_ to be configurable.
77 height_(480),
88 int size = width_ * height_;
90 frame_generator_ = new YuvFrameGenerator(width_, height_, true);
97 captured_frame_.height = height_;
101 VideoFormat format(width_, height_, VideoFormat::kMinimumInterval,
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A Dbrightness_detection_test.cc27 width_, height_,
55 width_, height_,
61 for (int yIdx = 0; yIdx < width_ * height_; yIdx++)
95 width_, height_,
101 for (int yIdx = 0; yIdx < width_ * height_; yIdx++)
H A Dcolor_enhancement_test.cc48 width_, height_,
85 refVideoFrame.CreateEmptyFrame(width_, height_,
95 width_, height_,
100 width_, height_,
124 testVideoFrame.CreateEmptyFrame(width_, height_,
127 width_, height_, 0, kRotateNone,
H A Dvideo_processing_unittest.h39 const int height_; member in class:webrtc::VideoProcessingModuleTest
/external/ceres-solver/examples/
H A Dpgm_image.h87 int height_, width_; member in class:ceres::examples::PGMImage
95 : height_(height), width_(width), data_(width*height, 0.0) {
101 height_ = 0;
120 return height_;
125 return width_ * height_;
141 CHECK(index < width_ * height_);
149 CHECK(index < width_ * height_);
191 outputfile << width_ << ' ' << height_ << " 255 " << std::endl;
194 int num_pixels = width_*height_;
246 !GetIgnoreComment(&inputfile, height_) ||
[all...]
/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.cc24 height_(0),
59 if (width_ != inputFrame.width() || height_ != inputFrame.height()) {
74 memcpy(prev_frame_, orig_frame_, width_ * height_);
94 height_ = 0;
102 height_ = height;
110 if ( (height_ >= 576) && (width_ >= 704) ) {
114 if ( (height_ >= 1080) && (width_ >= 1920) ) {
128 if (width_ <= 32 || height_ <= 32) {
138 prev_frame_ = new uint8_t[width_ * height_]; // Y only.
160 int sizei = height_;
[all...]
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc25 height_(height),
64 width_, height_, 0, vi->depth, InputOutput,
89 Resize(width_, height_);
121 height_ = height;
125 GlRenderer::ResizeViewport(width_, height_);
136 size_hints->min_aspect.y = size_hints->max_aspect.y = height_;
149 static_cast<size_t>(frame.height()) != height_) {
H A Dglx_renderer.h38 size_t width_, height_; member in class:webrtc::test::GlxRenderer
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakevideorenderer.h44 height_(0),
53 height_ = height;
67 frame->GetHeight() != static_cast<size_t>(height_)) {
72 << "x" << height_ << " but received frame of size "
90 return height_;
159 int height_; member in class:cricket::FakeVideoRenderer
H A Dyuvframegenerator.cc26 height_ = height;
28 int size = width_ * height_;
36 ASSERT(height_>= kBarcodeBackgroundHeight);
38 barcode_start_y_ = height_ - kBarcodeBackgroundHeight;
53 int size = width_ * height_;
59 DrawLandscape(y_data_, width_, height_);
60 DrawGradientX(u_data_, width_/2, height_/2);
61 DrawGradientY(v_data_, width_/2, height_/2);
62 DrawMovingLineX(u_data_, width_/2, height_/2, frame_index_);
63 DrawMovingLineY(v_data_, width_/2, height_/
[all...]
H A Dyuvframegenerator.h38 int GetHeight() { return height_; }
63 int height_; member in class:cricket::YuvFrameGenerator
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer.cc23 height_ = height;
30 diff_info_height_ = ((height_ + kBlockSize - 1) / kBlockSize) + 1;
52 int y_full_blocks = height_ / kBlockSize;
56 int partial_row_height = height_ - (y_full_blocks * kBlockSize);
195 if (top + height > height_) {
196 height = height_ - top;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.cc33 height_(0),
69 height_ = height;
86 it->renderer_->SetSize(width_, height_);
H A Dvideotrackrenderers.h68 int height_; member in class:webrtc::VideoTrackRenderers
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.h43 int height_; member in class:ValidationMessageBubbleDelegate
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.h40 uint32_t height_; member in class:examples::SpinningCube
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.h35 uint32_t height_; member in class:SpinningCube
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.h35 uint32_t height_; member in class:SpinningCube
/external/chromium_org/third_party/webrtc/test/gl/
H A Dgl_renderer.cc21 : is_init_(false), buffer_(NULL), width_(0), height_(0) {}
57 height_ = height;
77 static_cast<size_t>(frame.height()) != height_) {
85 glTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, width_, height_, GL_BGRA,
H A Dgl_renderer.h44 size_t width_, height_, buffer_size_; member in class:webrtc::test::GlRenderer
/external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
H A Dvie_file_capture_device.h54 uint32_t height_; member in class:ViEFileCaptureDevice
/external/libvpx/libvpx/test/
H A Dvideo_source.h87 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
122 if (width != width_ || height != height_) {
127 height_ = height;
139 unsigned int height_; member in class:libvpx_test::DummyVideoSource
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.cc45 height_(0) {
62 height_(0) {
83 height_ = height;
111 desc->size.height = height_;
141 : width_(0), height_(0), is_browser_allocated_(is_browser_allocated) {}
162 height_ = height;
163 uint32 buffer_size = width_ * height_ * 4;
205 mapped_canvas_.reset(dib_->GetPlatformCanvas(width_, height_));
/external/chromium_org/third_party/webrtc/common_video/
H A Di420_video_frame.cc21 height_(0),
37 height_ = height;
61 height_ = height;
72 videoFrame.width_, videoFrame.height_,
97 std::swap(height_, videoFrame->height_);
132 if (CheckDimensions(width, height_,
145 height_ = height;
/external/chromium_org/ppapi/examples/gamepad/
H A Dgamepad.cc41 height_(0),
58 rect.size().height() == height_)
62 height_ = rect.size().height();
64 device_context_ = pp::Graphics2D(this, pp::Size(width_, height_), false);
120 int height_; member in class:MyInstance

Completed in 467 milliseconds

12345678