Home
last modified time | relevance | path

Searched refs:width_ (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp40 width_(0), in GLFrame()
58 if (width_ == 0 && height_ == 0) { in Init()
82 width_ = 0; in InitWithExternalTexture()
88 width_ = width; in InitDimensions()
197 target->Init(width_, height_); in Clone()
205 } else if (frame && frame->width_ == width_ && frame->height_ == height_) { in CopyPixelsFrom()
215 return width_ * height_ * 4; in Size()
310 width_, in AllocateTexture()
352 width_, in ReadFboPixels()
382 target.Init(width_, height_); in ReadTexturePixels()
[all …]
Dgl_frame.h186 int width_; variable
/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.h73 SlantedRect() : width_(0.0f), height_(0.0f) {} in SlantedRect()
80 float width() const { return width_; } in width()
84 float width_;
Dgeometry.cpp155 width_ = lengths.x(); in FromCenterAxisAndLengths()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbufferhub_rpc.h24 width_(buffer.width()), in NativeBufferHandle()
53 opaque_ints_.size(), width_, height_, layer_count_, in Import()
75 uint32_t width_; variable
85 stride_ = width_ = height_ = format_ = usage_ = 0; in Clear()
89 width_, height_, layer_count_, format_, usage_,
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h128 int32_t width() const { return width_; } in width()
179 int32_t width_; variable
Dvr_hwc.cpp84 : width_(width), height_(height) {} in HwcDisplay()