HomeSort by relevance Sort by last modified time
    Searched refs:audio (Results 176 - 200 of 457) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 150 protected void presentAudio(SlideViewInterface view, AudioModel audio,
152 // Set audio only when data changed.
154 view.setAudio(audio.getUri(), audio.getSrc(), audio.getExtras());
157 MediaAction action = audio.getCurrentAction();
165 view.seekAudio(audio.getSeekTo());
SlideshowEditor.java 168 AudioModel audio = new AudioModel(mContext, newAudio); local
170 slide.add(audio);
171 slide.updateDuration(audio.getDuration());
  /device/asus/flo/
device-common.mk 113 frameworks/native/data/etc/android.hardware.audio.low_latency.xml:system/etc/permissions/android.hardware.audio.low_latency.xml \
126 # Audio Configuration
128 persist.audio.handset.mic=dmic \
129 persist.audio.fluence.mode=endfire \
130 persist.audio.lowlatency.rec=false \
171 audio.primary.msm8960 \
172 audio.a2dp.default \
173 audio.usb.default \
174 audio.r_submix.default
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 147 sp<MetaData> NuPlayer::RTSPSource::getFormatMeta(bool audio) {
148 sp<AnotherPacketSource> source = getSource(audio);
176 ALOGV("audio track doesn't have enough data yet. (%.2f secs buffered)",
194 bool audio, sp<ABuffer> *accessUnit) {
207 sp<AnotherPacketSource> source = getSource(audio);
218 sp<AnotherPacketSource> otherSource = getSource(!audio);
232 int64_t eosTimeout = audio ? mEOSTimeoutAudio : mEOSTimeoutVideo;
234 setEOSTimeout(audio, ALooper::GetNowUs());
236 setEOSTimeout(audio, 0);
258 setEOSTimeout(audio, 0)
    [all...]
HTTPLiveSource.cpp 92 sp<MetaData> NuPlayer::HTTPLiveSource::getFormatMeta(bool audio) {
94 audio ? ATSParser::AUDIO : ATSParser::VIDEO;
168 bool audio, sp<ABuffer> *accessUnit) {
170 audio ? ATSParser::AUDIO : ATSParser::VIDEO;
  /device/ti/panda/
device.mk 59 # Audio
61 audio.primary.panda \
62 audio.a2dp.default
65 device/ti/panda/audio/audio_policy.conf:system/etc/audio_policy.conf
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
JmeAndroidSystem.java 8 import com.jme3.audio.AudioRenderer;
9 import com.jme3.audio.android.AndroidAudioRenderer;
  /external/srec/srec/test/SRecTestAudio/
Android.mk 30 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 33 #define MAX_CHANNEL_COUNT 6 /* maximum number of audio channels that can be decoded */
87 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
88 def.format.audio.pNativeRender = NULL;
89 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
90 def.format.audio.eEncoding = OMX_AUDIO_CodingAAC;
105 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
106 def.format.audio.pNativeRender = NULL;
107 def.format.audio.bFlagErrorConcealment = OMX_FALSE
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 95 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
96 def.format.audio.pNativeRender = NULL;
97 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
98 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
113 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
114 def.format.audio.pNativeRender = NULL;
115 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
116 def.format.audio.eEncoding = OMX_AUDIO_CodingAAC
    [all...]
SoftAACEncoder2.cpp 81 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
82 def.format.audio.pNativeRender = NULL;
83 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
84 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
99 def.format.audio.cMIMEType = const_cast<char *>("audio/aac");
100 def.format.audio.pNativeRender = NULL;
101 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
102 def.format.audio.eEncoding = OMX_AUDIO_CodingAAC
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 88 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
89 def.format.audio.pNativeRender = NULL;
90 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
91 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
106 def.format.audio.cMIMEType = const_cast<char *>("audio/amr-wb");
107 def.format.audio.pNativeRender = NULL;
108 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
109 def.format.audio.eEncoding = OMX_AUDIO_CodingAMR
    [all...]
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 119 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
120 def.format.audio.pNativeRender = NULL;
121 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
122 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
138 def.format.audio.cMIMEType = const_cast<char *>(MEDIA_MIMETYPE_AUDIO_FLAC);
139 def.format.audio.pNativeRender = NULL;
140 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
141 def.format.audio.eEncoding = OMX_AUDIO_CodingFLAC;
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 91 def.format.audio.cMIMEType =
94 def.format.audio.pNativeRender = NULL;
95 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
96 def.format.audio.eEncoding = OMX_AUDIO_CodingVORBIS;
111 def.format.audio.cMIMEType = const_cast<char *>("audio/raw");
112 def.format.audio.pNativeRender = NULL;
113 def.format.audio.bFlagErrorConcealment = OMX_FALSE;
114 def.format.audio.eEncoding = OMX_AUDIO_CodingPCM;
  /hardware/libhardware_legacy/
Android.mk 7 LEGACY_AUDIO_MAKEFILES := $(call all-named-subdir-makefiles,audio)
  /build/target/product/
sdk.mk 70 # audio libraries.
72 audio.primary.goldfish \
80 frameworks/base/data/sounds/effects/camera_click.ogg:system/media/audio/ui/camera_click.ogg \
81 frameworks/base/data/sounds/effects/VideoRecord.ogg:system/media/audio/ui/VideoRecord.ogg \
88 hardware/libhardware_legacy/audio/audio_policy.conf:system/etc/audio_policy.conf
  /cts/suite/audio_quality/test/
AudioSignalFactoryTest.cpp 20 #include <audio/AudioSignalFactory.h>
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioKey.java 33 package com.jme3.audio;
56 * @param stream If true, the audio will be streamed from harddrive,
59 * the stream cache is used. When enabled, the audio stream will
72 * @param stream If true, the audio will be streamed from harddrive,
98 * @return True if the loaded audio should be a {@link AudioStream} or
108 * When enabled, the audio stream will
Listener.java 33 package com.jme3.audio;
LowPassFilter.java 33 package com.jme3.audio;
  /external/qemu/android/utils/
debug.h 27 _VERBOSE_TAG(audio, "audio sub-system") \
28 _VERBOSE_TAG(audioin, "audio input backend") \
29 _VERBOSE_TAG(audioout, "audio output backend") \
  /external/speex/libspeex/
vorbis_psy.h 93 void compute_curve(VorbisPsy *psy, float *audio, float *curve);
  /frameworks/av/include/media/
MediaRecorderBase.h 23 #include <system/audio.h>
  /frameworks/av/include/media/stagefright/
AudioSource.h 27 #include <system/audio.h>
  /frameworks/av/media/libmedia/
Android.mk 78 $(call include-path-for, audio-effects) \
79 $(call include-path-for, audio-utils)

Completed in 1238 milliseconds

1 2 3 4 5 6 78 91011>>