HomeSort by relevance Sort by last modified time
    Searched refs:getOutputSamplingRate (Results 1 - 8 of 8) sorted by null

  /frameworks/av/include/media/
AudioSystem.h 93 static status_t getOutputSamplingRate(uint32_t* samplingRate,
  /frameworks/av/media/libmedia/
AudioTrack.cpp 57 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
242 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
584 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, mStreamType) != NO_ERROR) {
    [all...]
AudioSystem.cpp 217 status_t AudioSystem::getOutputSamplingRate(uint32_t* samplingRate, audio_stream_type_t streamType)
242 ALOGV("getOutputSamplingRate() no output descriptor for output %d in gOutputs", output);
248 ALOGV("getOutputSamplingRate() reading from output desc");
SoundPool.cpp 575 if (AudioSystem::getOutputSamplingRate(&afSampleRate, streamType) != NO_ERROR) {
ToneGenerator.cpp     [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp 417 if (AudioSystem::getOutputSamplingRate(&afSampleRate, mStreamType) !=
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 211 if (AudioSystem::getOutputSamplingRate(&afSampleRate, (audio_stream_type_t) streamType) != NO_ERROR) {
816 if (AudioSystem::getOutputSamplingRate(&afSamplingRate, nativeStreamType) != NO_ERROR) {
817 ALOGE("AudioSystem::getOutputSamplingRate() for stream type %d failed in AudioTrack JNI",
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]

Completed in 57 milliseconds