Home
last modified time | relevance | path

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

/frameworks/av/include/private/media/
DVideoFrame.h44 mTileWidth(tileWidth), mTileHeight(tileHeight), in VideoFrame()
80 uint32_t mTileHeight; // Tile height (0 if image doesn't have grid) variable
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp574 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()
DMPEG4Writer.cpp366 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/
DHeifDecoderImpl.cpp376 if (mHasImage && videoFrame->mTileHeight >= 512 && mWidth >= 3000 && mHeight >= 2000 ) { in init()
378 mSliceHeight = videoFrame->mTileHeight; in init()
/frameworks/av/media/libstagefright/include/
DFrameDecoder.h178 int32_t mTileHeight; member