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

  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 40 allocate(count * getElementSize());
64 return (mDataPointer != 0) ? mSize / getElementSize() : 0;
67 public int getElementSize() {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ObjectFormat.java 65 return ((NativeBuffer)clazz.newInstance()).getElementSize();
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifTag.java 149 public static int getElementSize(short type) {
197 return getComponentCount() * getElementSize(getDataType());
    [all...]

Completed in 61 milliseconds