Searched defs:sizeChanged (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp178 bool sizeChanged = (width != mWidth || height != mHeight); local
190 if (sizeChanged || cropChanged || strideChanged) {
194 if ((sizeChanged && !mIsAdaptive)
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1383 const bool sizeChanged = (c.requested.w != s.requested.w) || local
1386 if (sizeChanged) {

Completed in 85 milliseconds