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

/frameworks/av/include/private/media/
H A DVideoFrame.h44 mTileWidth(tileWidth), mTileHeight(tileHeight),
80 uint32_t mTileHeight; // Tile height (0 if image doesn't have grid) member in class:android::VideoFrame
/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp557 mTileHeight(0),
604 mTileHeight = tileHeight;
653 if (mTileWidth <= 0 || mTileHeight <=0) {
658 int32_t expectedTop = row * mTileHeight;
659 int32_t expectedBot = (row + 1) * mTileHeight;
687 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp());
H A DMPEG4Writer.cpp368 int32_t mTileWidth, mTileHeight; member in class:android::MPEG4Writer::Track
1795 mTileHeight(0),
1832 mTileHeight = tileHeight;
2022 .height = hasGrid ? mTileHeight : mHeight,
/frameworks/av/media/libheif/
H A DHeifDecoderImpl.cpp376 if (mHasImage && videoFrame->mTileHeight >= 512 && mWidth >= 3000 && mHeight >= 2000 ) {
378 mSliceHeight = videoFrame->mTileHeight;
/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h178 int32_t mTileHeight; member in struct:android::ImageDecoder

Completed in 1160 milliseconds