HomeSort by relevance Sort by last modified time
    Searched refs:audio (Results 51 - 75 of 120) sorted by null

1 23 4 5

  /packages/apps/Mms/src/com/android/mms/ui/
VideoAttachmentView.java 65 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
SlideView.java 195 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
196 if (audio == null) {
197 throw new IllegalArgumentException("Audio URI may not be null.");
201 Log.v(TAG, "Changing audio source to " + audio);
214 mAudioPlayer.setDataSource(mContext, audio);
SlideshowAttachmentView.java 69 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
SlideListItemView.java 68 // Playing audio is not needed in this view.
72 // Playing audio is not needed in this view.
75 public void setAudio(Uri audio, String name, Map<String, ?> extras) {
139 // Stopping audio is not needed in this view.
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 30 * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\wbamr_enc\tests
764 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingAMR;
765 pCompPrivateStruct->format.audio.cMIMEType = NULL;
766 pCompPrivateStruct->format.audio.pNativeRender = NULL;
767 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
771 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
772 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
773 __LINE__, pCompPrivateStruct->format.audio.cMIMEType);
775 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
776 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n"
    [all...]
  /external/bluetooth/bluez/audio/
main.c 152 config = load_config_file(CONFIGDIR "/audio.conf");
202 BLUETOOTH_PLUGIN_DEFINE(audio, VERSION,
  /hardware/ti/omap3/omx/
Android.mk 35 TI_OMX_AUDIO := $(TI_OMX_TOP)/audio/src/openmax_il
84 #call to audio
  /bionic/libc/kernel/common/linux/
videodev.h 113 int audio; member in struct:video_audio
200 int audio; member in struct:video_unit
  /development/ndk/platforms/android-3/include/linux/
videodev.h 96 int audio; member in struct:video_audio
183 int audio; member in struct:video_unit
  /external/kernel-headers/original/linux/
videodev.h 41 int audios; /* Num audio devices */
56 #define VIDEO_VC_AUDIO 2 /* Channel has audio */
116 int audio; /* Audio channel */ member in struct:video_audio
203 int audio; /* Audio minor */ member in struct:video_unit
263 #define VIDIOCGAUDIO _IOR('v',16, struct video_audio) /* Get audio info */
264 #define VIDIOCSAUDIO _IOW('v',17, struct video_audio) /* Audio source, mute etc */
  /frameworks/base/core/java/android/speech/srec/
Recognizer.java 56 * // create and start audio input
57 * InputStream audio = new MicrophoneInputStream(11025, 11025*5);
88 * // put more audio in the Recognizer
89 * recognizer.putAudio(audio);
101 * // stop the audio device
102 * audio.close();
160 * A separate config file is needed for each audio sample rate.
266 * Process some audio and return the current status.
289 * Put audio samples into the <code>Recognizer</code>.
290 * @param buf holds the audio samples
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
videodev.h 96 int audio; member in struct:video_audio
183 int audio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
videodev.h 96 int audio; member in struct:video_audio
183 int audio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
videodev.h 96 int audio; member in struct:video_audio
183 int audio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
videodev.h 113 int audio; member in struct:video_audio
200 int audio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
videodev.h 96 int audio; member in struct:video_audio
183 int audio; member in struct:video_unit
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
videodev.h 113 int audio; member in struct:video_audio
200 int audio; member in struct:video_unit
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 30 * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\nbamr_enc\tests
780 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingAMR;
781 pCompPrivateStruct->format.audio.cMIMEType = NULL;
782 pCompPrivateStruct->format.audio.pNativeRender = NULL;
783 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
786 pCompPrivateStruct->format.audio.cMIMEType = "NONMIME";
789 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n",
790 __LINE__,pCompPrivateStruct->format.audio.cMIMEType);
792 pCompPrivateStruct->format.audio.cMIMEType = "MIME";
795 APP_DPRINT("\n%d :: App: pCompPrivateStruct->format.audio.cMIMEType --> %s \n"
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 30 * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\g729_enc\tests
606 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingG729;
607 pCompPrivateStruct->format.audio.cMIMEType = NULL;
608 pCompPrivateStruct->format.audio.pNativeRender = NULL;
609 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
692 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingG729;
693 pCompPrivateStruct->format.audio.cMIMEType = NULL;
694 pCompPrivateStruct->format.audio.pNativeRender = NULL;
695 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 34 * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\g722_dec\src
359 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingPCM;
360 pPortDef_ip->format.audio.cMIMEType = NULL;
361 pPortDef_ip->format.audio.pNativeRender = NULL;
362 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE;
374 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM;
375 pPortDef_op->format.audio.cMIMEType = NULL;
376 pPortDef_op->format.audio.pNativeRender = NULL;
377 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE;
596 G722DEC_DPRINT("[G722 decoder] - fail to send command to audio manager\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 34 * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\g726_dec\src
362 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingG726;
363 pPortDef_ip->format.audio.cMIMEType = NULL;
364 pPortDef_ip->format.audio.pNativeRender = NULL;
365 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE;
377 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM;
378 pPortDef_op->format.audio.cMIMEType = NULL;
379 pPortDef_op->format.audio.pNativeRender = NULL;
380 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE;
609 G726DEC_DPRINT("[G726 decoder] - fail to send command to audio manager\n")
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c 30 * @path $(CSLPATH)\OMAPSW_MPU\linux\audio\src\openmax_il\g726_enc\tests
703 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingG726;
704 pCompPrivateStruct->format.audio.pNativeRender = NULL;
705 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send input port config*/
788 pCompPrivateStruct->format.audio.eEncoding = OMX_AUDIO_CodingG726;
789 pCompPrivateStruct->format.audio.pNativeRender = NULL;
790 pCompPrivateStruct->format.audio.bFlagErrorConcealment = OMX_FALSE; /*Send output port config*/
859 APP_DPRINT("%d :: [G726E Component] - send command to audio manager\n",__LINE__);
862 printf("%d :: [G726E Component] - failure to get data from the audio manager!!! \n",__LINE__);
    [all...]
  /external/qemu/android/
main.c     [all...]
  /external/qemu/audio/
esdaudio.c 2 * QEMU ESD audio driver
27 #include "audio.h"
40 # define D(...) VERBOSE_PRINT(audio,__VA_ARGS__)
41 # define D_ACTIVE VERBOSE_CHECK(audio)
174 O("initializing EsoundD audio output");
195 dolog ("Internal logic error: Bad audio format %d\n", as->fmt);
508 "EsounD audio (en.wikipedia.org/wiki/Esound)",
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 32 * is fully compliant with the OMX Audio specification.
369 pPortDef_ip->format.audio.eEncoding = OMX_AUDIO_CodingG711;
370 pPortDef_ip->format.audio.cMIMEType = NULL;
371 pPortDef_ip->format.audio.pNativeRender = NULL;
372 pPortDef_ip->format.audio.bFlagErrorConcealment = OMX_FALSE;
384 pPortDef_op->format.audio.eEncoding = OMX_AUDIO_CodingPCM;
385 pPortDef_op->format.audio.cMIMEType = NULL;
386 pPortDef_op->format.audio.pNativeRender = NULL;
387 pPortDef_op->format.audio.bFlagErrorConcealment = OMX_FALSE;
    [all...]

Completed in 2037 milliseconds

1 23 4 5