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), mDurationUs(0), in VideoFrame()
80 uint32_t mTileHeight; // Tile height (0 if image doesn't have grid) variable
/frameworks/av/media/libstagefright/
DFrameDecoder.cpp726 mTileHeight(0), in ImageDecoder()
773 mTileHeight = tileHeight; in onGetFormatAndSeekOptions()
822 if (mTileWidth <= 0 || mTileHeight <=0) { in onExtractRect()
827 int32_t expectedTop = row * mTileHeight; in onExtractRect()
828 int32_t expectedBot = (row + 1) * mTileHeight; in onExtractRect()
857 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp()); in onOutputReceived()
DMPEG4Writer.cpp396 int32_t mTileWidth, mTileHeight; member in android::MPEG4Writer::Track
2071 mTileHeight(0), in Track()
2108 mTileHeight = tileHeight; in Track()
2343 .height = hasGrid ? mTileHeight : mHeight, in addItemOffsetAndSize()
/frameworks/av/media/libstagefright/include/
DFrameDecoder.h182 int32_t mTileHeight; member
/frameworks/av/media/libheif/
DHeifDecoderImpl.cpp388 if (videoFrame->mTileHeight >= 512) { in reinit()
390 mSliceHeight = videoFrame->mTileHeight; in reinit()