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

1 2 3

  /external/webp/src/dec/
alphai.h 29 int height_; member in struct:ALPHDecoder
alpha.c 56 dec->height_ = height;
75 const size_t alpha_decoded_size = dec->width_ * dec->height_;
91 const int height = alph_dec->height_;
111 if (row + num_rows == dec->pic_hdr_.height_) {
123 const int height = dec->pic_hdr_.height_;
vp8li.h 71 int height_; member in struct:VP8LDecoder
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 41 height_(0),
58 if (width_ == 0 && height_ == 0) {
83 height_ = 0;
89 height_ = height;
197 target->Init(width_, height_);
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) {
215 return width_ * height_ * 4;
311 height_,
353 height_,
    [all...]
gl_frame.h 187 int height_; member in class:android::filterfw::GLFrame
  /external/libvpx/libvpx/test/
i420_video_source.h 35 height_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
89 height_ = height;
111 unsigned int height_; member in class:libvpx_test::I420VideoSource
video_source.h 142 DummyVideoSource() : img_(NULL), limit_(100), width_(0), height_(0) {
181 if (width != width_ || height != height_) {
186 height_ = height;
198 unsigned int height_; member in class:libvpx_test::DummyVideoSource
vpx_scale_test.cc 35 height_ = height;
37 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&img_, width_, height_,
48 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&ref_img_, width_, height_,
53 ASSERT_EQ(0, vp8_yv12_alloc_frame_buffer(&cpy_img_, width_, height_,
166 int height_; member in class:__anon13739::VpxScaleBase
sixtap_predict_test.cc 68 height_ = GET_PARAM(1);
76 int height_; member in class:__anon13724::SixtapPredictTest
150 for (int i = 0; i < height_; ++i)
177 for (int i = 0; i < height_; ++i)
encode_perf_test.cc 26 EncodePerfTestVideo(const char *name_, uint32_t width_, uint32_t height_,
30 height(height_),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 35 height_(0),
38 // This initializes raw_sz_, width_, height_ and allocates an img.
84 if (width != width_ || height != height_) {
89 height_ = height;
111 unsigned int height_; member in class:libvpx_test::I420VideoSource
video_source.h 87 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
sixtap_predict_test.cc 68 height_ = GET_PARAM(1);
76 int height_; member in class:__anon24085::SixtapPredictTest
149 for (int i = 0; i < height_; ++i)
176 for (int i = 0; i < height_; ++i)
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.h 73 SlantedRect() : width_(0.0f), height_(0.0f) {}
81 float height() const { return height_; }
85 float height_; member in class:android::filterfw::SlantedRect
  /external/skia/src/images/
bmpdecoderhelper.cpp 49 height_ = GetInt();
64 height_ = GetShort();
68 if (height_ < 0) {
69 height_ = -height_;
72 if (width_ <= 0 || width_ > kMaxDim || height_ <= 0 || height_ > kMaxDim) {
75 if (width_ * height_ > max_pixels) {
161 if (!rle && (pos_ + (rowLen * height_) > len_ + 1)) {
165 output_ = callback->SetSize(width_, height_);
    [all...]
bmpdecoderhelper.h 96 int height_; member in class:image_codec::BmpDecoderHelper
  /external/ceres-solver/examples/
pgm_image.h 87 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/drm_hwcomposer/
drmcrtc.h 60 uint32_t height_; member in class:android::DrmCrtc
drmcrtc.cpp 37 height_(c->height),
  /external/deqp/framework/egl/
egluNativeWindow.hpp 64 WindowParams (int width_, int height_, Visibility visibility_) : width(width_), height(height_), visibility(visibility_) {}
  /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...]
  /packages/apps/Camera2/jni/
tinyplanet.cc 31 : image_(image), width_(width), height_(height) {
40 return height_;
54 int height_; member in class:ImageRGBA
  /packages/apps/Gallery2/jni/filters/
tinyplanet.cc 30 : image_(image), width_(width), height_(height) {
39 return height_;
53 int height_; member in class:ImageRGBA
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 217 WindowRectangle (int left_, int bottom_, int width_, int height_)
221 , height (height_)
  /external/webp/src/utils/
quant_levels_dec.c 46 int width_, height_; // dimension member in struct:__anon21257
101 if (p->row_ >= 0 && p->row_ < p->height_ - 1) {
235 p->height_ = height;
266 for (; p.row_ < p.height_; ++p.row_) {

Completed in 919 milliseconds

1 2 3