• Home
  • Raw
  • Download

Lines Matching refs:reqWidth

3331         Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,  in captureScreen()  argument
3372 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
3382 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3388 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen()
3402 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3418 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3431 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument
3441 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w || in renderScreenImplLocked()
3470 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3501 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument
3516 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
3518 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()
3522 reqWidth = (!reqWidth) ? hw_w : reqWidth; in captureScreenImplLocked()
3554 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight); in captureScreenImplLocked()
3581 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true, in captureScreenImplLocked()
3622 uint32_t* pixels = new uint32_t[reqWidth*reqHeight]; in captureScreenImplLocked()
3623 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels); in captureScreenImplLocked()
3624 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels, in captureScreenImplLocked()