Lines Matching refs:reqWidth
3002 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3050 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
3059 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3063 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen()
3077 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3100 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3113 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument
3123 const bool filtering = reqWidth != hw_w || reqWidth != hw_h; in renderScreenImplLocked()
3151 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3182 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument
3192 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
3194 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()
3198 reqWidth = (!reqWidth) ? hw_w : reqWidth; in captureScreenImplLocked()
3212 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight); in captureScreenImplLocked()
3239 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true, in captureScreenImplLocked()
3280 uint32_t* pixels = new uint32_t[reqWidth*reqHeight]; in captureScreenImplLocked()
3281 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels); in captureScreenImplLocked()
3282 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels, in captureScreenImplLocked()