Searched refs:mGridHeight (Results 1 – 2 of 2) sorted by relevance
58 mGridHeight(HeicEncoderInfoManager::kGridHeight), in HeicCompositeStream()402 newFormat->setInt32(KEY_TILE_HEIGHT, mGridHeight); in onHeicFormatChanged()931 size_t top = mGridHeight * tileY; in processCodecInputFrame()936 mOutputHeight - tileY * mGridHeight : mGridHeight; in processCodecInputFrame()1226 mGridHeight = gridHeight; in initializeCodec()
124 int32_t mGridWidth, mGridHeight; variable