Home | History | Annotate | Download | only in media

Lines Matching defs:createSRational

664         public static ExifAttribute createSRational(Rational[] values, ByteOrder byteOrder) {
675 public static ExifAttribute createSRational(Rational value, ByteOrder byteOrder) {
676 return createSRational(new Rational[] {value}, byteOrder);
1622 ExifAttribute.createSRational(rationalArray, mExifByteOrder));