Home
last modified time | relevance | path

Searched refs:BufferDescriptorInfo (Results 1 – 25 of 34) sorted by relevance

12

/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp32 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo;
33 static_assert(sizeof(OldBufferDescriptorInfo) == sizeof(IMapper::BufferDescriptorInfo) &&
35 offsetof(IMapper::BufferDescriptorInfo, width) &&
37 offsetof(IMapper::BufferDescriptorInfo, height) &&
39 offsetof(IMapper::BufferDescriptorInfo, layerCount) &&
41 offsetof(IMapper::BufferDescriptorInfo, format) &&
43 offsetof(IMapper::BufferDescriptorInfo, usage),
72 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
97 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
108 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
/hardware/interfaces/graphics/mapper/2.1/utils/hal/include/mapper-hal/2.1/
DMapperHal.h37 Error createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor()
40 IMapper::BufferDescriptorInfo{ in createDescriptor()
50 const IMapper::BufferDescriptorInfo& descriptorInfo,
59 virtual Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo,
DMapper.h42 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
66 Return<void> createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1()
/hardware/interfaces/graphics/mapper/2.1/utils/vts/include/mapper-vts/2.1/
DMapperVts.h42 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride);
46 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
48 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
/hardware/interfaces/graphics/mapper/3.0/utils/vts/include/mapper-vts/3.0/
DMapperVts.h56 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
63 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
79 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride);
83 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGrallocBufferDescriptor.h38 const IMapper::BufferDescriptorInfo& descriptorInfo) { in grallocEncodeBufferDescriptor()
53 IMapper::BufferDescriptorInfo* outDescriptorInfo) { in grallocDecodeBufferDescriptor()
59 *outDescriptorInfo = IMapper::BufferDescriptorInfo{ in grallocDecodeBufferDescriptor()
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc0Hal.h38 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
62 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1()
65 V2_0::IMapper::BufferDescriptorInfo{ in createDescriptor_2_1()
DGralloc1Hal.h40 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
73 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1()
78 V2_0::IMapper::BufferDescriptorInfo{ in createDescriptor_2_1()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DGrallocWrapper.h48 const native_handle_t* allocate(const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo,
52 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h55 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
62 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
/hardware/interfaces/graphics/mapper/2.1/
DIMapper.hal27 * This is the same as @2.0::IMapper::BufferDescriptorInfo except that it
30 struct BufferDescriptorInfo {
74 BufferDescriptorInfo descriptorInfo,
101 * accepts @2.1::IMapper::BufferDescriptorInfo.
121 createDescriptor_2_1(BufferDescriptorInfo descriptorInfo)
/hardware/qcom/sdm845/display/gralloc/
DQtiMapper.h63 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo;
65 android::hardware::graphics::mapper::V2_1::IMapper::BufferDescriptorInfo;
106 bool ValidDescriptor(const IMapper::BufferDescriptorInfo &bd);
Dgr_buf_descriptor.h49 static hidl_vec<uint32_t> Encode(const IMapper::BufferDescriptorInfo &bd_info) { in Encode()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp124 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
143 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
264 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
289 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc0Hal.h76 mapper::V2_0::IMapper::BufferDescriptorInfo descriptorInfo; in allocateBuffers()
127 Error allocateOneBuffer(const mapper::V2_0::IMapper::BufferDescriptorInfo& info, in allocateOneBuffer()
DGralloc1Hal.h86 mapper::V2_0::IMapper::BufferDescriptorInfo descriptorInfo; in allocateBuffers()
278 Error createDescriptor(const mapper::V2_0::IMapper::BufferDescriptorInfo& info, in createDescriptor()
/hardware/interfaces/graphics/mapper/2.0/utils/hal/include/mapper-hal/2.0/
DMapperHal.h34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo,
DMapper.h49 Return<void> createDescriptor(const V2_0::IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor()
/hardware/google/av/codec2/vndk/
DC2AllocatorGralloc.cpp74 struct BufferDescriptorInfo { struct
75 IMapper::BufferDescriptorInfo mapperInfo; argument
289 const BufferDescriptorInfo &info,
298 const BufferDescriptorInfo mInfo;
310 const BufferDescriptorInfo &info, in C2AllocationGralloc()
652 BufferDescriptorInfo info = { in newGraphicAllocation()
711 BufferDescriptorInfo info; in priorGraphicAllocation()
/hardware/interfaces/sensors/common/vts/utils/
DGrallocWrapper.cpp111 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo, bool import, in allocate()
123 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
DSensorsTestSharedMemory.cpp128 mapper2::IMapper::BufferDescriptorInfo buf_desc_info = { in SensorsTestSharedMemory()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp109 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
128 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp205 IMapper3::BufferDescriptorInfo info{}; in validateBufferSize()
213 IMapper2_1::BufferDescriptorInfo info{}; in validateBufferSize()
/hardware/interfaces/graphics/mapper/3.0/
DIMapper.hal24 struct BufferDescriptorInfo {
82 createDescriptor(BufferDescriptorInfo description)
150 BufferDescriptorInfo description,
289 * Test whether the given BufferDescriptorInfo is allocatable.
299 isSupported(BufferDescriptorInfo description)
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp333 IMapper3::BufferDescriptorInfo info{}; in allocate()
341 IMapper2::BufferDescriptorInfo info{}; in allocate()

12