Searched refs:getBytesPerSample (Results 1 – 13 of 13) sorted by relevance
87 * AudioFormat.getBytesPerSample(AudioFormat.ENCODING_PCM_16BIT)) in testPermissionFailure()109 * AudioFormat.getBytesPerSample(AudioFormat.ENCODING_PCM_16BIT)) in testPermissionSuccess()148 * AudioFormat.getBytesPerSample(AudioFormat.ENCODING_PCM_16BIT)) in testBadValues()182 * AudioFormat.getBytesPerSample(AudioFormat.ENCODING_PCM_16BIT)) in testCapturesMatch()209 * AudioFormat.getBytesPerSample(AudioFormat.ENCODING_PCM_16BIT)) in testCapturesMatch()
155 final int bytesPerSample = AudioFormat.getBytesPerSample(RECORD_ENCODING); in testSynchronizedRecord()
168 final int bytesPerSample = AudioFormat.getBytesPerSample(TEST_FORMAT); in doTest()
706 final int bytesPerSample = AudioFormat.getBytesPerSample(RECORD_ENCODING); in testTimestamp()1041 format.getChannelCount() * AudioFormat.getBytesPerSample(audioFormat); in createAudioRecord()1073 (AudioFormat.getBytesPerSample(TEST_FORMAT) in doTest()1163 final int bytesPerSample = AudioFormat.getBytesPerSample(TEST_FORMAT); in doTest()
1669 * AudioFormat.getBytesPerSample(testFormat); in playOnceStaticData()2186 AudioFormat.getBytesPerSample(encoding) in doTestTimestamp()2312 final int bytesPerSample = AudioFormat.getBytesPerSample(TEST_FORMAT); in testVariableRatePlayback()2380 final int bytesPerSample = AudioFormat.getBytesPerSample(TEST_FORMAT); in testStopDrain()3191 AudioFormat.getBytesPerSample(TEST_ENCODING); in testZeroPositionStartThresholdInFrames()
217 * format.getBytesPerSample(format.getEncoding()); in frameSizeFromFormat()562 * AudioFormat.getBytesPerSample(format); in AudioRecordAudit()664 * AudioFormat.getBytesPerSample(mTrack.getAudioFormat())); in read()680 * AudioFormat.getBytesPerSample(mTrack.getAudioFormat())); in read()
124 int bytesPerSample = getBytesPerSample(mInputAudioFormat); in run()558 public static int getBytesPerSample(int audioFormat) { in getBytesPerSample() method in SoundPlayerObject
247 int bytesPerSample = AudioFormat.getBytesPerSample( in configureKeysForLargeAudioFrameMode()
250 int bytesPerSample = AudioFormat.getBytesPerSample( in configureKeysForLargeAudioBlockModelFrameMode()
387 int bytesPerSample = AudioFormat.getBytesPerSample(audioFormat); in getRmsError()
716 * AudioFormat.getBytesPerSample(audioFormat); in getAudioTrack()
276 int bytesPerSample = AudioFormat.getBytesPerSample(audioFormat); in verify()
1918 method public static int getBytesPerSample(int);