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 | 574 mTileHeight(0), in ImageDecoder() 621 mTileHeight = tileHeight; in onGetFormatAndSeekOptions() 670 if (mTileWidth <= 0 || mTileHeight <=0) { in onExtractRect() 675 int32_t expectedTop = row * mTileHeight; in onExtractRect() 676 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect() 705 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp()); in onOutputReceived()
|
D | MPEG4Writer.cpp | 366 int32_t mTileWidth, mTileHeight; member in android::MPEG4Writer::Track 1812 mTileHeight(0), in Track() 1849 mTileHeight = tileHeight; in Track() 2075 .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
|