Lines Matching refs:reqWidth
3438 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3479 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
3489 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3495 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen()
3509 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3525 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3538 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument
3548 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w || in renderScreenImplLocked()
3577 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3606 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument
3621 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
3623 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()
3627 reqWidth = (!reqWidth) ? hw_w : reqWidth; in captureScreenImplLocked()
3667 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight); in captureScreenImplLocked()
3694 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true, in captureScreenImplLocked()
3735 uint32_t* pixels = new uint32_t[reqWidth*reqHeight]; in captureScreenImplLocked()
3736 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels); in captureScreenImplLocked()
3737 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels, in captureScreenImplLocked()