HomeSort by relevance Sort by last modified time
    Searched refs:featureMask (Results 1 - 25 of 28) sorted by null

1 2

  /hardware/qcom/camera/QCamera2/util/
QCameraCommon.h 50 bool fdVideoEnabled, bool hal3, cam_feature_mask_t featureMask,
QCameraCommon.cpp 149 * @featureMask : Feature mask
159 cam_feature_mask_t featureMask,
181 if ((featureMask & CAM_QCOM_FEATURE_PAAF) &&
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraCommon.h 50 bool fdVideoEnabled, bool hal3, cam_feature_mask_t featureMask,
QCameraCommon.cpp 149 * @featureMask : Feature mask
159 cam_feature_mask_t featureMask,
181 if ((featureMask & CAM_QCOM_FEATURE_PAAF) &&
  /external/icu/icu4c/source/layout/
GlyphIterator.cpp 19 FeatureMask theFeatureMask, const LEReferenceTo<GlyphDefinitionTableHeader> &theGlyphDefinitionTableHeader)
22 srcIndex(-1), destIndex(-1), lookupFlags(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
59 featureMask = that.featureMask;
66 GlyphIterator::GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask)
78 featureMask = newFeatureMask;
97 featureMask = that.featureMask;
109 void GlyphIterator::reset(le_uint16 newLookupFlags, FeatureMask newFeatureMask)
112 featureMask = newFeatureMask
    [all...]
LookupProcessor.h 65 le_int32 selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success);
70 FeatureMask *lookupSelectArray;
GlyphIterator.h 27 FeatureMask theFeatureMask, const LEReferenceTo<GlyphDefinitionTableHeader> &theGlyphDefinitionTableHeader);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
92 FeatureMask featureMask;
ArabicShaping.cpp 117 FeatureMask featureMask = (FeatureMask) glyphStorage.getAuxData(outIndex, success);
118 FeatureMask shape = featureMask & SHAPE_MASK;
122 glyphStorage.setAuxData(outIndex, ((featureMask & ~SHAPE_MASK) | shape), success);
LookupProcessor.cpp 69 FeatureMask selectMask = lookupSelectArray[lookup];
113 le_int32 LookupProcessor::selectLookups(const LEReferenceTo<FeatureTable> &featureTable, FeatureMask featureMask, le_int32 order, LEErrorCode &success)
126 lookupSelectArray[lookupListIndex] |= featureMask;
179 lookupSelectArray = LE_NEW_ARRAY(FeatureMask, lookupListCount);
TibetanReordering.cpp 155 void writeChar(LEUnicode ch, le_uint32 charIndex, FeatureMask featureMask)
162 fGlyphStorage.setAuxData(fOutIndex, featureMask, success);
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.cpp     [all...]
MPLSensor.h 187 int selectAndSetQuaternion(int batchMode, int mEnabled, long long featureMask);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParametersIntf.h 298 uint32_t featureMask,
QCameraParametersIntf.cpp     [all...]
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/HAL/
QCameraParametersIntf.h 308 cam_feature_mask_t featureMask,
QCameraParametersIntf.cpp     [all...]
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
QCamera2HWI.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java     [all...]

Completed in 1790 milliseconds

1 2