HomeSort by relevance Sort by last modified time
    Searched defs:getAudioStreamType (Results 1 - 4 of 4) sorted by null

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.h 65 virtual audio_stream_type_t getAudioStreamType() const { return mStreamType; }
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
EngineParameters.java 74 public int getAudioStreamType() {
VariableSpeedNative.java 85 params.getStartPositionMillis(), params.getAudioStreamType());
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 105 virtual audio_stream_type_t getAudioStreamType() const { return mStreamType; }
214 virtual audio_stream_type_t getAudioStreamType() const { return AUDIO_STREAM_DEFAULT; }

Completed in 385 milliseconds