Home
last modified time | relevance | path

Searched refs:mTileHeight (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScrollCaptureClient.java244 private final int mTileHeight;
272 mTileHeight = pxPerTile / mBoundsInWindow.width();
277 Log.d(TAG, "tile size: " + mTileWidth + "x" + mTileHeight);
301 mReader = ImageReader.newInstance(mTileWidth, mTileHeight, PixelFormat.RGBA_8888,
330 mRequestRect = new Rect(0, top, mTileWidth, top + mTileHeight);
441 return mTileHeight;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScrollCaptureControllerTest.java203 private int mTileHeight = -1; field in ScrollCaptureControllerTest.TestScenario
223 mTileHeight = tileHeight; in withTileHeight()
253 if (mTileHeight < 0) { in createController()
270 Session session = new FakeSession(mPageHeight, mMaxPages, mTileHeight, in createController()
DFakeSession.java55 private final int mTileHeight; field in FakeSession
66 mTileHeight = tileHeight; in FakeSession()
170 return mTileHeight;
/frameworks/av/include/private/media/
DVideoFrame.h44 mTileWidth(tileWidth), mTileHeight(tileHeight), mDurationUs(0), in VideoFrame()
80 uint32_t mTileHeight; // Tile height (0 if image doesn't have grid) variable
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp758 mTileHeight(0), in MediaImageDecoder()
808 mTileHeight = tileHeight; in onGetFormatAndSeekOptions()
857 if (mTileWidth <= 0 || mTileHeight <=0) { in onExtractRect()
862 int32_t expectedTop = row * mTileHeight; in onExtractRect()
863 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect()
892 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp()); in onOutputReceived()
DMPEG4Writer.cpp396 int32_t mTileWidth, mTileHeight; member in android::MPEG4Writer::Track
2168 mTileHeight(0), in Track()
2205 mTileHeight = tileHeight; in Track()
2444 .height = hasGrid ? mTileHeight : mHeight, in addItemOffsetAndSize()
/frameworks/av/media/libstagefright/include/
DFrameDecoder.h183 int32_t mTileHeight; member
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp388 if (videoFrame->mTileHeight >= 512) { in reinit()
390 mSliceHeight = videoFrame->mTileHeight; in reinit()