Searched refs:mTileWidth (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/include/private/media/ |
D | VideoFrame.h | 44 mTileWidth(tileWidth), mTileHeight(tileHeight), in VideoFrame() 79 uint32_t mTileWidth; // Tile width (0 if image doesn't have grid) variable
|
/frameworks/av/media/libstagefright/ |
D | FrameDecoder.cpp | 556 mTileWidth(0), in ImageDecoder() 603 mTileWidth = tileWidth; in onGetFormatAndSeekOptions() 653 if (mTileWidth <= 0 || mTileHeight <=0) { in onExtractRect() 687 trackMeta(), mWidth, mHeight, mTileWidth, mTileHeight, dstBpp()); in onOutputReceived()
|
D | MPEG4Writer.cpp | 368 int32_t mTileWidth, mTileHeight; member in android::MPEG4Writer::Track 1794 mTileWidth(0), in Track() 1831 mTileWidth = tileWidth; in Track() 2011 bool hasGrid = (mTileWidth > 0); in addItemOffsetAndSize() 2021 .width = hasGrid ? mTileWidth : mWidth, in addItemOffsetAndSize() 3540 int32_t grid = (mTileWidth > 0); in getMetaSizeIncrease()
|
/frameworks/av/media/libstagefright/include/ |
D | FrameDecoder.h | 177 int32_t mTileWidth; member
|