/frameworks/base/media/mca/filterfw/native/core/ |
D | gl_frame.cpp | 40 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 …]
|
D | gl_frame.h | 186 int width_; variable
|
/frameworks/base/media/mca/filterpacks/native/base/ |
D | geometry.h | 73 SlantedRect() : width_(0.0f), height_(0.0f) {} in SlantedRect() 80 float width() const { return width_; } in width() 84 float width_;
|
D | geometry.cpp | 155 width_ = lengths.x(); in FromCenterAxisAndLengths()
|
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/ |
D | buffer_hub_defs.h | 84 width_(width), in BufferTraits() 109 uint32_t width() { return width_; } in width() 134 uint32_t width_; variable 152 client_state_mask_, metadata_size_, stride_, width_,
|
D | bufferhub_rpc.h | 25 width_(buffer.width()), in NativeBufferHandle() 54 opaque_ints_.size(), width_, height_, layer_count_, in Import() 76 uint32_t width_; variable 86 stride_ = width_ = height_ = format_ = usage_ = 0; in Clear() 90 width_, height_, layer_count_, format_, usage_,
|
/frameworks/native/libs/vr/libdvr/ |
D | dvr_buffer_queue_internal.h | 35 uint32_t width() const { return width_; }; in width() 58 uint32_t width_; member
|
D | dvr_buffer_queue.cpp | 24 width_(producer_queue->default_width()), in DvrWriteBufferQueue() 110 if (width_ == producer_buffer->width() && in GainBuffer() 125 slot, width_, height_, format_, producer_buffer->width(), in GainBuffer() 150 width_, height_, old_layer_count, format_, old_usage); in GainBuffer() 223 width_ = width; in ResizeBuffer()
|
/frameworks/native/services/vr/hardware_composer/impl/ |
D | vr_hwc.h | 130 int32_t width() const { return width_; } in width() 181 int32_t width_; variable
|
D | vr_hwc.cpp | 89 : width_(width), height_(height) {} in HwcDisplay() 237 , config: %d\n", width_, height_, layers_.size(), color_mode_, active_config_); in dumpDebugInfo()
|
/frameworks/av/media/codec2/core/include/ |
D | C2Buffer.h | 1348 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() 1439 : width(width_), in C2Rect()
|
D | C2Config.h | 981 inline C2PictureSizeStruct(uint32_t width_, uint32_t height_) in C2PictureSizeStruct() 982 : width(width_), height(height_) { } in C2PictureSizeStruct()
|