/hardware/google/gchips/gralloc3/src/ |
D | GrallocBufferDescriptor.h | 54 inline V2_0::BufferDescriptor grallocEncodeBufferDescriptor( in grallocEncodeBufferDescriptor() 57 V2_0::BufferDescriptor descriptor; in grallocEncodeBufferDescriptor() 79 inline V2_0::BufferDescriptor grallocEncodeBufferDescriptor( in grallocEncodeBufferDescriptor() 82 V2_0::BufferDescriptor descriptor; in grallocEncodeBufferDescriptor() 106 inline bool grallocDecodeBufferDescriptor(const V2_0::BufferDescriptor& androidDescriptor, in grallocDecodeBufferDescriptor()
|
D | GrallocAllocator.h | 36 using android::hardware::graphics::mapper::V2_0::BufferDescriptor; 47 Return<void> allocate(const BufferDescriptor& descriptor, uint32_t count,
|
/hardware/qcom/display/msm8996/libgralloc1/ |
D | gr_buf_descriptor.h | 36 class BufferDescriptor { 38 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor() function 40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() function 48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() function
|
D | gr_buf_mgr.h | 53 gralloc1_error_t ValidateBufferSize(private_handle_t const *hnd, BufferDescriptor descriptor); 57 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 78 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_ = {};
|
D | 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,
|
/hardware/qcom/display/msm8998/libgralloc1/ |
D | gr_buf_descriptor.h | 36 class BufferDescriptor { 38 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor() function 40 BufferDescriptor(int w, int h, int f) in BufferDescriptor() function 48 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() function
|
D | gr_buf_mgr.h | 53 gralloc1_error_t ValidateBufferSize(private_handle_t const *hnd, BufferDescriptor descriptor); 57 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 78 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_ = {};
|
D | 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,
|
/hardware/qcom/display/msm8909w_3100/libgralloc1/ |
D | gr_buf_descriptor.h | 37 class BufferDescriptor { 39 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor() function 41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() function 49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() function
|
D | gr_buf_mgr.h | 55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 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_ = {};
|
/hardware/qcom/display/msm8909/gralloc/ |
D | gr_buf_descriptor.h | 37 class BufferDescriptor { 39 BufferDescriptor() : id_(next_id_++) {} in BufferDescriptor() function 41 BufferDescriptor(int w, int h, int f) in BufferDescriptor() function 49 BufferDescriptor(int w, int h, int f, gralloc1_producer_usage_t prod_usage, in BufferDescriptor() function
|
D | gr_buf_mgr.h | 55 void (BufferDescriptor::*member)(Args...), in CallBufferDescriptorFunction() 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_ = {};
|
/hardware/google/gchips/include/ |
D | GrallocWrapper.h | 33 using hardware::graphics::mapper::V2_0::BufferDescriptor; 45 BufferDescriptor* outDescriptor) const; 90 Error allocate(BufferDescriptor descriptor, uint32_t count, 93 Error allocate(BufferDescriptor descriptor, in allocate() 102 BufferDescriptor descriptor; in allocate()
|
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/ |
D | MapperHal.h | 29 using V2_0::BufferDescriptor; 38 BufferDescriptor* outDescriptor) override { in createDescriptor() 60 BufferDescriptor* outDescriptor) = 0;
|
/hardware/qcom/sm7250/display/gralloc/ |
D | gr_buf_descriptor.h | 44 class BufferDescriptor { 46 BufferDescriptor() {} in BufferDescriptor() function 47 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor() function
|
D | QtiAllocator.cpp | 62 using gralloc::BufferDescriptor; 86 gralloc::BufferDescriptor desc; in allocate() 139 using gralloc::BufferDescriptor; 153 gralloc::BufferDescriptor desc; in allocate()
|
/hardware/qcom/sm8150/display/gralloc/ |
D | gr_buf_descriptor.h | 45 class BufferDescriptor { 47 BufferDescriptor() {} in BufferDescriptor() function 48 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor() function
|
D | QtiAllocator.cpp | 62 using gralloc::BufferDescriptor; 86 gralloc::BufferDescriptor desc; in allocate() 139 using gralloc::BufferDescriptor; 153 gralloc::BufferDescriptor desc; in allocate()
|
/hardware/google/gchips/gralloc4/src/4.x/ |
D | GrallocAllocator.h | 27 using android::hardware::graphics::mapper::V4_0::BufferDescriptor; 48 …Return<void> allocate(const BufferDescriptor &descriptor, uint32_t count, allocate_cb hidl_cb) ove…
|
/hardware/interfaces/graphics/allocator/2.0/utils/hal/include/allocator-hal/2.0/ |
D | AllocatorHal.h | 32 using mapper::V2_0::BufferDescriptor; 43 virtual Error allocateBuffers(const BufferDescriptor& descriptor, uint32_t count,
|
/hardware/google/camera/common/hal/utils/ |
D | gralloc_buffer_allocator.h | 30 struct BufferDescriptor { struct 65 BufferDescriptor* gralloc_buffer_descriptor);
|
/hardware/qcom/sdm845/display/gralloc/ |
D | gr_buf_descriptor.h | 44 class BufferDescriptor { 46 BufferDescriptor() {} in BufferDescriptor() function 47 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor() function
|
/hardware/google/camera/common/sensor_listener/ |
D | goog_gralloc_wrapper.cc | 28 using ::android::hardware::graphics::mapper::V3_0::BufferDescriptor; 92 const BufferDescriptor& descriptor, uint32_t count, bool import, in Allocate() 126 BufferDescriptor descriptor = CreateDescriptor(descriptor_info); in AllocateOneBuffer() 135 BufferDescriptor GoogGrallocWrapper::CreateDescriptor( in CreateDescriptor() 137 BufferDescriptor descriptor; in CreateDescriptor()
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/ |
D | MapperVts.h | 30 using V2_0::BufferDescriptor; 46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
|
/hardware/interfaces/graphics/mapper/2.1/utils/vts/ |
D | MapperVts.cpp | 95 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 96 BufferDescriptor descriptor; in createDescriptor() 108 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate()
|