Searched refs:mGridHeight (Results 1 – 2 of 2) sorted by relevance
57 mGridHeight(HeicEncoderInfoManager::kGridHeight), in HeicCompositeStream()437 newFormat->setInt32(KEY_TILE_HEIGHT, mGridHeight); in onHeicFormatChanged()1059 size_t top = mGridHeight * tileY; in processCodecInputFrame()1064 mOutputHeight - tileY * mGridHeight : mGridHeight; in processCodecInputFrame()1380 mGridHeight = gridHeight; in initializeCodec()
128 int32_t mGridWidth, mGridHeight; variable