Searched refs:mLastNativeWindowCrop (Results 1 – 2 of 2) sorted by relevance
269 android_native_rect_t mLastNativeWindowCrop; member
633 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop)); in ACodec()1143 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop)); in setupNativeWindowSizeFormatAndUsage()6833 if (memcmp(&crop, &mCodec->mLastNativeWindowCrop, sizeof(crop)) != 0) { in onOutputBufferDrained()6834 mCodec->mLastNativeWindowCrop = crop; in onOutputBufferDrained()