Searched refs:mTileHeight (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureClient.java | 244 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;
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScrollCaptureControllerTest.java | 204 private int mTileHeight = -1; field in ScrollCaptureControllerTest.TestScenario 224 mTileHeight = tileHeight; in withTileHeight() 254 if (mTileHeight < 0) { in createController() 271 Session session = new FakeSession(mPageHeight, mMaxPages, mTileHeight, in createController()
|
H A D | FakeSession.java | 55 private final int mTileHeight; field in FakeSession 66 mTileHeight = tileHeight; in FakeSession() 170 return mTileHeight;
|
/aosp12/frameworks/av/include/private/media/ |
H A D | VideoFrame.h | 44 mTileWidth(tileWidth), mTileHeight(tileHeight), mDurationUs(0), in VideoFrame() 80 uint32_t mTileHeight; // Tile height (0 if image doesn't have grid) variable
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | FrameDecoder.cpp | 758 mTileHeight(0), in MediaImageDecoder() 816 mTileHeight = tileHeight; in onGetFormatAndSeekOptions() 865 if (mTileWidth <= 0 || mTileHeight <=0) { in onExtractRect() 870 int32_t expectedTop = row * mTileHeight; in onExtractRect() 871 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect() 909 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp()); in onOutputReceived()
|
H A D | MPEG4Writer.cpp | 396 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()
|
/aosp12/frameworks/av/media/libstagefright/include/ |
H A D | FrameDecoder.h | 183 int32_t mTileHeight; member
|
/aosp12/frameworks/av/media/libheif/ |
H A D | HeifDecoderImpl.cpp | 389 if (videoFrame->mTileHeight >= 512) { in reinit() 391 mSliceHeight = videoFrame->mTileHeight; in reinit()
|