HomeSort by relevance Sort by last modified time
    Searched refs:tHeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Camera/jni/
feature_mos_jni.cpp 46 int tHeight[NR];
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
281 tHeight[HR] = height;
283 tHeight[LR] = int(height / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
377 tWidth[LR], tHeight[LR]);
388 tWidth[HR], tHeight[HR])
    [all...]
  /packages/apps/Gallery2/jni_mosaic/
feature_mos_jni.cpp 46 int tHeight[NR];
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
281 tHeight[HR] = height;
283 tHeight[LR] = int(height / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
377 tWidth[LR], tHeight[LR]);
388 tWidth[HR], tHeight[HR])
    [all...]
  /packages/apps/LegacyCamera/jni/
feature_mos_jni.cpp 46 int tHeight[NR];
111 mosaic[mID]->initialize(blendingType, stripType, tWidth[mID], tHeight[mID],
281 tHeight[HR] = height;
283 tHeight[LR] = int(height / H2L_FACTOR);
287 tImage[LR][i] = ImageUtils::allocateImage(tWidth[LR], tHeight[LR],
289 tImage[HR][i] = ImageUtils::allocateImage(tWidth[HR], tHeight[HR],
293 AllocateTextureMemory(tWidth[HR], tHeight[HR], tWidth[LR], tHeight[LR]);
377 tWidth[LR], tHeight[LR]);
388 tWidth[HR], tHeight[HR])
    [all...]

Completed in 64 milliseconds