Searched refs:outCrop (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
H A DGLConsumer.cpp929 Rect outCrop = mCurrentCrop; local
949 outCrop.left += halfdw;
951 outCrop.right -= (dw - halfdw);
956 outCrop.top += halfdh;
958 outCrop.bottom -= (dh - halfdh);
962 outCrop.left, outCrop.top,
963 outCrop.right,outCrop.bottom);
966 return outCrop;
[all...]
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h317 Rect* outCrop, int* outScalingMode,
323 *outCrop = crop;
315 deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp, android_dataspace* outDataSpace, Rect* outCrop, int* outScalingMode, uint32_t* outTransform, sp<Fence>* outFence, uint32_t* outStickyTransform = NULL) const argument

Completed in 208 milliseconds