Searched refs:setCrop (Results 1 - 25 of 25) sorted by relevance

/frameworks/native/include/gui/
H A DSurfaceControl.h94 status_t setCrop(const Rect& crop);
H A DSurface.h246 virtual int setCrop(Rect const* rect);
339 // that gets queued. It is set by calling setCrop.
H A DSurfaceComposerClient.h155 status_t setCrop(const sp<IBinder>& id, const Rect& crop);
/frameworks/native/libs/gui/include/gui/
H A DSurfaceControl.h94 status_t setCrop(const Rect& crop);
H A DSurface.h246 virtual int setCrop(Rect const* rect);
339 // that gets queued. It is set by calling setCrop.
H A DSurfaceComposerClient.h155 status_t setCrop(const sp<IBinder>& id, const Rect& crop);
/frameworks/native/libs/gui/
H A DSurfaceControl.cpp163 status_t SurfaceControl::setCrop(const Rect& crop) { function in class:android::SurfaceControl
166 return mClient->setCrop(mHandle, crop);
H A DSurfaceComposerClient.cpp164 status_t setCrop(const sp<SurfaceComposerClient>& client, const sp<IBinder>& id,
431 status_t Composer::setCrop(const sp<SurfaceComposerClient>& client, function in class:android::Composer
758 status_t SurfaceComposerClient::setCrop(const sp<IBinder>& id, const Rect& crop) { function in class:android::SurfaceComposerClient
759 return getComposer().setCrop(this, id, crop);
H A DSurface.cpp1009 return setCrop(reinterpret_cast<Rect const*>(rect));
1312 int Surface::setCrop(Rect const* rect) function in class:android::Surface
1323 ALOGV("Surface::setCrop rect=[%d %d %d %d]",
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp282 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setCrop(cropRect));
503 mFGSurfaceControl->setCrop(Rect(0, 0, 64, 64));
585 mFGSurfaceControl->setCrop(Rect(0, 0, 63, 63));
595 mFGSurfaceControl->setCrop(Rect(0, 0, 63, 63));
853 mFGSurfaceControl->setCrop(Rect(0, 0, 5, 5));
H A DSurfaceInterceptor_test.cpp288 mBGSurfaceControl->setCrop(CROP_UPDATE);
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.h87 status_t setCrop(layer_id id, const CropChange& cc);
H A DReplayer.cpp384 status = setCrop(change.id(), change.crop());
474 status_t Replayer::setCrop(layer_id id, const CropChange& cc) {
481 return mLayers[id]->setCrop(r);
/frameworks/native/libs/gui/tests/
H A DIGraphicBufferProducer_test.cpp160 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::IGraphicBufferProducerTest::QueueBufferInputBuilder
455 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1))
/frameworks/native/libs/vr/libbufferhubqueue/tests/
H A Dbuffer_hub_queue_producer-test.cpp55 QueueBufferInputBuilder& setCrop(Rect crop) { function in struct:android::dvr::__anon1821::QueueBufferInputBuilder
354 .setCrop(Rect(kDefaultWidth + 1, kDefaultHeight + 1))
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.h173 virtual void setCrop(const FloatRect& crop) = 0;
H A DHWComposer_hwc1.cpp1034 virtual void setCrop(const FloatRect& crop) {
/frameworks/av/services/camera/libcameraservice/device1/
H A DCameraHardwareInterface.h413 setCrop(int32_t left, int32_t top, int32_t right, int32_t bottom) override;
H A DCameraHardwareInterface.cpp359 CameraHardwareInterface::setCrop(int32_t left, int32_t top, int32_t right, int32_t bottom) { function in class:android::CameraHardwareInterface
/frameworks/av/media/libstagefright/codec2/include/
H A DC2Buffer.h910 inline bool setCrop(const C2Rect &crop);
/frameworks/native/services/surfaceflinger/
H A DLayer.h217 bool setCrop(const Rect& crop, bool immediate);
H A DLayer.cpp788 layer.setCrop(computeCrop(hw));
1918 bool Layer::setCrop(const Rect& crop, bool immediate) { function in class:android::Layer
H A DSurfaceFlinger.cpp3058 if (layer->setCrop(s.crop, !geometryAppliesWithResize))
H A DSurfaceFlinger_hwc1.cpp2602 if (layer->setCrop(s.crop, !geometryAppliesWithResize))
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp389 status_t err = ctrl->setCrop(crop);

Completed in 618 milliseconds