Searched refs:mLastNativeWindowCrop (Results 1 – 2 of 2) sorted by relevance
237 android_native_rect_t mLastNativeWindowCrop; member
599 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop)); in ACodec()1106 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop)); in setupNativeWindowSizeFormatAndUsage()6436 if (memcmp(&crop, &mCodec->mLastNativeWindowCrop, sizeof(crop)) != 0) { in onOutputBufferDrained()6437 mCodec->mLastNativeWindowCrop = crop; in onOutputBufferDrained()