Searched refs:width_ (Results 26 - 50 of 177) sorted by relevance

12345678

/external/libvpx/libvpx/test/
H A Di420_video_source.h34 width_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
88 width_ = width;
110 unsigned int width_; member in class:libvpx_test::I420VideoSource
H A Dsixtap_predict_test.cc67 width_ = GET_PARAM(0);
75 int width_; member in class:__anon24794::SixtapPredictTest
150 for (int j = 0; j < width_; ++j)
152 << "i==" << (i * width_ + j);
177 for (int j = 0; j < width_; ++j)
179 << "i==" << (i * width_ + j);
/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) {
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_org/third_party/webrtc/modules/video_processing/main/source/
H A Dcontent_analysis.cc23 width_(0),
59 if (width_ != inputFrame.width() || height_ != inputFrame.height()) {
74 memcpy(prev_frame_, orig_frame_, width_ * height_);
93 width_ = 0;
101 width_ = width;
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.
161 int sizej = width_;
[all...]
/external/chromium_org/third_party/webrtc/test/mac/
H A Dvideo_renderer_mac.mm22 int width_;
40 width_ = width;
54 if (nextXOrigin_ + width_ < screenFrame.size.width) {
55 nextXOrigin_ += width_;
67 NSRect windowFrame = NSMakeRect(xOrigin, yOrigin, width_, height_);
73 NSRect viewFrame = NSMakeRect(0, 0, width_, height_);
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.cc73 // TODO(shaowei): allow width_ and height_ to be configurable.
76 width_(640),
88 int size = width_ * height_;
90 frame_generator_ = new YuvFrameGenerator(width_, height_, true);
96 captured_frame_.width = width_;
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 Dvideo_processing_unittest.h37 const int width_; member in class:webrtc::VideoProcessingModuleTest
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer.cc22 width_ = width;
29 diff_info_width_ = ((width_ + kBlockSize - 1) / kBlockSize) + 1;
51 int x_full_blocks = width_ / kBlockSize;
55 int partial_column_width = width_ - (x_full_blocks * kBlockSize);
61 int block_y_stride = (width_ * bytes_per_pixel_) * kBlockSize;
191 if (left + width > width_) {
192 width = width_ - left;
/external/chromium_org/third_party/webrtc/test/linux/
H A Dglx_renderer.cc24 : width_(width),
64 width_, height_, 0, vi->depth, InputOutput,
89 Resize(width_, height_);
120 width_ = width;
125 GlRenderer::ResizeViewport(width_, height_);
135 size_hints->min_aspect.x = size_hints->max_aspect.x = width_;
148 if (static_cast<size_t>(frame.width()) != width_ ||
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.h43 width_(0),
52 width_ = width;
66 frame->GetWidth() != static_cast<size_t>(width_) ||
71 LOG(LS_WARNING) << "RenderFrame expected frame of size " << width_
86 return width_;
158 int width_; member in class:cricket::FakeVideoRenderer
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dsixtap_predict_test.cc67 width_ = GET_PARAM(0);
75 int width_; member in class:__anon13000::SixtapPredictTest
151 for (int j = 0; j < width_; ++j)
153 << "i==" << (i * width_ + j);
178 for (int j = 0; j < width_; ++j)
180 << "i==" << (i * width_ + j);
/external/chromium_org/ppapi/examples/mouse_cursor/
H A Dmouse_cursor.cc30 : pp::Instance(instance), width_(0), height_(0) {
38 width_ = view.GetRect().width();
79 int width_; member in class:MyInstance
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dvideotrackrenderers.cc32 : width_(0),
68 width_ = width;
86 it->renderer_->SetSize(width_, height_);
H A Dvideotrackrenderers.h67 int width_; member in class:webrtc::VideoTrackRenderers
/external/chromium_org/ash/system/tray/
H A Dtray_bar_button_with_title.h39 int width_; member in class:ash::TrayBarButtonWithTitle
/external/chromium_org/chrome/browser/ui/views/
H A Dvalidation_message_bubble_delegate.h42 int width_; member in class:ValidationMessageBubbleDelegate
/external/chromium_org/content/renderer/pepper/
H A Dppb_image_data_impl.cc44 width_(0),
61 width_(0),
82 width_ = width;
110 desc->size.width = width_;
112 desc->stride = width_ * 4;
141 : width_(0), height_(0), is_browser_allocated_(is_browser_allocated) {}
161 width_ = width;
163 uint32 buffer_size = width_ * height_ * 4;
205 mapped_canvas_.reset(dib_->GetPlatformCanvas(width_, height_));
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.h39 uint32_t width_; member in class:examples::SpinningCube
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.h34 uint32_t width_; member in class:SpinningCube
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.h34 uint32_t width_; 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) {}
56 width_ = width;
76 if (static_cast<size_t>(frame.width()) != width_ ||
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.h53 uint32_t width_; member in class:ViEFileCaptureDevice

Completed in 510 milliseconds

12345678