HomeSort by relevance Sort by last modified time
    Searched defs:getSampleRate (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /cts/tests/tests/media/libndkaudio/
SystemParams.h 26 static int getSampleRate() {
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3reader.h 37 uint32_t getSampleRate() { return mSampleRate;}
  /frameworks/av/media/libaaudio/src/client/
IsochronousClockModel.h 50 int32_t getSampleRate() const {
  /frameworks/av/services/audioflinger/
SpdifStreamOut.h 79 virtual uint32_t getSampleRate() const { return mApplicationSampleRate; }
AudioStreamOut.cpp 177 uint32_t AudioStreamOut::getSampleRate() const
180 return stream->getSampleRate(&result) == OK ? result : 0;
  /frameworks/base/core/java/android/bluetooth/
BluetoothAudioConfig.java 93 public int getSampleRate() {
BluetoothCodecConfig.java 327 public int getSampleRate() {
  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h 56 unsigned getSampleRate() const {
  /system/media/audio_utils/include/audio_utils/spdif/
FrameScanner.h 61 uint32_t getSampleRate() const { return mSampleRate; }
  /frameworks/av/media/libaaudio/examples/utils/
AAudioSimpleRecorder.h 60 return getSampleRate(); // alias
66 int32_t getSampleRate() const {
AAudioArgsParser.h 108 int32_t getSampleRate() const {
386 getSampleRate(), AAudioStream_getSampleRate(stream));
  /frameworks/av/media/libaaudio/src/core/
AAudioStreamParameters.h 40 int32_t getSampleRate() const {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioRecordHelper.java 120 public int getSampleRate() {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
StreamPlayer.java 55 public int getSampleRate() { return mSampleRate; }
StreamRecorder.java 54 public int getSampleRate() { return mSampleRate; }
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 114 public long getSampleRate() {
  /frameworks/av/media/libaudiohal/2.0/
StreamHalHidl.cpp 70 status_t StreamHalHidl::getSampleRate(uint32_t *rate) {
72 return processReturn("getSampleRate", mStream->getSampleRate(), rate);
StreamHalLocal.cpp 45 status_t StreamHalLocal::getSampleRate(uint32_t *rate) {
  /frameworks/av/media/libaudiohal/4.0/
StreamHalLocal.cpp 47 status_t StreamHalLocal::getSampleRate(uint32_t *rate) {
  /frameworks/av/media/libaudioprocessing/tests/
test_utils.h 300 uint32_t getSampleRate() const {
  /hardware/google/av/media/codecs/amr_nb_wb/
C2SoftAmrNbEnc.cpp 90 uint32_t getSampleRate() const { return mSampleRate->value; }
233 mProcessedSamples * 1000000ll / mIntf->getSampleRate();
C2SoftAmrWbEnc.cpp 92 uint32_t getSampleRate() const { return mSampleRate->value; }
316 mProcessedSamples * 1000000ll / mIntf->getSampleRate();
  /hardware/google/av/media/codecs/flac/
C2SoftFlacEnc.cpp 77 uint32_t getSampleRate() const { return mSampleRate->value; }
219 uint32_t sampleRate = mIntf->getSampleRate();
330 ALOGV("%s numChannel=%d, sampleRate=%d", __func__, mIntf->getChannelCount(), mIntf->getSampleRate());
339 ok = ok && FLAC__stream_encoder_set_sample_rate(mFlacStreamEncoder, mIntf->getSampleRate());
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
Stream.impl.h 78 Return<uint32_t> Stream::getSampleRate() {
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_a2dp.cpp 39 jmethodID getSampleRate;
180 android_bluetooth_BluetoothCodecConfig.getSampleRate =
181 env->GetMethodID(jniBluetoothCodecConfigClass, "getSampleRate", "()I");
228 jcodecConfig, android_bluetooth_BluetoothCodecConfig.getSampleRate);

Completed in 455 milliseconds

1 2 3 4