HomeSort by relevance Sort by last modified time
    Searched refs:height_ (Results 26 - 50 of 55) sorted by null

12 3

  /external/deqp/framework/platform/X11/
tcuX11.cpp 213 unsigned width_, height_, borderWidth, depth; local
215 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
219 *height = static_cast<int>(height_);
  /external/openfst/src/include/fst/script/
draw-impl.h 60 title_(title), width_(width), height_(height), portrait_(portrait),
81 Print(height_);
220 float height_; member in class:fst::FstDrawer
  /external/webp/src/demux/
demux.c 45 int width_, height_; member in struct:Frame
254 frame->height_ = features.height;
313 frame->height_ = 1 + ReadLE24s(mem);
319 if (frame->width_ * (uint64_t)frame->height_ >= MAX_IMAGE_AREA) {
447 if (!dmux->is_ext_format_ && frame->width_ > 0 && frame->height_ > 0) {
450 dmux->canvas_height_ = frame->height_;
603 if (frame->width_ <= 0 || frame->height_ <= 0) return 0;
617 if (frame->width_ != canvas_width || frame->height_ != canvas_height) {
623 if (frame->height_ + frame->y_offset_ > canvas_height) return 0;
663 if (f->width_ <= 0 || f->height_ <= 0) return 0
    [all...]
  /external/harfbuzz_ng/util/
ansi-print.cc 96 unsigned int height_,
100 height (height_),
105 unsigned int height_) :
107 height (height_),
  /external/libvpx/libvpx/test/
variance_test.cc 88 height_ = 1 << log2height_;
92 block_size_ = width_ * height_;
114 int height_, log2height_; member in class:__anon13731::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:__anon13731::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++) {
sad_test.cc 60 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:__anon13722::SADTestBase
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
variance_test.cc 88 height_ = 1 << log2height_;
92 block_size_ = width_ * height_;
114 int height_, log2height_; member in class:__anon24091::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:__anon24091::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++) {
sad_test.cc 52 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:__anon24083::SADTestBase
  /external/webp/src/dec/
vp8l.c 708 assert(dec->last_row_ <= dec->height_);
    [all...]
vp8i.h 117 uint16_t height_; member in struct:__anon21193
vp8.c 300 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff;
306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
309 io->height = pic_hdr->height_;
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 154 height_ = lengths.y();
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 152 const int height_,
166 , height (height_)
glsLifetimeTests.hpp 385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_)
389 , height (height_) {}
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 427 void set_height(uint64 height) { height_ = height; }
428 uint64 height() const { return height_; }
442 uint64 height_; member in class:mkvmuxer::VideoTrack
    [all...]
mkvmuxer.cpp 797 height_(0),
847 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_))
876 size += EbmlElementSize(kMkvPixelHeight, height_);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 428 void set_height(uint64 height) { height_ = height; }
429 uint64 height() const { return height_; }
443 uint64 height_; member in class:mkvmuxer::VideoTrack
    [all...]
mkvmuxer.cpp 807 height_(0),
861 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_))
891 size += EbmlElementSize(kMkvPixelHeight, height_);
    [all...]
  /external/deqp/modules/egl/
teglColorClearCase.cpp 60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_)
64 , height (height_)
  /external/deqp/modules/gles31/functional/
es31fFboNoAttachmentTests.cpp 320 FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_){}
es31fSeparateShaderTests.cpp 965 Rectangle (int x_, int y_, int width_, int height_)
969 , height (height_) {}
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 147 int height_,
154 , height (height_)
es2fDepthStencilTests.cpp 213 int height_,
217 , height (height_)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 213 int height_,
217 , height (height_)
    [all...]
es3fFragmentOutputTests.cpp 79 BufferSpec (deUint32 format_, int width_, int height_, int samples_)
82 , height (height_)
    [all...]

Completed in 961 milliseconds

12 3