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

/frameworks/native/libs/gui/
H A DISurfaceComposer.cpp105 Rect sourceCrop, uint32_t reqWidth, uint32_t reqHeight,
115 data.writeUint32(reqWidth);
547 uint32_t reqWidth = 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.cpp119 uint32_t reqWidth = mReqWidth ? mReqWidth : mUserWidth; local
121 mGraphicBufferProducer->allocateBuffers(reqWidth, reqHeight,
471 uint32_t reqWidth; local
483 reqWidth = mReqWidth ? mReqWidth : mUserWidth;
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, reqHeigh
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) {
1195 mReqWidth = reqWidth;
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,
4372 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w ||
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*reqHeigh
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,
3813 const bool filtering = static_cast<int32_t>(reqWidth) != hw_w ||
3842 reqWidth, reqHeigh
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 95 milliseconds