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

/frameworks/av/include/media/stagefright/
H A DACodec.h253 android_native_rect_t mLastNativeWindowCrop; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DACodec.cpp544 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop));
983 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop));
6129 && memcmp(&crop, &mCodec->mLastNativeWindowCrop, sizeof(crop)) != 0) {
6130 mCodec->mLastNativeWindowCrop = crop;

Completed in 94 milliseconds