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