Lines Matching refs:array

1296      *  <p>Indicates the color filter array (CFA) geometric pattern of the image sensor when
2950 return new ExifAttribute(IFD_FORMAT_USHORT, values.length, buffer.array());
2964 return new ExifAttribute(IFD_FORMAT_ULONG, values.length, buffer.array());
2978 return new ExifAttribute(IFD_FORMAT_SLONG, values.length, buffer.array());
3008 return new ExifAttribute(IFD_FORMAT_URATIONAL, values.length, buffer.array());
3023 return new ExifAttribute(IFD_FORMAT_SRATIONAL, values.length, buffer.array());
3037 return new ExifAttribute(IFD_FORMAT_DOUBLE, values.length, buffer.array());
3180 long[] array = (long[]) value;
3181 if (array.length == 1) {
3182 return array[0];
3187 int[] array = (int[]) value;
3188 if (array.length == 1) {
3189 return array[0];
3194 double[] array = (double[]) value;
3195 if (array.length == 1) {
3196 return array[0];
3201 Rational[] array = (Rational[]) value;
3202 if (array.length == 1) {
3203 return array[0].calculate();
3219 long[] array = (long[]) value;
3220 if (array.length == 1) {
3221 return (int) array[0];
3226 int[] array = (int[]) value;
3227 if (array.length == 1) {
3228 return array[0];
3246 long[] array = (long[]) value;
3247 for (int i = 0; i < array.length; ++i) {
3248 stringBuilder.append(array[i]);
3249 if (i + 1 != array.length) {
3256 int[] array = (int[]) value;
3257 for (int i = 0; i < array.length; ++i) {
3258 stringBuilder.append(array[i]);
3259 if (i + 1 != array.length) {
3266 double[] array = (double[]) value;
3267 for (int i = 0; i < array.length; ++i) {
3268 stringBuilder.append(array[i]);
3269 if (i + 1 != array.length) {
3276 Rational[] array = (Rational[]) value;
3277 for (int i = 0; i < array.length; ++i) {
3278 stringBuilder.append(array[i].numerator);
3280 stringBuilder.append(array[i].denominator);
3281 if (i + 1 != array.length) {
3786 Rational[] array = (Rational[]) attribute.getValue(mExifByteOrder);
3787 if (array == null || array.length != 3) {
3788 Log.w(TAG, "Invalid GPS Timestamp array. array=" + Arrays.toString(array));
3792 (int) ((float) array[0].numerator / array[0].denominator),
3793 (int) ((float) array[1].numerator / array[1].denominator),
3794 (int) ((float) array[2].numerator / array[2].denominator));
4387 * Creates and returns a Bitmap object of the thumbnail image based on the byte array and the
4434 * @return two-element array, the offset in the first value, and length in
4451 * Stores the latitude and longitude value in a float array. The first element is the latitude,
4472 * array where the first element is the latitude and the second element is the longitude.
4851 Log.d(TAG, "readExifSegment with a byte array (length: " + length + ")");
5640 // Set thumbnail byte array data for non-consecutive strip bytes
5662 // Add bytes to array