Home
last modified time | relevance | path

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

12

/hardware/interfaces/graphics/mapper/2.1/utils/vts/
DMapperVts.cpp30 android::hardware::graphics::mapper::V2_0::IMapper::BufferDescriptorInfo;
31 static_assert(sizeof(OldBufferDescriptorInfo) == sizeof(IMapper::BufferDescriptorInfo) &&
33 offsetof(IMapper::BufferDescriptorInfo, width) &&
35 offsetof(IMapper::BufferDescriptorInfo, height) &&
37 offsetof(IMapper::BufferDescriptorInfo, layerCount) &&
39 offsetof(IMapper::BufferDescriptorInfo, format) &&
41 offsetof(IMapper::BufferDescriptorInfo, usage),
70 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
95 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
106 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
/hardware/interfaces/graphics/mapper/4.0/utils/vts/include/mapper-vts/4.0/
DMapperVts.h66 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
69 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
74 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
79 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
88 BufferDescriptor createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo);
108 const IMapper::BufferDescriptorInfo& descriptorInfo, uint32_t stride);
112 bool isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo);
120 Error getFromBufferDescriptorInfo(const IMapper::BufferDescriptorInfo& descriptorInfo,
/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/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()
71 Error createDescriptor_2_1(const IMapper::BufferDescriptorInfo& descriptorInfo, in createDescriptor_2_1()
74 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/graphics/mapper/2.0/utils/vts/include/mapper-vts/2.0/
DMapperVts.h56 const native_handle_t* allocate(const IMapper::BufferDescriptorInfo& descriptorInfo,
63 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/4.0/utils/vts/
DMapperVts.cpp127 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
150 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
272 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
297 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported()
322 Error Gralloc::getFromBufferDescriptorInfo(const IMapper::BufferDescriptorInfo& descriptorInfo, in getFromBufferDescriptorInfo()
/hardware/interfaces/graphics/mapper/3.0/utils/vts/
DMapperVts.cpp122 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
141 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
262 const IMapper::BufferDescriptorInfo& descriptorInfo, in validateBufferSize()
287 bool Gralloc::isSupported(const IMapper::BufferDescriptorInfo& descriptorInfo) { in isSupported()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp59 using DecodeFunction = std::function<void(const IMapper::BufferDescriptorInfo& descriptorInfo,
83 void testGet(const IMapper::BufferDescriptorInfo& descriptorInfo, in testGet()
94 void testSet(const IMapper::BufferDescriptorInfo& descriptorInfo, in testSet()
346 IMapper::BufferDescriptorInfo mDummyDescriptorInfo{};
1076 [](const IMapper::BufferDescriptorInfo& /*info*/, const hidl_vec<uint8_t>& vec) { in TEST_P() argument
1087 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P()
1099 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P()
1111 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P()
1123 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P()
1135 [](const IMapper::BufferDescriptorInfo& info, const hidl_vec<uint8_t>& vec) { in TEST_P()
[all …]
/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/qcom/sm8150/display/gralloc/
DQtiMapper.h67 android::hardware::graphics::mapper::V3_0::IMapper::BufferDescriptorInfo;
99 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/2.0/utils/hal/include/mapper-hal/2.0/
DMapperHal.h34 virtual Error createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo,
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DComposerVts.cpp210 IMapper4::BufferDescriptorInfo info{}; in validateBufferSize()
218 IMapper3::BufferDescriptorInfo info{}; in validateBufferSize()
226 IMapper2_1::BufferDescriptorInfo info{}; in validateBufferSize()
/hardware/interfaces/graphics/mapper/2.0/utils/vts/
DMapperVts.cpp107 const native_handle_t* Gralloc::allocate(const IMapper::BufferDescriptorInfo& descriptorInfo, in allocate()
126 BufferDescriptor Gralloc::createDescriptor(const IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp331 IMapper4::BufferDescriptorInfo info{}; in allocate()
339 IMapper3::BufferDescriptorInfo info{}; in allocate()
347 IMapper2::BufferDescriptorInfo info{}; in allocate()
/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/mapper/4.0/
DIMapper.hal24 struct BufferDescriptorInfo {
96 createDescriptor(BufferDescriptorInfo description)
164 BufferDescriptorInfo description,
227 * in the BufferDescriptorInfo.
316 * Test whether the given BufferDescriptorInfo is allocatable.
326 isSupported(BufferDescriptorInfo description)
511 * Given a BufferDescriptorInfo, gets the starting value of a given
519 * - `BAD_VALUE` if any of the specified BufferDescriptorInfo attributes
530 getFromBufferDescriptorInfo(BufferDescriptorInfo description,
641 * in the BufferDescriptorInfo.

12