Searched defs:reqHeight (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp106 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
117 data.writeUint32(reqHeight);
460 uint32_t reqHeight = data.readUint32(); local
467 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
104 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurfaceComposerClient.cpp826 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
831 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
854 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
868 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
881 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
885 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
896 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) {
897 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
823 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
853 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
880 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform) argument
895 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) argument
H A DSurface.cpp106 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; local
107 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
271 uint32_t reqHeight; local
279 reqHeight = mReqHeight ? mReqHeight : mUserHeight;
299 reqWidth, reqHeight, reqFormat, reqUsage);
304 "(%d, %d, %d, %d) failed: %d", reqWidth, reqHeight, reqFormat,
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1092 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1099 mReqHeight = reqHeight;
1243 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1245 windowType, isPreview, reqWidth, reqHeight, padding);
1090 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
1242 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3439 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3480 uint32_t reqWidth, reqHeight; member in class:android::MessageCaptureScreen
3490 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3496 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3510 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3526 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3539 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3550 static_cast<int32_t>(reqHeight) != hw_h;
3578 reqWidth, reqHeight, sourceCro
3437 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3487 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3537 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3604 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3332 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3373 uint32_t reqWidth, reqHeight; member in class:MessageCaptureScreen
3383 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3389 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3403 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3419 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3432 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3443 static_cast<int32_t>(reqHeight) != hw_h;
3471 reqWidth, reqHeight, sourceCro
3330 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3380 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3430 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3499 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, uint32_t minLayerZ, uint32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
[all...]
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 251 milliseconds