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

  /external/mesa3d/src/mesa/main/
image.c 329 GLint bytesPerRow, bytesPerImage, remainder;
359 bytesPerImage = bytesPerRow * height;
361 bytesPerImage = bytesPerRow * packing->ImageHeight;
363 return bytesPerImage;
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsUtils.java 321 final int bytesPerImage = (int) (budgetFactor * MIN_IMAGE_BYTE_SIZE);
346 widthLimit, heightLimit, bytesPerImage, srcName, contentType);
    [all...]

Completed in 145 milliseconds