Searched defs:sampleRate (Results 1 - 19 of 19) sorted by relevance

/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DMicrophoneInputStream.java41 public MicrophoneInputStream(int sampleRate) throws IOException { argument
42 mSampleRate = sampleRate;
43 mBufferSize = AudioRecord.getMinBufferSize(sampleRate,
H A DWaveHeader.java29 * <li> sampleRate - usually 8000, 11025, 16000, 22050, or 44100 hz.
69 * @param sampleRate typically 8000, 11025, 16000, 22050, or 44100 hz.
73 public WaveHeader(short format, short numChannels, int sampleRate, short bitsPerSample, int numBytes) { argument
75 mSampleRate = sampleRate;
129 * @param sampleRate sample rate, typically 8000, 11025, 16000, 22050, or 44100 hz.
132 public WaveHeader setSampleRate(int sampleRate) { argument
133 mSampleRate = sampleRate;
272 "WaveHeader format=%d numChannels=%d sampleRate=%d bitsPerSample=%d numBytes=%d",
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarProjectionManagerTest.java154 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
155 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
H A DCarRadioManagerTest.java104 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
105 Log.d(TAG, "onPropertySubscribe property: " + property + " rate: " + sampleRate);
H A DCarAudioManagerTest.java192 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarCabinManagerTest.java179 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
180 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
H A DCarHvacManagerTest.java212 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
213 Log.d(TAG, "onPropertySubscribe property " + property + " sampleRate " + sampleRate);
H A DCarPowerManagementTest.java140 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DSystemActivityMonitoringServiceTest.java213 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarAudioFocusSystemSoundTest.java384 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarDiagnosticManagerTest.java123 int property, int zones, float sampleRate) {
122 onPropertySubscribe( int property, int zones, float sampleRate) argument
H A DCarVolumeServiceTest.java297 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
322 public void onPropertySubscribe(int property, int zones, float sampleRate) {
347 public void onPropertySubscribe(int property, int zones, float sampleRate) {
H A DCarAudioFocusTest.java608 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
H A DCarAudioExtFocusTest.java966 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_a2dp.cpp204 jint sampleRate = env->CallIntMethod( local
223 .sample_rate = static_cast<btav_a2dp_codec_sample_rate_t>(sampleRate),
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DA2dpReceiver.java199 int sampleRate = BluetoothCodecConfig.SAMPLE_RATE_NONE;
273 sampleRate = Integer.valueOf(tmpStr);
314 || sampleRate == BluetoothCodecConfig.SAMPLE_RATE_NONE
324 if (!setCodecValue(codecType, sampleRate, bitsPerSample, channelMode,
429 * @param sampleRate - Sample Rate
436 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, argument
439 Log.d(TAG, "SetCodecValue: Codec Type: " + codecType + " sampleRate: " + sampleRate
445 sampleRate, bitsPerSample, channelMode,
471 if (verifyCodeConfig(codecType, sampleRate,
497 verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, int channelMode, long codecSpecific1) argument
[all...]
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java50 default void onPropertySubscribe(int property, int zones, float sampleRate) {} argument
154 handler.onPropertySubscribe(opt.propId, opt.vehicleAreas, opt.sampleRate);
201 public void onPropertySubscribe(int property, int zones, float sampleRate) { argument
249 public synchronized void onPropertySubscribe(int property, int zones, float sampleRate) { argument
/packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
H A DA2dpSinkStateMachine.java797 private void onAudioConfigChanged(byte[] address, int sampleRate, int channelCount) { argument
801 event.audioConfig = new BluetoothAudioConfig(sampleRate, channelConfig,
/packages/apps/TV/libs/
H A Dexoplayer.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/exoplayer/ ...

Completed in 3054 milliseconds