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

/frameworks/base/media/libstagefright/
H A DVideoSourceDownSampler.cpp42 CHECK(mMeta->findInt32(kKeyHeight, &mRealSourceHeight));
44 if ((mWidth != mRealSourceWidth) || (mHeight != mRealSourceHeight)) {
47 CHECK(mHeight <= mRealSourceHeight);
63 mDownSampleSkipY = mRealSourceHeight / mHeight;
66 mDownSampleOffsetY = mRealSourceHeight - mDownSampleSkipY * mHeight;
89 mRealSourceWidth, mRealSourceHeight,
/frameworks/base/include/media/stagefright/
H A DVideoSourceDownSampler.h67 int32_t mRealSourceHeight; member in class:android::VideoSourceDownSampler

Completed in 8081 milliseconds