D | FrameDecoder.cpp | 51 int32_t width, int32_t height, int32_t tileWidth, int32_t tileHeight, in allocVideoFrame() argument 92 tmp = tileWidth; tileWidth = tileHeight; tileHeight = tmp; in allocVideoFrame() 107 tileWidth, tileHeight, rotationAngle, dstBpp, !metaOnly, iccSize); in allocVideoFrame() 127 int32_t width, int32_t height, int32_t tileWidth, int32_t tileHeight, in allocVideoFrame() argument 129 return allocVideoFrame(trackMeta, width, height, tileWidth, tileHeight, dstBpp, in allocVideoFrame() 134 int32_t width, int32_t height, int32_t tileWidth, int32_t tileHeight, in allocMetaFrame() argument 136 return allocVideoFrame(trackMeta, width, height, tileWidth, tileHeight, dstBpp, in allocMetaFrame() 161 int32_t *tileWidth, int32_t *tileHeight, int32_t *gridRows, int32_t *gridCols) { in findGridInfo() argument 162 return trackMeta->findInt32(kKeyTileWidth, tileWidth) && (*tileWidth > 0) in findGridInfo() 215 int32_t width, height, tileWidth = 0, tileHeight = 0; in getMetadataOnly() local [all …]
|