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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp105 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
116 data.writeUint32(reqHeight);
548 uint32_t reqHeight = data.readUint32(); local
555 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
103 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
H A DSurface.cpp120 uint32_t reqHeight = mReqHeight ? mReqHeight : mUserHeight; local
121 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
472 uint32_t reqHeight; local
484 reqHeight = mReqHeight ? mReqHeight : mUserHeight;
507 status_t result = mGraphicBufferProducer->dequeueBuffer(&buf, &fence, reqWidth, reqHeight,
516 reqWidth, reqHeight, reqFormat, reqUsage, result);
H A DSurfaceComposerClient.cpp946 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
951 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform);
955 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
969 status_t ret = s->captureScreen(display, producer, sourceCrop, reqWidth, reqHeight,
1001 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
1015 reqWidth, reqHeight, minLayerZ, maxLayerZ, useIdentityTransform,
1028 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
1032 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
1044 uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) {
1045 return ScreenshotClient::update(display, sourceCrop, reqWidth, reqHeight,
943 capture( const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) argument
954 captureToBuffer(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation, sp<GraphicBuffer>* outBuffer) argument
1000 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, uint32_t rotation) argument
1027 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform) argument
1043 update(const sp<IBinder>& display, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, bool useIdentityTransform) argument
[all...]
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java1189 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1196 mReqHeight = reqHeight;
1355 int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) {
1357 windowType, isPreview, reqWidth, reqHeight, padding);
1187 IWallpaperEngineWrapper(WallpaperService context, IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
1354 attach(IWallpaperConnection conn, IBinder windowToken, int windowType, boolean isPreview, int reqWidth, int reqHeight, Rect padding) argument
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4230 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
4270 updateDimensionsLocked(displayDevice, rotationFlags, &reqWidth, &reqHeight);
4293 result = getWindowBuffer(window, reqWidth, reqHeight,
4324 result = captureScreenImplLocked(device, buffer, sourceCrop, reqWidth, reqHeight,
4362 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
4373 static_cast<int32_t>(reqHeight) != hw_h;
4406 reqWidth, reqHeight, sourceCrop, hw_h, yswap, rotation);
4457 uint32_t reqWidth, uint32_t reqHeight,
4507 hw, sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ, true,
4549 uint32_t* pixels = new uint32_t[reqWidth*reqHeight];
4228 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
4360 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
4455 captureScreenImplLocked(const sp<const DisplayDevice>& hw, ANativeWindowBuffer* buffer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot, int* outSyncFd) argument
[all...]
H A DSurfaceFlinger_hwc1.cpp3703 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3744 uint32_t reqWidth, reqHeight; member in class:MessageCaptureScreen
3754 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3760 sourceCrop(sourceCrop), reqWidth(reqWidth), reqHeight(reqHeight),
3774 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3790 sourceCrop, reqWidth, reqHeight, minLayerZ, maxLayerZ,
3803 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
3814 static_cast<int32_t>(reqHeight) != hw_h;
3842 reqWidth, reqHeight, sourceCro
3701 captureScreen(const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, ISurfaceComposer::Rotation rotation) argument
3751 MessageCaptureScreen(SurfaceFlinger* flinger, const sp<IBinder>& display, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool useIdentityTransform, Transform::orientation_flags rotation, bool isLocalScreenshot) argument
3801 renderScreenImplLocked( const sp<const DisplayDevice>& hw, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_t maxLayerZ, bool yswap, bool useIdentityTransform, Transform::orientation_flags rotation) argument
3874 captureScreenImplLocked( const sp<const DisplayDevice>& hw, const sp<IGraphicBufferProducer>& producer, Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight, int32_t minLayerZ, int32_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 958 milliseconds