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

1 2 3 45 6 7 8 91011>>

  /frameworks/av/media/libmediaplayerservice/nuplayer/
RTSPSource.h 51 virtual status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit);
61 virtual sp<MetaData> getFormatMeta(bool audio);
118 sp<AnotherPacketSource> getSource(bool audio);
129 void setEOSTimeout(bool audio, int64_t timeout);
GenericSource.h 51 virtual status_t dequeueAccessUnit(bool audio, sp<ABuffer> *accessUnit);
59 virtual sp<MetaData> getFormatMeta(bool audio);
76 bool audio,
NuPlayerSource.h 64 virtual sp<AMessage> getFormat(bool audio);
67 bool audio, sp<ABuffer> *accessUnit) = 0;
86 virtual sp<MetaData> getFormatMeta(bool audio) { return NULL; }
NuPlayerRenderer.cpp 61 bool audio,
65 msg->setInt32("audio", static_cast<int32_t>(audio));
71 void NuPlayer::Renderer::queueEOS(bool audio, status_t finalResult) {
75 msg->setInt32("audio", static_cast<int32_t>(audio));
80 void NuPlayer::Renderer::flush(bool audio) {
83 if (audio) {
93 msg->setInt32("audio", static_cast<int32_t>(audio));
426 int32_t audio; local
512 int32_t audio; local
542 int32_t audio; local
    [all...]
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundHandleJme.java 36 import com.jme3.audio.AudioNode;
37 import com.jme3.audio.AudioNode.Status;
38 import com.jme3.audio.AudioRenderer;
  /external/jmonkeyengine/engine/src/test/jme3test/audio/
TestReverb.java 29 package jme3test.audio;
32 import com.jme3.audio.AudioNode;
33 import com.jme3.audio.Environment;
TestAmbient.java 29 package jme3test.audio;
32 import com.jme3.audio.AudioNode;
33 import com.jme3.audio.Environment;
TestDoppler.java 33 package jme3test.audio;
36 import com.jme3.audio.AudioNode;
37 import com.jme3.audio.Environment;
  /external/srec/tests/
Android.mk 5 # Compiled grammars, TCP test scripts, audio data and shell scripts #
15 ../config/en.us/audio/v139/v139_024.nwv \
16 ../config/en.us/audio/v139/v139_254.nwv \
17 ../config/en.us/audio/v139/v139_127.nwv \
18 ../config/en.us/audio/v139/v139_107.nwv \
19 ../config/en.us/audio/v139/v139_248.nwv \
20 ../config/en.us/audio/v139/v139_077.nwv \
21 ../config/en.us/audio/v139/v139_040.nwv \
22 ../config/en.us/audio/v139/v139_021.nwv \
23 ../config/en.us/audio/v139/v139_206.nwv
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
bg.js 162 var base_url = "http://dl.google.com/dl/chrome/extensions/audio/";
164 function soundLoadError(audio, id) {
165 console.log("failed to load sound: " + id + "-" + audio.src);
166 audio.src = "";
171 function soundLoaded(audio, id) {
173 sounds[id] = audio;
186 var audio = new Audio();
187 audio.id = id;
188 audio.onerror = function() { soundLoadError(audio, id); }
    [all...]
  /external/webrtc/src/modules/audio_processing/
echo_cancellation_impl.cc 74 int EchoCancellationImpl::ProcessRenderAudio(const AudioBuffer* audio) {
79 assert(audio->samples_per_split_channel() <= 160);
80 assert(audio->num_channels() == apm_->num_reverse_channels());
87 for (int j = 0; j < audio->num_channels(); j++) {
91 audio->low_pass_split_data(j),
92 static_cast<WebRtc_Word16>(audio->samples_per_split_channel()));
105 int EchoCancellationImpl::ProcessCaptureAudio(AudioBuffer* audio) {
118 assert(audio->samples_per_split_channel() <= 160);
119 assert(audio->num_channels() == apm_->num_output_channels());
126 for (int i = 0; i < audio->num_channels(); i++)
    [all...]
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 9 streams to encapsulate Vorbis compressed audio packet data into file
13 of Vorbis audio packets.
36 The Ogg stream must be unmultiplexed (only one stream, a Vorbis audio stream, per link)
44 for low-bitrate movies consisting of DivX video and Vorbis audio.
45 However, a 'Vorbis I audio file' is taken to imply Vorbis audio
47 audio player' is not required to implement Ogg support beyond the
59 while visual media should use \literal{video/ogg}, and audio
60 \literal{audio/ogg}. Vorbis data encapsulated in Ogg may appear
62 \literal{audio/vorbis} + \literal{audio/vorbis-config}
    [all...]
  /external/webkit/Source/WebCore/css/
mediaControlsChromium.css 28 audio {
33 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
48 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
60 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
73 audio::-webkit-media-controls-timeline-container, video::-webkit-media-controls-timeline-container {
95 audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display {
128 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
157 audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline {
180 audio::-webkit-media-controls-seek-back-button, video::-webkit-media-controls-seek-back-button {
185 audio::-webkit-media-controls-seek-forward-button, video::-webkit-media-controls-seek-forward-button
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/jni/
Android.mk 19 LOCAL_MODULE := native-audio-jni
20 LOCAL_SRC_FILES := native-audio-jni.c
21 # for native audio
  /device/samsung/manta/audio/
Android.mk 19 LOCAL_MODULE := audio.primary.manta
28 $(call include-path-for, audio-utils) \
29 $(call include-path-for, audio-route)
  /device/samsung/tuna/audio/
Android.mk 19 LOCAL_MODULE := audio.primary.tuna
24 $(call include-path-for, audio-utils) \
25 $(call include-path-for, audio-effects)
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 7 * Contains common math routines for the various audio engines.
91 macros for other audio sample related math.
120 Multiply the signed audio sample by the unsigned fraction.
121 - a is the signed audio sample
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
128 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
146 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
292 /* we use 16-bits in the PC per audio sample */
303 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 7 * Contains common math routines for the various audio engines.
91 macros for other audio sample related math.
120 Multiply the signed audio sample by the unsigned fraction.
121 - a is the signed audio sample
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
128 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
146 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
292 /* we use 16-bits in the PC per audio sample */
303 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 7 * Contains common math routines for the various audio engines.
91 macros for other audio sample related math.
120 Multiply the signed audio sample by the unsigned fraction.
121 - a is the signed audio sample
125 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
128 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
143 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
146 ((EAS_I32)(audio)) * ((EAS_I32)(coef)) \
292 /* we use 16-bits in the PC per audio sample */
303 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectsMath.h 82 macros for other audio sample related math.
111 Multiply the signed audio sample by the unsigned fraction.
112 - a is the signed audio sample
116 #define MULT_AUDIO_COEF(audio,coef) /*lint -e704 <avoid divide for performance>*/ \
119 ((int32_t)(audio)) * ((int32_t)(coef)) \
134 #define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*lint -e(702) <avoid divide for performance>*/ \
137 ((int32_t)(audio)) * ((int32_t)(coef)) \
284 /* we use 16-bits in the PC per audio sample */
295 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \
298 ((int32_t)(audio)) * ((int32_t)(drive))
    [all...]
  /packages/providers/MediaProvider/tools/genfiles/
genfiles.sh 132 $ANDROID_HOST_OUT/bin/sqlite3 $1 "select audio_playlists._data, audio._data from audio_playlists left outer join audio_playlists_map on audio_playlists._id=audio_playlists_map.playlist_id left outer join audio on audio_playlists_map.audio_id=audio._id order by audio_playlists_map.playlist_id,audio_playlists_map.play_order;" | {
  /build/target/board/generic_x86/
device.mk 31 audio.primary.goldfish
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.h 17 #include <system/audio.h>
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 33 package com.jme3.audio;
39 * of audio data. There are two ways to handle audio data, short audio files
40 * are to be stored entirely in memory, while long audio files (music) are
70 * @return the duration in seconds of the audio clip.
96 * Setup the format of the audio data.
AudioRenderer.java 33 package com.jme3.audio;
36 * Interface to be implemented by audio renderers.
74 * Update the audio system. Must be called periodically.
80 * Cleanup/destroy the audio system. Call this when app closes.

Completed in 777 milliseconds

1 2 3 45 6 7 8 91011>>