Searched refs:mTileHeight (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 44 mTileWidth(tileWidth), mTileHeight(tileHeight), in VideoFrame() 80 uint32_t mTileHeight; // Tile height (0 if image doesn't have grid) variable
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 557 mTileHeight(0), in ImageDecoder() 604 mTileHeight = tileHeight; in onGetFormatAndSeekOptions() 653 if (mTileWidth <= 0 || mTileHeight <=0) { in onExtractRect() 658 int32_t expectedTop = row * mTileHeight; in onExtractRect() 659 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect() 687 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp()); in onOutputReceived()
|
D | MPEG4Writer.cpp | 368 int32_t mTileWidth, mTileHeight; member in android::MPEG4Writer::Track 1795 mTileHeight(0), in Track() 1832 mTileHeight = tileHeight; in Track() 2022 .height = hasGrid ? mTileHeight : mHeight, in addItemOffsetAndSize()
|
/frameworks/av/media/libheif/ |
D | HeifDecoderImpl.cpp | 376 if (mHasImage && videoFrame->mTileHeight >= 512 && mWidth >= 3000 && mHeight >= 2000 ) { in init() 378 mSliceHeight = videoFrame->mTileHeight; in init()
|
/frameworks/av/media/libstagefright/include/ |
D | FrameDecoder.h | 178 int32_t mTileHeight; member
|