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