Home
last modified time | relevance | path

Searched defs:crop (Results 1 – 25 of 57) sorted by relevance

123

/frameworks/native/opengl/tests/finish/
Dfinish.cpp105 GLint crop[4] = { 0, 512, 512, -512 }; in main() local
119 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
133 GLint crop[4] = { 0, 512, 512, -512 }; in main() local
148 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
165 GLint crop[4] = { 0, 512, 512, -512 }; in main() local
185 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
198 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
213 GLint crop[4] = { 0, 1, 1, -1 }; in main() local
/frameworks/av/media/codec2/core/include/
DC2Buffer.h1594 inline constexpr _C2PlanarSectionAspect(uint32_t width, uint32_t height, const C2Rect &crop) in _C2PlanarSectionAspect()
1605 inline constexpr C2Rect crop() const { return mCrop; } in crop() function
1610 inline constexpr _C2PlanarSectionAspect childSection(const C2Rect &crop) const { in childSection()
1626 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarCapacityAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect()
1630 … inline constexpr _C2PlanarSectionAspect(const _C2PlanarSectionAspect *parent, const C2Rect &crop) in _C2PlanarSectionAspect()
1653 inline constexpr C2Rect crop() const { return mCrop; } in crop() function
1658 inline void setCrop_be(const C2Rect &crop) { in setCrop_be()
1671 inline bool setCrop(const C2Rect &crop) { in setCrop()
1687 inline constexpr C2PlanarSection(const _C2PlanarCapacityAspect &parent, const C2Rect &crop) in C2PlanarSection()
1690 inline constexpr C2PlanarSection(const _C2PlanarSectionAspect &parent, const C2Rect &crop) in C2PlanarSection()
[all …]
/frameworks/base/packages/Shell/src/com/android/shell/
DScreenshooter.java51 Rect crop = new Rect(0, 0, displayWidth, displayHeight); in takeScreenshot() local
/frameworks/native/libs/gui/
DGLConsumerUtils.cpp107 mat4 crop( in computeTransformMatrix() local
/frameworks/native/opengl/tests/textures/
Dtextures.cpp66 GLint crop[4] = { 0, 4, 4, -4 }; in main() local
/frameworks/native/opengl/tests/filter/
Dfilter.cpp78 GLint crop[4] = { 0, 4, 4, -4 }; in main() local
/frameworks/base/core/java/android/app/
DIUiAutomationConnection.aidl42 Bitmap takeScreenshot(in Rect crop, int rotation); in takeScreenshot()
DUiAutomationConnection.java183 public Bitmap takeScreenshot(Rect crop, int rotation) { in takeScreenshot()
/frameworks/native/cmds/surfacereplayer/replayer/trace_creator/
Dtrace_creator.py216 def crop(): function
/frameworks/native/libs/gui/include/gui/
DIGraphicBufferProducer.h381 Rect crop; member
DCpuConsumer.h53 Rect crop; member
DBufferQueueCore.h342 Rect crop; member
/frameworks/base/libs/hwui/surfacetexture/
DSurfaceTexture.cpp349 mat4 crop(sx, 0, 0, 0, 0, sy, 0, 0, 0, 0, 1, 0, tx, ty, 0, 1); in computeTransformMatrix() local
362 Rect SurfaceTexture::scaleDownCrop(const Rect& crop, uint32_t bufferWidth, uint32_t bufferHeight) { in scaleDownCrop()
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java336 RectF crop = getMaxCropRect( in cropImageAndSetWallpaper() local
656 Bitmap crop = null; local
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DTransactionCompat.java80 public TransactionCompat setWindowCrop(SurfaceControlCompat surfaceControl, Rect crop) { in setWindowCrop()
/frameworks/native/services/surfaceflinger/layerproto/include/layerproto/
DLayerProtoParser.h95 LayerProtoParser::Rect crop; variable
/frameworks/native/services/surfaceflinger/
DBufferStateLayer.cpp163 bool BufferStateLayer::setCrop(const Rect& crop) { in setCrop()
417 Rect crop = s.crop; in getDrawingCrop() local
DLayer.cpp261 Rect crop; in getContentCrop() local
397 Rect crop = getCrop(s); in getCroppedBufferSize() local
1149 bool Layer::setCrop_legacy(const Rect& crop, bool immediate) { in setCrop_legacy()
1376 const FloatRect& crop = compositionState.sourceCrop; in miniDump() local
2022 const FloatRect& crop = compositionState.sourceCrop; in writeToProtoCompositionState() local
/frameworks/base/media/java/android/media/
DImageWriter.java381 Rect crop = image.getCropRect(); in queueInputImage() local
567 Rect crop = image.getCropRect(); in attachAndQueueInputImage() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotSurface.java345 final Rect crop = calculateSnapshotCrop(); in drawSizeMismatchSnapshot() local
397 Rect calculateSnapshotFrame(Rect crop) { in calculateSnapshotFrame()
/frameworks/native/opengl/tests/gl_yuvtex/
Dgl_yuvtex.cpp151 GLint crop[4] = { 0, 0, yuvTexWidth, yuvTexHeight }; in setupYuvTexSurface() local
/frameworks/native/libs/gui/tests/
DSurfaceTextureClient_test.cpp511 Rect crop = mST->getCurrentCrop(); in TEST_F() local
642 android_native_rect_t crop; in TEST_F() local
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DOutputLayer.cpp138 FloatRect crop = layerState.geomContentCrop.toFloatRect(); in calculateOutputSourceCrop() local
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp221 android_native_rect_t crop; in resetFormatIfChanged() local
/frameworks/native/services/surfaceflinger/layerproto/
Dlayers.proto42 RectProto crop = 14; field

123