Searched refs:sourceFormat (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/libaaudio/src/client/ |
D | AAudioFlowGraph.cpp | 35 aaudio_result_t AAudioFlowGraph::configure(audio_format_t sourceFormat, in configure() argument 42 __func__, sourceFormat, sourceChannelCount, sinkFormat, sinkChannelCount); in configure() 44 switch (sourceFormat) { in configure() 55 ALOGE("%s() Unsupported source format = %d", __func__, sourceFormat); in configure() 67 if (sourceFormat == AUDIO_FORMAT_PCM_FLOAT && sinkFormat == AUDIO_FORMAT_PCM_FLOAT) { in configure()
|
D | AudioStreamInternalCapture.cpp | 183 const audio_format_t sourceFormat = getDeviceFormat(); in readNowWithConversion() local 186 if (sourceFormat == destinationFormat) { in readNowWithConversion() 188 } else if (sourceFormat == AUDIO_FORMAT_PCM_16_BIT in readNowWithConversion() 194 } else if (sourceFormat == AUDIO_FORMAT_PCM_FLOAT in readNowWithConversion() 202 __func__, sourceFormat, destinationFormat); in readNowWithConversion()
|
D | AAudioFlowGraph.h | 41 aaudio_result_t configure(audio_format_t sourceFormat,
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterGraph.java | 242 FrameFormat sourceFormat = inputPort.getSourceFormat(); in runTypeCheckOn() local 244 if (sourceFormat != null && targetFormat != null) { in runTypeCheckOn() 245 … if (mLogVerbose) Log.v(TAG, "Checking " + sourceFormat + " against " + targetFormat + "."); in runTypeCheckOn() 253 compatible = sourceFormat.mayBeCompatibleWith(targetFormat); in runTypeCheckOn() 257 compatible = sourceFormat.isCompatibleWith(targetFormat); in runTypeCheckOn() 265 + sourceFormat + "!"); in runTypeCheckOn()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvInputHardwareManager.java | 991 int sourceFormat = AudioFormat.ENCODING_DEFAULT; in updateAudioConfigLocked() local 993 sourceFormat = sinkConfig.format(); in updateAudioConfigLocked() 996 sourceFormat, sourceGainConfig); in updateAudioConfigLocked()
|