Home
last modified time | relevance | path

Searched refs:BufferDescriptor (Results 1 – 25 of 104) sorted by relevance

12345

/hardware/google/gchips/gralloc3/src/
DGrallocBufferDescriptor.h54 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()
DGrallocAllocator.h36 using android::hardware::graphics::mapper::V2_0::BufferDescriptor;
47 Return<void> allocate(const BufferDescriptor& descriptor, uint32_t count,
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_buf_descriptor.h36 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
Dgr_buf_mgr.h53 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_ = {};
Dgr_allocator.h61 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/
Dgr_buf_descriptor.h36 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
Dgr_buf_mgr.h53 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_ = {};
Dgr_allocator.h61 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/
Dgr_buf_descriptor.h37 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
Dgr_buf_mgr.h55 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/
Dgr_buf_descriptor.h37 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
Dgr_buf_mgr.h55 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/
DGrallocWrapper.h33 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/
DMapperHal.h29 using V2_0::BufferDescriptor;
38 BufferDescriptor* outDescriptor) override { in createDescriptor()
60 BufferDescriptor* outDescriptor) = 0;
/hardware/qcom/sm7250/display/gralloc/
Dgr_buf_descriptor.h44 class BufferDescriptor {
46 BufferDescriptor() {} in BufferDescriptor() function
47 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor() function
DQtiAllocator.cpp62 using gralloc::BufferDescriptor;
86 gralloc::BufferDescriptor desc; in allocate()
139 using gralloc::BufferDescriptor;
153 gralloc::BufferDescriptor desc; in allocate()
/hardware/qcom/sm8150/display/gralloc/
Dgr_buf_descriptor.h45 class BufferDescriptor {
47 BufferDescriptor() {} in BufferDescriptor() function
48 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor() function
DQtiAllocator.cpp62 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/
DGrallocAllocator.h27 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/
DAllocatorHal.h32 using mapper::V2_0::BufferDescriptor;
43 virtual Error allocateBuffers(const BufferDescriptor& descriptor, uint32_t count,
/hardware/google/camera/common/hal/utils/
Dgralloc_buffer_allocator.h30 struct BufferDescriptor { struct
65 BufferDescriptor* gralloc_buffer_descriptor);
/hardware/qcom/sdm845/display/gralloc/
Dgr_buf_descriptor.h44 class BufferDescriptor {
46 BufferDescriptor() {} in BufferDescriptor() function
47 explicit BufferDescriptor(uint64_t id) : id_(id) {} in BufferDescriptor() function
/hardware/google/camera/common/sensor_listener/
Dgoog_gralloc_wrapper.cc28 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/
DMapperVts.h30 using V2_0::BufferDescriptor;
46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp95 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
96 BufferDescriptor descriptor; in createDescriptor()
108 BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate()

12345