HomeSort by relevance Sort by last modified time
    Searched defs:height_ (Results 51 - 72 of 72) sorted by null

1 23

  /external/chromium_org/media/base/android/
media_source_player.cc 71 height_(0),
202 return height_;
346 height_ = configs.video_size.height();
350 player_id(), duration_, width_, height_, true); local
856 gfx::Size(width_, height_),
872 player_id(), duration_, width_, height_, true); local
  /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/native_client_sdk/src/examples/api/graphics_3d/
graphics_3d.cc 233 height_(0),
276 height_ = new_height;
277 glViewport(0, 0, width_, height_);
428 const float aspect_ratio = static_cast<float>(width_) / height_;
475 int32_t height_; member in class:Graphics3DInstance
  /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::__anon10381::Image
    [all...]
  /external/openfst/src/include/fst/
minimize.h 340 for (size_t i = height_.size(); i <= s; ++i)
341 height_.push_back(-1);
359 if (height_[arc.nextstate] + 1 > height_[s])
360 height_[s] = height_[arc.nextstate] + 1;
366 if (height_[s] == -1) height_[s] = 0;
367 StateId h = height_[s] + 1;
369 if (h > height_[parent]) height_[parent] = h
384 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
minimize.h 327 for (size_t i = height_.size(); i <= (size_t)s; ++i)
328 height_.push_back(-1);
346 if (height_[arc.nextstate] + 1 > height_[s])
347 height_[s] = height_[arc.nextstate] + 1;
353 if (height_[s] == -1) height_[s] = 0;
354 StateId h = height_[s] + 1;
356 if (h > height_[parent]) height_[parent] = h
371 vector<StateId> height_; member in class:fst::AcyclicMinimizer::HeightVisitor
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 240 int height() const { return height_; }
338 int height_; member in class:cc::TestWebGraphicsContext3D
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 234 height_(0),
279 height_ = new_height;
280 glViewport(0, 0, width_, height_);
431 const float aspect_ratio = static_cast<float>(width_) / height_;
486 int32_t height_; member in class:CubeInstance
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 283 int height_; member in class:Planet
378 height_ = 0;
406 int dy = height_ / num_regions_;
426 float min_dim = width_ < height_ ? width_ : height_;
427 float offset_x = width_ < height_ ? 0 : (width_ - min_dim) * 0.5f;
428 float offset_y = width_ < height_ ? (height_ - min_dim) * 0.5f : 0;
675 position.size().height() == height_)
863 height_ = image_data_->size().height()
    [all...]
  /external/chromium_org/third_party/libwebp/dec/
vp8i.h 115 uint16_t height_; member in struct:__anon12092
  /external/chromium_org/third_party/libwebp/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_;
597 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
611 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
617 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
657 if (f->width_ <= 0 || f->height_ <= 0) return 0
    [all...]
  /external/chromium_org/ui/views/layout/
grid_layout.cc 270 height_(height),
280 SetSize(height_); variable
304 const int height_; member in class:views::Row
    [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 54 SADTestBase(int width, int height) : width_(width), height_(height) {}
96 for (int h = 0; h < height_; ++h) {
109 for (int h = 0; h < height_; ++h) {
117 for (int h = 0; h < height_; ++h) {
124 int width_, height_; member in class:__anon21170::SADTestBase
variance_test.cc 90 height_ = 1 << log2height_;
94 block_size_ = width_ * height_;
116 int height_, log2height_; member in class:__anon21178::VarianceTest
206 height_ = 1 << log2height_;
210 block_size_ = width_ * height_;
213 ref_ = new uint8_t[block_size_ + width_ + height_ + 1];
234 int height_, log2height_; member in class:__anon21178::SubpelVarianceTest
246 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
269 for (int j = 0; j < block_size_ + width_ + height_ + 1; j++) {
  /external/webp/src/dec/
vp8i.h 115 uint16_t height_; member in struct:__anon28536
  /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/chrome/browser/ui/views/toolbar/
wrench_menu.cc 463 height_(height) {
472 int height = height_ - GetTopMargin() - GetBottomMargin();
479 int height_; member in class:__anon6385::ButtonContainerMenuItemView
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 437 int height() const { return height_; }
442 void set_height(int height) { height_ = height; }
453 int height_; member in class:google_apis::ImageMediaMetadata
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest.cc 2211 GLsizei height_; member in class:gpu::gles2::__anon8525::ReadPixelsEmulator
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine.cc 186 : renderer_(renderer), width_(0), height_(0), watermark_enabled_(false) {
205 if (width_ > 0 && height_ > 0 && renderer_ != NULL) {
206 if (!renderer_->SetSize(width_, height_, 0)) {
209 << width_ << "x" << height_; local
219 height_ = height;
227 return renderer_->SetSize(width_, height_, 0) ? 0 : -1;
260 video_frame.Alias(buffer, buffer_size, width_, height_,
265 if (buffer_size != static_cast<int>(VideoFrame::SizeOf(width_, height_))) {
276 static_cast<webrtc::NativeHandle*>(handle), width_, height_, local
288 return height_;
305 unsigned int height_; member in class:cricket::WebRtcRenderAdapter
482 size_t height_; member in class:cricket::WebRtcLocalStreamInfo
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 2114 private int height_ = 0; field in class:GLProtoBuf.GLMessage.FrameBuffer
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 920 ::google::protobuf::int32 height_; member in class:android::gltrace::GLMessage_FrameBuffer
    [all...]

Completed in 1897 milliseconds

1 23