• Home
  • Raw
  • Download

Lines Matching refs:reqWidth

3703         Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,  in captureScreen()  argument
3744 uint32_t reqWidth, reqHeight; in captureScreen() member in android::SurfaceFlinger::captureScreen::MessageCaptureScreen
3754 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreen() argument
3760 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight), in captureScreen()
3774 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3790 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, in captureScreen()
3803 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in renderScreenImplLocked() argument
3813 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w || in renderScreenImplLocked()
3842 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation); in renderScreenImplLocked()
3877 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, in captureScreenImplLocked() argument
3892 if ((reqWidth > hw_w) || (reqHeight > hw_h)) { in captureScreenImplLocked()
3894 reqWidth, reqHeight, hw_w, hw_h); in captureScreenImplLocked()
3898 reqWidth = (!reqWidth) ? hw_w : reqWidth; in captureScreenImplLocked()
3930 err = native_window_set_buffers_dimensions(window, reqWidth, reqHeight); in captureScreenImplLocked()
3957 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true, in captureScreenImplLocked()
3998 uint32_t* pixels = new uint32_t[reqWidth*reqHeight]; in captureScreenImplLocked()
3999 getRenderEngine().readPixels(0, 0, reqWidth, reqHeight, pixels); in captureScreenImplLocked()
4000 checkScreenshot(reqWidth, reqHeight, reqWidth, pixels, in captureScreenImplLocked()