HomeSort by relevance Sort by last modified time
    Searched refs:lens (Results 26 - 32 of 32) sorted by null

12

  /hardware/samsung_slsi/exynos5/libcamera2/
MetadataConverter.cpp 105 dst->ctl.lens.focusDistance = curr_entry.data.f[0];
111 dst->ctl.lens.aperture = curr_entry.data.f[0];
117 dst->ctl.lens.focalLength = curr_entry.data.f[0];
123 dst->ctl.lens.filterDensity = curr_entry.data.f[0];
129 dst->ctl.lens.opticalStabilizationMode =
540 &metadata->dm.lens.aperture, 1))
549 metadata->dm.sensor.timeStamp, metadata->dm.sensor.exposureTime, metadata->dm.lens.aperture);
ExynosCameraHWInterface2.cpp     [all...]
  /external/opencv/cvaux/src/
_cvvm.h 67 int* lens);
cvscanlines.cpp 180 icvMakeScanlinesLengths( int *scanlines, int numlines, int *lens )
199 lens[index] = MAX( dx, dy );
210 int *scanlines_a, int *lens, int numlines, float alpha )
242 lens[curr_len++] = MAX( dx, dy );
    [all...]
  /system/media/camera/docs/
metadata_validate.py 52 A string with the full name, e.g. "android.lens.info.availableApertureSizes"
  /external/zlib/src/contrib/puff/
puff.c 401 * length symbol. These are in the static arrays below, lens[] for the base
442 static const short lens[29] = { /* Size base for length codes 257..285 */ local
476 len = lens[symbol] + bits(s, lext[symbol]);
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
interworking.c 857 u8 lens; local
875 lens = *pos++;
876 if (pos + (lens & 0x0f) + (lens >> 4) > end)
879 if ((lens & 0x0f) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
881 pos += lens & 0x0f;
883 if ((lens >> 4) == rc_len && os_memcmp(pos, rc_id, rc_len) == 0)
885 pos += lens >> 4;
    [all...]

Completed in 167 milliseconds

12