Searched refs:tWidth (Results 1 – 1 of 1) sorted by relevance
/packages/apps/LegacyCamera/jni/ |
D | feature_mos_jni.cpp | 45 int tWidth[NR]; variable 104 if(tWidth[LR]>180) in Init() 111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID], in Init() 280 tWidth[HR] = width; in Java_com_android_camera_panorama_Mosaic_allocateMosaicMemory() 282 tWidth[LR] = int(width / 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() [all …]
|