Searched defs:supported (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp244 bool supported = PerfMeasurementContext::isMeasurementSupported(); local
246 return static_cast<jboolean>(supported);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DMPEG2PSExtractor.cpp595 bool supported = true; local
620 supported = false;
624 if (supported) {
/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...]

Completed in 265 milliseconds