Searched defs:outCrop (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h328 Rect* outCrop, int* outScalingMode,
335 *outCrop = crop;
326 deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp, android_dataspace* outDataSpace, Rect* outCrop, int* outScalingMode, uint32_t* outTransform, sp<Fence>* outFence, uint32_t* outStickyTransform = nullptr, bool* outGetFrameTimestamps = nullptr) const argument
/frameworks/native/libs/gui/
H A DGLConsumer.cpp947 Rect outCrop = mCurrentCrop; local
967 outCrop.left += halfdw;
969 outCrop.right -= (dw - halfdw);
974 outCrop.top += halfdh;
976 outCrop.bottom -= (dh - halfdh);
980 outCrop.left, outCrop.top,
981 outCrop.right,outCrop.bottom);
984 return outCrop;
[all...]

Completed in 61 milliseconds