Lines Matching refs:accessRegion
103 const IMapper::Rect& accessRegion) { in lockYCbCrInternal() argument
108 typename M::Rect accessRegionCopy = {accessRegion.left, accessRegion.top, accessRegion.width, in lockYCbCrInternal()
109 accessRegion.height}; in lockYCbCrInternal()
182 const IMapper::Rect& accessRegion) { in lockYCbCrInternal() argument
188 typename IMapperV4::Rect accessRegionV4 = {accessRegion.left, accessRegion.top, in lockYCbCrInternal()
189 accessRegion.width, accessRegion.height}; in lockYCbCrInternal()
348 IMapper::Rect accessRegion{0, 0, static_cast<int>(size), 1}; in lock() local
349 return lock(buf, cpuUsage, accessRegion); in lock()
353 const IMapper::Rect& accessRegion) { in lock() argument
370 IMapperV4::Rect accessRegionV4{accessRegion.left, accessRegion.top, accessRegion.width, in lock()
371 accessRegion.height}; in lock()
382 IMapperV3::Rect accessRegionV3{accessRegion.left, accessRegion.top, accessRegion.width, in lock()
383 accessRegion.height}; in lock()
395 mMapperV2->lock(buffer, cpuUsage, accessRegion, acquireFenceHandle, in lock()
407 __FUNCTION__, ret, accessRegion.top, accessRegion.left, accessRegion.width, in lock()
408 accessRegion.height); in lock()
413 const IMapper::Rect& accessRegion) { in lockYCbCr() argument
421 return lockYCbCrInternal<IMapperV4, MapperErrorV4>(mMapperV4, buf, cpuUsage, accessRegion); in lockYCbCr()
425 return lockYCbCrInternal<IMapperV3, MapperErrorV3>(mMapperV3, buf, cpuUsage, accessRegion); in lockYCbCr()
429 return lockYCbCrInternal<IMapper, MapperErrorV2>(mMapperV2, buf, cpuUsage, accessRegion); in lockYCbCr()