• Home
  • Raw
  • Download

Lines Matching refs:grallocUsage

273               uint64_t grallocUsage, uint32_t stride,
299 uint64_t grallocUsage, uint32_t stride, in C2AllocationGralloc() argument
308 mGrallocUsage(grallocUsage), in C2AllocationGralloc()
348 uint64_t grallocUsage = static_cast<C2AndroidMemoryUsage>(usage).asGrallocUsage(); in map() local
350 (long long)usage.expected, (long long)grallocUsage); in map()
396 const_cast<native_handle_t *>(mBuffer), grallocUsage, rect, &pointer); in map()
471 const_cast<native_handle_t*>(mBuffer), grallocUsage, rect, &pointer); in map()
528 const_cast<native_handle_t*>(mBuffer), grallocUsage, rect, &pointer); in map()
549 const_cast<native_handle_t*>(mBuffer), grallocUsage, rect, &ycbcrLayout); in map()
629 const_cast<native_handle_t *>(mBuffer), grallocUsage, rect, &pointer); in map()
687 const_cast<native_handle_t*>(mBuffer), grallocUsage, rect, &ycbcrLayout); in map()
765 const_cast<native_handle_t *>(mBuffer), grallocUsage, rect, &pointer); in map()
871 uint64_t grallocUsage = static_cast<C2AndroidMemoryUsage>(usage).asGrallocUsage(); in newGraphicAllocation() local
873 (long long)usage.expected, (long long)grallocUsage); in newGraphicAllocation()
880 1u /* layer count */, grallocUsage, &buffer, &stride, "C2GrallocAllocation"); in newGraphicAllocation()
890 width, height, format, 1u /* layer count */, grallocUsage, stride, hidlHandle, in newGraphicAllocation()
893 format, grallocUsage, stride, in newGraphicAllocation()
911 uint64_t grallocUsage; in priorGraphicAllocation() local
915 handle, &width, &height, &format, &grallocUsage, &stride, in priorGraphicAllocation()
926 grallocUsage, stride, hidlHandle, grallocHandle, mTraits->id)); in priorGraphicAllocation()