Lines Matching refs:tWidth
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()
429 tWidth[HR], tHeight[HR]); in Java_com_android_camera_panorama_Mosaic_setSourceImage()
436 GenerateQuarterResImagePlanar(tImage[HR][frame_number_HR], tWidth[HR], in Java_com_android_camera_panorama_Mosaic_setSourceImage()