Searched refs:supported (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/font/
H A DFontUtil.h35 #error TEXTURE_BORDER_SIZE other than 1 is not currently supported
/frameworks/wilhelm/src/itf/
H A DIBassBoost.c158 int32_t supported = 0;
165 &supported);
169 *pSupported = (SLboolean) (supported != 0);
H A DIVirtualizer.c160 int32_t supported = 0;
167 VIRTUALIZER_PARAM_STRENGTH_SUPPORTED, &supported);
171 *pSupported = (SLboolean) (supported != 0);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp166 // by convention, "0' in the first entry in mSamplingRates indicates the supported sampling
187 // by convention, "0' in the first entry in mFormats indicates the supported formats
247 // by convention, "0' in the first entry in mChannelMasks indicates the supported channel
369 // Search for the closest supported sampling rate that is above (preferred)
449 audio_channel_mask_t supported = mChannelMasks[i]; local
450 if (supported == channelMask) {
459 if (isRecordThread && supported != AUDIO_CHANNEL_NONE) {
461 // The match score measures how well the supported channel mask matches the
475 const bool isSupportedIndex = (audio_channel_mask_get_representation(supported)
482 & audio_channel_mask_get_bits(supported));
[all...]
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); local
246 return static_cast<jboolean>(supported);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DBluetoothTile.java94 final boolean supported = mController.isBluetoothSupported();
98 state.visible = supported;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp595 bool supported = true; local
620 supported = false;
624 if (supported) {
/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java91 * Query the media types supported by the codec.
132 // found stuff that is not supported by framework (=> this should not happen)
158 // Enumerates supported profile/level combinations as defined
465 * These features are supported to be used by the codec. These
600 * Returns the max number of the supported concurrent codec instances.
752 * Returns the range of supported bitrates in bits/second.
759 * Returns the array of supported sample rates if the codec
768 * Returns the array of supported sample rate ranges. The
777 * Returns the maximum number of input channels supported. The codec
828 * Query whether the sample rate is supported b
[all...]
/frameworks/rs/api/
H A Drs_matrix.spec268 <b>Warning:</b> Prior to version 21, storing the result back into right matrix is not supported and

Completed in 249 milliseconds