Searched refs:IMapperV4 (Results 1 – 1 of 1) sorted by relevance
/hardware/interfaces/camera/common/1.0/default/ |
D | HandleImporter.cpp | 37 using IMapperV4 = android::hardware::graphics::mapper::V4_0::IMapper; typedef 46 mMapperV4 = IMapperV4::getService(); in initializeLocked() 126 std::vector<PlaneLayout> getPlaneLayouts(const sp<IMapperV4> mapper, buffer_handle_t& buf) { in getPlaneLayouts() 145 YCbCrLayout HandleImporter::lockYCbCrInternal<IMapperV4, MapperErrorV4>( in lockYCbCrInternal() 146 const sp<IMapperV4> mapper, buffer_handle_t& buf, uint64_t cpuUsage, in lockYCbCrInternal() 153 typename IMapperV4::Rect accessRegionV4 = {accessRegion.left, accessRegion.top, in lockYCbCrInternal() 248 return importBufferInternal<IMapperV4, MapperErrorV4>(mMapperV4, handle); in importBuffer() 341 IMapperV4::Rect accessRegionV4{accessRegion.left, accessRegion.top, accessRegion.width, in lock() 393 return lockYCbCrInternal<IMapperV4, MapperErrorV4>(mMapperV4, buf, cpuUsage, accessRegion); in lockYCbCr() 439 return unlockInternal<IMapperV4, MapperErrorV4>(mMapperV4, buf); in unlock()
|