Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h251 android_native_rect_t mLastNativeWindowCrop; member
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp616 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop)); in ACodec()
1123 memset(&mLastNativeWindowCrop, 0, sizeof(mLastNativeWindowCrop)); in setupNativeWindowSizeFormatAndUsage()
6670 if (memcmp(&crop, &mCodec->mLastNativeWindowCrop, sizeof(crop)) != 0) { in onOutputBufferDrained()
6671 mCodec->mLastNativeWindowCrop = crop; in onOutputBufferDrained()