Searched refs:mapper2 (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/sensors/common/vts/utils/ |
D | GrallocWrapper.cpp | 35 mMapper = mapper2::IMapper::getService(); in init() 54 if (mMapper->freeBuffer(buffer) != mapper2::Error::NONE) { in ~GrallocWrapper() 82 const mapper2::BufferDescriptor& descriptor, uint32_t count, bool import, uint32_t* outStride) { in allocate() 87 if (mapper2::Error::NONE != tmpError) { in allocate() 111 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo, bool import, in allocate() 113 mapper2::BufferDescriptor descriptor = createDescriptor(descriptorInfo); in allocate() 118 sp<mapper2::IMapper> GrallocWrapper::getMapper() const { in getMapper() 122 mapper2::BufferDescriptor GrallocWrapper::createDescriptor( in createDescriptor() 123 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo) { in createDescriptor() 124 mapper2::BufferDescriptor descriptor; in createDescriptor() [all …]
|
D | SensorsTestSharedMemory.cpp | 128 mapper2::IMapper::BufferDescriptorInfo buf_desc_info = { in SensorsTestSharedMemory() 138 mapper2::IMapper::Rect region{0, 0, static_cast<int32_t>(buf_desc_info.width), in SensorsTestSharedMemory()
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | GrallocWrapper.h | 26 namespace mapper2 = ::android::hardware::graphics::mapper::V2_0; variable 37 sp<mapper2::IMapper> getMapper() const; 45 std::vector<const native_handle_t*> allocate(const mapper2::BufferDescriptor& descriptor, 48 const native_handle_t* allocate(const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo, 51 mapper2::BufferDescriptor createDescriptor( 52 const mapper2::IMapper::BufferDescriptorInfo& descriptorInfo); 61 const mapper2::IMapper::Rect& accessRegion, int acquireFence); 70 sp<mapper2::IMapper> mMapper;
|
/hardware/interfaces/media/omx/1.0/vts/functional/common/ |
D | media_hidl_test_common.cpp | 219 sp<android::hardware::graphics::mapper::V2_0::IMapper> mapper2{}; in allocateGraphicBuffers() local 233 mapper2 = in allocateGraphicBuffers() 236 grallocVar.emplace<AllocatorV2>(std::move(allocator2), std::move(mapper2)); in allocateGraphicBuffers()
|
/hardware/interfaces/media/omx/1.0/vts/functional/video/ |
D | VtsHalMediaOmxV1_0TargetVideoEncTest.cpp | 414 sp<android::hardware::graphics::mapper::V2_0::IMapper> mapper2 = in initialize() local 416 if (mapper2) { in initialize() 417 mapperVar.emplace<MapperV2>(std::move(mapper2)); in initialize()
|