Home
last modified time | relevance | path

Searched refs:mGridHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.cpp58 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()
DHeicCompositeStream.h124 int32_t mGridWidth, mGridHeight; variable