Home
last modified time | relevance | path

Searched refs:height_ (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/media/mca/filterfw/native/core/
Dgl_frame.cpp41 height_(0), in GLFrame()
58 if (width_ == 0 && height_ == 0) { in Init()
83 height_ = 0; in InitWithExternalTexture()
89 height_ = height; 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()
311 height_, in AllocateTexture()
353 height_, in ReadFboPixels()
382 target.Init(width_, height_); in ReadTexturePixels()
[all …]
Dgl_frame.h187 int height_; variable
/frameworks/base/media/mca/filterpacks/native/base/
Dgeometry.h73 SlantedRect() : width_(0.0f), height_(0.0f) {} in SlantedRect()
81 float height() const { return height_; } in height()
85 float height_; variable
Dgeometry.cpp156 height_ = lengths.y(); in FromCenterAxisAndLengths()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_defs.h85 height_(height), in BufferTraits()
110 uint32_t height() { return height_; } in height()
135 uint32_t height_; variable
153 height_, layer_count_, format_, usage_,
Dbufferhub_rpc.h26 height_(buffer.height()), in NativeBufferHandle()
54 opaque_ints_.size(), width_, height_, layer_count_, in Import()
77 uint32_t height_; variable
86 stride_ = width_ = height_ = format_ = usage_ = 0; in Clear()
90 width_, height_, layer_count_, format_, usage_,
/frameworks/native/libs/vr/libdvr/
Ddvr_buffer_queue_internal.h36 uint32_t height() const { return height_; }; in height()
59 uint32_t height_; member
Ddvr_buffer_queue.cpp25 height_(producer_queue->default_height()), in DvrWriteBufferQueue()
111 height_ == producer_buffer->height() && in GainBuffer()
125 slot, width_, height_, format_, producer_buffer->width(), in GainBuffer()
150 width_, height_, old_layer_count, format_, old_usage); in GainBuffer()
224 height_ = height; in ResizeBuffer()
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1348 constexpr inline C2Rect(uint32_t width_, uint32_t height_) in C2Rect()
1349 : C2Rect(width_, height_, 0, 0) { } in C2Rect()
1438 constexpr inline C2Rect(uint32_t width_, uint32_t height_, uint32_t left_, uint32_t top_) in C2Rect()
1440 height(height_), in C2Rect()
DC2Config.h1001 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct()
1002 : width(width_), height(height_) { } in C2PictureSizeStruct()
/frameworks/native/services/vr/hardware_composer/impl/
Dvr_hwc.h144 int32_t height() const { return height_; } in height()
195 int32_t height_; variable
Dvr_hwc.cpp89 : width_(width), height_(height) {} in HwcDisplay()
237 , config: %d\n", width_, height_, layers_.size(), color_mode_, active_config_); in dumpDebugInfo()