Lines Matching refs:accessRegion
102 uint64_t cpuUsage, const IMapper::Rect& accessRegion) { in lockYCbCrInternal() argument
107 typename M::Rect accessRegionCopy = {accessRegion.left, accessRegion.top, in lockYCbCrInternal()
108 accessRegion.width, accessRegion.height}; in lockYCbCrInternal()
147 const IMapper::Rect& accessRegion) {
153 typename IMapperV4::Rect accessRegionV4 = {accessRegion.left, accessRegion.top,
154 accessRegion.width, accessRegion.height};
319 IMapper::Rect accessRegion{0, 0, static_cast<int>(size), 1}; in lock() local
320 return lock(buf, cpuUsage, accessRegion); in lock()
324 const IMapper::Rect& accessRegion) { in lock() argument
341 IMapperV4::Rect accessRegionV4{accessRegion.left, accessRegion.top, accessRegion.width, in lock()
342 accessRegion.height}; in lock()
353 IMapperV3::Rect accessRegionV3{accessRegion.left, accessRegion.top, accessRegion.width, in lock()
354 accessRegion.height}; in lock()
366 mMapperV2->lock(buffer, cpuUsage, accessRegion, acquireFenceHandle, in lock()
378 __FUNCTION__, ret, accessRegion.top, accessRegion.left, accessRegion.width, in lock()
379 accessRegion.height); in lock()
385 const IMapper::Rect& accessRegion) { in lockYCbCr() argument
393 return lockYCbCrInternal<IMapperV4, MapperErrorV4>(mMapperV4, buf, cpuUsage, accessRegion); in lockYCbCr()
398 mMapperV3, buf, cpuUsage, accessRegion); in lockYCbCr()
403 mMapperV2, buf, cpuUsage, accessRegion); in lockYCbCr()