/external/sonivox/arm-wt-22k/lib_src/ |
eas_wt_IPC_frame.h | 69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
|
/external/srec/audio/test/AudioInRecord/src/ |
AudioInRecord.c | 42 #define OUTPUT_FILENAME "output_AudioInRecord.pcm"
|
/external/srec/srec/include/ |
frontapi.h | 448 * 'P' PCM (i.e. 8k or 11kHz PCM Files) 562 * 'P' PCM Files (i.e. 8k or 11kHz PCM Files) [all...] |
/external/tremolo/Tremolo/ |
codec_internal.h | 229 ogg_int16_t *pcm,int samples);
|
ivorbisfile.h | 94 vorbis_dsp_state *vd; /* central working state for the packet->PCM decoder */
|
/external/webrtc/src/modules/audio_processing/agc/main/source/ |
analog_agc.h | 29 * go towards -25.4dBm0 (-31.4dBov). Tuned with wbfile-31.4dBov.pcm
|
/external/webrtc/src/modules/audio_processing/main/test/unit_test/ |
unit_test.cc | 92 far_file_ = fopen("aec_far.pcm", "rb"); 93 ASSERT_TRUE(far_file_ != NULL) << "Could not open input file aec_far.pcm\n"; 94 near_file_ = fopen("aec_near.pcm", "rb"); 95 ASSERT_TRUE(near_file_ != NULL) << "Could not open input file aec_near.pcm\n";
|
/frameworks/base/media/libeffects/testlibs/ |
AudioFormatAdapter.h | 110 // The desired PCM format.
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pvmp4audiodecoder_api.h | 122 * PCM data is supported, and this enum informs how the single output 220 * Pointer to the output buffer to hold the 16-bit PCM audio samples. 229 * Pointer to the output buffer to hold the 16-bit PCM AAC-plus audio samples. 308 * This value is the number of output PCM samples per channel.
|
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
aacenc_core.c | 140 * description: encode pcm to aac data core function
|
/frameworks/base/media/libstagefright/codecs/common/include/ |
voAudio.h | 51 VO_AUDIO_CodingPCM, /**< Any variant of PCM coding */
|
/frameworks/ex/variablespeed/jni/ |
variablespeed.h | 109 // The frame buffer, used for converting between PCM data and float for
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4WRITER_common.h | 59 M4WRITER_kPCM=4, /**< PCM file */
|
/frameworks/media/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 208 M4OSA_Int32 aMaxPCMSamplesPerCh; /**< max number of PCM samples per channel */ 349 M4AD_Buffer AudioDecBufferOut; /**< Buffer for the decoded PCM data */ 363 /**< Size to reserve to store a pcm full of zeros compatible with master clip stream type */ 461 M4OSA_UInt32 uiSilencePcmSize; /**< Size to reserve to store a pcm full [all...] |
/frameworks/media/libvideoeditor/vss/mcs/inc/ |
M4MCS_API.h | 120 * @note The function is provided with the original PCM data buffer and its size. 127 * @param pPCMdata (IN/OUT) valid PCM data buffer 128 * @param uiPCMsize (IN/OUT) PCM data buffer corresponding size 191 /**< Output PCM file if not NULL */
|
/frameworks/media/libvideoeditor/vss/src/ |
M4AD_Null.c | 135 * @param pDecodedPCMBuffer: (OUT) Output PCM buffer (decoded data).
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 31 * This file implements OMX Component for PCM decoder that
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
hwdep.h | 68 SND_HWDEP_IFACE_USX2Y_PCM, /**< Tascam US122, US224 & US428 raw USB PCM */
|
/system/media/wilhelm/src/android/ |
android_AudioSfDecoder.cpp | 156 // Initializes the data and audio sources, and update the PCM format info 169 // Initialize the PCM format info with the known parameters before the start of the decode 293 // the audio content is not raw PCM, so we need a decoder 512 // even though the PCM may not have been supplied to the sink. That's OK as
|
android_AudioSfDecoder.h | 125 // informations that can be retrieved in the PCM format queries
|
android_prompts.h | 51 "Cannot create AudioRecorder: data sink must be in PCM format"
|
/external/bluetooth/bluez/audio/ |
unix.c | 254 pcm_capabilities_t *pcm; local 259 codec->length = sizeof(*pcm); 261 pcm = (void *) codec; 262 pcm->sampling_rate = 8000; 265 pcm->flags |= BT_PCM_FLAG_NREC; 267 pcm->flags |= BT_PCM_FLAG_PCM_ROUTING; 271 pcm->flags |= BT_PCM_FLAG_NREC; [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaArtistNativeHelper.java | 92 private static final String AUDIO_TRACK_PCM_FILE = "AudioPcm.pcm"; 198 /** PCM (PCM). */ 199 public static final int PCM = 7; 330 /** PCM audio file type. */ 331 public static final int PCM = 4; [all...] |
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/ |
SDL_paudio.c | 285 * paud.mode; * ADPCM, PCM, MU_LAW, A_LAW, SOURCE_MIX 317 paud_init.mode = PCM;
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ums/ |
SDL_umsaudio.c | 247 rc = UADSetAudioFormatType(this, "PCM"); 385 /* possible PCM, A_LAW or MU_LAW */
|