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

/frameworks/base/media/libstagefright/
H A DVideoSourceDownSampler.cpp41 CHECK(mMeta->findInt32(kKeyWidth, &mRealSourceWidth));
44 if ((mWidth != mRealSourceWidth) || (mHeight != mRealSourceHeight)) {
46 CHECK(mWidth <= mRealSourceWidth);
62 mDownSampleSkipX = mRealSourceWidth / mWidth;
65 mDownSampleOffsetX = mRealSourceWidth - mDownSampleSkipX * mWidth;
89 mRealSourceWidth, mRealSourceHeight,
/frameworks/base/include/media/stagefright/
H A DVideoSourceDownSampler.h66 int32_t mRealSourceWidth; member in class:android::VideoSourceDownSampler

Completed in 6 milliseconds