Home
last modified time | relevance | path

Searched refs:regionSampling (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/surfaceflinger/
DScreenCaptureOutput.cpp32 bool>(args.compositionEngine, args.renderArea, args.colorProfile, args.regionSampling, in createScreenCaptureOutput()
55 std::string name = args.regionSampling ? "RegionSampling" : "ScreenCaptureOutput"; in createScreenCaptureOutput()
66 bool regionSampling, bool dimInGammaSpaceForEnhancedScreenshots, in ScreenCaptureOutput() argument
70 mRegionSampling(regionSampling), in ScreenCaptureOutput()
DScreenCaptureOutput.h38 bool regionSampling; member
53 bool regionSampling, bool dimInGammaSpaceForEnhancedScreenshots,
DSurfaceFlinger.h919 const std::shared_ptr<renderengine::ExternalTexture>& buffer, bool regionSampling,
926 const std::shared_ptr<renderengine::ExternalTexture>&, bool regionSampling,
931 const std::shared_ptr<renderengine::ExternalTexture>&, bool regionSampling,
DSurfaceFlinger.cpp8350 const std::shared_ptr<renderengine::ExternalTexture>& buffer, bool regionSampling, in captureScreenshot() argument
8372 renderScreenImpl(std::move(renderArea), buffer, regionSampling, grayscale, isProtected, in captureScreenshot()
8391 const std::shared_ptr<renderengine::ExternalTexture>& buffer, bool regionSampling, in captureScreenshotLegacy() argument
8421 renderScreenImpl(std::move(renderArea), buffer, regionSampling, grayscale, in captureScreenshotLegacy()
8453 const std::shared_ptr<renderengine::ExternalTexture>& buffer, bool regionSampling, in renderScreenImpl() argument
8534 layerFEs = copyLayerFEs(), layerStack, regionSampling, in renderScreenImpl()
8571 .regionSampling = regionSampling, in renderScreenImpl()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h494 bool regionSampling) { in renderScreenImpl() argument
503 return mFlinger->renderScreenImpl(std::move(renderArea), buffer, regionSampling, in renderScreenImpl()
DCompositionTest.cpp199 constexpr bool regionSampling = false; in captureScreenComposition() local
224 mCaptureScreenBuffer, regionSampling); in captureScreenComposition()