Searched refs:tHeight (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 46 int tHeight[NR]; variable 111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID], in Init() 281 tHeight[HR] = height; in Java_com_android_camera_panorama_Mosaic_allocateMosaicMemory() 283 tHeight[LR] = int(height / H2L_FACTOR); in Java_com_android_camera_panorama_Mosaic_allocateMosaicMemory() 287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR], in Java_com_android_camera_panorama_Mosaic_allocateMosaicMemory() 289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR], in Java_com_android_camera_panorama_Mosaic_allocateMosaicMemory() 293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]); in Java_com_android_camera_panorama_Mosaic_allocateMosaicMemory() 377 tWidth[LR], tHeight[LR]); in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU() 388 tWidth[HR], tHeight[HR]); in Java_com_android_camera_panorama_Mosaic_setSourceImageFromGPU() 429 tWidth[HR], tHeight[HR]); in Java_com_android_camera_panorama_Mosaic_setSourceImage() [all …]
|