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

1 2 3

  /hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
MapperHal.h 29 using V2_0::BufferDescriptor;
38 BufferDescriptor* outDescriptor) override {
58 // create a BufferDescriptor
60 BufferDescriptor* outDescriptor) = 0;
  /hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/
AllocatorHal.h 32 using mapper::V2_0::BufferDescriptor;
43 virtual Error allocateBuffers(const BufferDescriptor& descriptor, uint32_t count,
Allocator.h 37 using mapper::V2_0::BufferDescriptor;
57 Return<void> allocate(const BufferDescriptor& descriptor, uint32_t count,
  /hardware/interfaces/graphics/mapper/2.1/
IMapper.hal 21 import @2.0::BufferDescriptor;
123 BufferDescriptor descriptor);
  /hardware/qcom/display/msm8909/gralloc/
gr_buf_descriptor.h 37 class BufferDescriptor {
39 BufferDescriptor() : id_(next_id_++) {}
41 BufferDescriptor(int w, int h, int f)
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage,
gr_buf_mgr.h 55 void (BufferDescriptor::*member)(Args...),
76 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
82 void CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor,
129 std::shared_ptr<BufferDescriptor>> descriptors_map_ = {};
gr_allocator.h 60 const std::vector<std::shared_ptr<BufferDescriptor>>& descriptors,
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_buf_descriptor.h 37 class BufferDescriptor {
39 BufferDescriptor() : id_(next_id_++) {}
41 BufferDescriptor(int w, int h, int f)
49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage,
gr_buf_mgr.h 55 void (BufferDescriptor::*member)(Args...),
76 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
82 void CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor,
129 std::shared_ptr<BufferDescriptor>> descriptors_map_ = {};
gr_allocator.h 60 const std::vector<std::shared_ptr<BufferDescriptor>>& descriptors,
  /hardware/qcom/display/msm8996/libgralloc1/
gr_buf_descriptor.h 36 class BufferDescriptor {
38 BufferDescriptor() : id_(next_id_++) {}
40 BufferDescriptor(int w, int h, int f)
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage,
gr_allocator.h 61 const std::vector<std::shared_ptr<BufferDescriptor>>& descriptors,
65 unsigned int GetSize(const BufferDescriptor &d, unsigned int alignedw, unsigned int alignedh);
66 void GetBufferSizeAndDimensions(const BufferDescriptor &d, unsigned int *size,
70 void GetAlignedWidthAndHeight(const BufferDescriptor &d, unsigned int *aligned_w,
gr_buf_mgr.h 55 void (BufferDescriptor::*member)(Args...),
76 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
82 void CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor,
130 std::shared_ptr<BufferDescriptor>> descriptors_map_ = {};
  /hardware/qcom/display/msm8998/libgralloc1/
gr_buf_descriptor.h 36 class BufferDescriptor {
38 BufferDescriptor() : id_(next_id_++) {}
40 BufferDescriptor(int w, int h, int f)
48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage,
gr_allocator.h 61 const std::vector<std::shared_ptr<BufferDescriptor>>& descriptors,
65 unsigned int GetSize(const BufferDescriptor &d, unsigned int alignedw, unsigned int alignedh);
66 void GetBufferSizeAndDimensions(const BufferDescriptor &d, unsigned int *size,
70 void GetAlignedWidthAndHeight(const BufferDescriptor &d, unsigned int *aligned_w,
gr_buf_mgr.h 55 void (BufferDescriptor::*member)(Args...),
76 int AllocateBuffer(const BufferDescriptor &descriptor, buffer_handle_t *handle,
82 void CreateSharedHandle(buffer_handle_t inbuffer, const BufferDescriptor &descriptor,
130 std::shared_ptr<BufferDescriptor>> descriptors_map_ = {};
  /hardware/interfaces/graphics/allocator/2.0/
IAllocator.hal 53 allocate(BufferDescriptor descriptor, uint32_t count)
  /hardware/interfaces/graphics/mapper/2.0/
types.hal 21 BAD_DESCRIPTOR = 1, /* invalid BufferDescriptor */
35 typedef vec<uint32_t> BufferDescriptor;
  /hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/
MapperVts.h 30 using V2_0::BufferDescriptor;
45 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
  /hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
GrallocBufferDescriptor.h 31 * BufferDescriptor is created by IMapper and consumed by IAllocator. It is
37 inline BufferDescriptor grallocEncodeBufferDescriptor(
39 BufferDescriptor descriptor;
52 inline bool grallocDecodeBufferDescriptor(const BufferDescriptor& descriptor,
  /frameworks/native/libs/ui/include/ui/
Gralloc2.h 36 using hardware::graphics::mapper::V2_0::BufferDescriptor;
49 BufferDescriptor* outDescriptor) const;
106 Error allocate(BufferDescriptor descriptor, uint32_t count,
109 Error allocate(BufferDescriptor descriptor,
118 BufferDescriptor descriptor;
  /hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
Gralloc0Hal.h 30 using V2_0::BufferDescriptor;
53 BufferDescriptor* outDescriptor) override {
  /hardware/interfaces/sensors/1.0/vts/functional/
GrallocWrapper.h 46 const mapper2::BufferDescriptor& descriptor, uint32_t count, bool import = true,
52 mapper2::BufferDescriptor createDescriptor(
  /hardware/interfaces/graphics/mapper/2.1/utils/vts/
MapperVts.cpp 96 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) {
97 BufferDescriptor descriptor;
109 BufferDescriptor descriptor = createDescriptor(descriptorInfo);
  /hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
MapperHal.h 33 // create a BufferDescriptor
35 BufferDescriptor* outDescriptor) = 0;

Completed in 626 milliseconds

1 2 3