Home
last modified time | relevance | path

Searched defs:sourceCrop (Results 1 – 16 of 16) sorted by relevance

/frameworks/native/opengl/tests/hwc/
DhwcCommit.cpp129 HwcTestDim sourceCrop; member
175 struct hwc_rect sourceCrop; member in Rectangle
256 struct sourceCrop { struct
257 uint32_t minWidth;
258 uint32_t minHeight;
259 HwcTestDim minDim;
260 uint32_t maxWidth;
261 uint32_t maxHeight;
262 HwcTestDim maxDim;
263 Rational hScale;
[all …]
DhwcRects.cpp157 struct hwc_rect sourceCrop; member in Rectangle
/frameworks/av/media/libstagefright/
DFrameCaptureProcessor.cpp110 const sp<Layer> &layer, const Rect &sourceCrop, const sp<GraphicBuffer> &buffer) { in capture()
137 const Rect &sourceCrop, const sp<GraphicBuffer> &buffer) { in onCapture()
DFrameCaptureLayer.cpp84 const Rect &sourceCrop, uint32_t textureName, in getLayerSettings()
160 const Rect &sourceCrop, sp<GraphicBuffer> *outBuffer) { in capture()
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/
DOutputLayerCompositionState.h75 FloatRect sourceCrop; member
/frameworks/base/core/java/android/view/
DSurfaceControl.java95 Rect sourceCrop, int width, int height, boolean useIdentityTransform, int rotation, in nativeScreenshot()
98 long layerObject, Rect sourceCrop, float frameScale, long[] excludeLayerObjects, in nativeCaptureLayers()
128 Rect sourceCrop, Rect dest, long orientation); in nativeSetGeometry()
1977 public static void screenshot(IBinder display, Surface consumer, Rect sourceCrop, int width, in screenshot()
1998 public static Bitmap screenshot(Rect sourceCrop, int width, int height, int rotation) { in screenshot()
2016 public static Bitmap screenshot(Rect sourceCrop, int width, int height, in screenshot()
2063 public static ScreenshotGraphicBuffer screenshotToBuffer(IBinder display, Rect sourceCrop, in screenshotToBuffer()
2084 Rect sourceCrop, int width, int height, boolean useIdentityTransform, in screenshotToBufferWithSecureLayersUnsafe()
2119 public static ScreenshotGraphicBuffer captureLayers(SurfaceControl layer, Rect sourceCrop, in captureLayers()
2139 public static ScreenshotGraphicBuffer captureLayers(SurfaceControl layer, Rect sourceCrop, in captureLayers()
[all …]
/frameworks/native/services/surfaceflinger/
DBufferLayer.cpp615 const auto sourceCrop = compositionState.sourceCrop; in needsFiltering() local
635 const FloatRect sourceCrop = compositionState.sourceCrop; in needsFilteringForScreenshots() local
DDisplayDevice.h268 const Rect& sourceCrop = getSourceCrop(); in needsFiltering() local
DSurfaceFlinger.cpp5419 const Rect& sourceCrop, uint32_t reqWidth, in captureScreen()
5559 const Dataspace reqDataspace, const ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in captureLayers()
5610 const Rect sourceCrop = getSourceCrop(); in captureLayers() local
5808 const auto sourceCrop = renderArea.getSourceCrop(); in renderScreenImplLocked() local
/frameworks/native/services/surfaceflinger/tests/
DLayerUpdate_test.cpp1457 Rect sourceCrop(0, 0, 10, 10); in TEST_F() local
1471 Rect sourceCrop = Rect(); in TEST_F() local
1484 Rect sourceCrop = Rect(); in TEST_F() local
1496 Rect sourceCrop = Rect(); in TEST_F() local
/frameworks/native/libs/gui/
DISurfaceComposer.cpp116 ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in captureScreen()
173 const Rect& sourceCrop, in captureLayers()
1304 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
1344 Rect sourceCrop(Rect::EMPTY_RECT); in onTransact() local
DSurfaceComposerClient.cpp1911 ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in capture()
1927 ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in capture()
1943 ui::PixelFormat reqPixelFormat, const Rect& sourceCrop, in captureLayers()
1954 const Rect& sourceCrop, in captureChildLayers()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DStubTransaction.java101 public SurfaceControl.Transaction setGeometry(SurfaceControl sc, Rect sourceCrop, in setGeometry()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp656 const auto& sourceCrop = state.sourceCrop; in needsFiltering() local
/frameworks/base/core/jni/
Dandroid_view_SurfaceControl.cpp293 Rect sourceCrop = rectFromObj(env, sourceCropObj); in nativeScreenshot() local
326 Rect sourceCrop; in nativeCaptureLayers() local
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp231 const Rect sourceCrop(0, 0, DEFAULT_DISPLAY_WIDTH, DEFAULT_DISPLAY_HEIGHT); in captureScreenComposition() local