/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 162 <td>PCM/WAVE</td> 165 <td>8- and 16-bit linear PCM (rates up to limit of hardware)</td>
|
/frameworks/base/media/java/android/media/videoeditor/ |
MediaProperties.java | 260 // 7 value is used for PCM 291 // 4 is for PCM
|
/frameworks/base/media/libeffects/visualizer/ |
EffectVisualizer.cpp | 266 // all code below assumes stereo 16 bit PCM output and input 281 // Never scale by less than 8 to avoid returning unaltered PCM signal.
|
/frameworks/base/media/libstagefright/ |
FLACExtractor.cpp | 138 // cached when a decoded PCM block is "written" by libFLAC parser 642 // copy PCM from FLAC write buffer to our media buffer, with interleaving
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_poly_phase_synthesis.cpp | 42 int16 *outPcm pointer to the PCM output data 45 int16 *outPcm pointer to the PCM output data
|
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorAudioPlayer.cpp | 148 // Get the BG Audio PCM file details 473 // after reading same size from Background track PCM file
|
/hardware/libhardware_legacy/audio/ |
AudioDumpInterface.cpp | 292 sprintf(name, "%s_out_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount); 448 sprintf(name, "%s_in_%d_%d.pcm", mInterface->fileName().string(), mId, ++mFileCount);
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
control.h | 98 /** PCM */ 150 #define SND_CTL_NAME_IEC958_PCM_STREAM "PCM Stream"
|
timer.h | 66 SND_TIMER_CLASS_PCM, /**< PCM timer */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
emu10k1.h | 262 EMU10K1_CTL_ELEM_IFACE_PCM = 3, /* PCM device */ 328 unsigned short gpr_running; /* GPR containing info if PCM is running (FX8010) */
|
/frameworks/media/libvideoeditor/vss/common/inc/ |
M4AD_Common.h | 187 * @param decodedPCMBuffer: (OUT) Output PCM buffer (decoded data).
|
/frameworks/media/libvideoeditor/vss/inc/ |
M4VSS3GPP_ErrorCodes.h | 271 * The decoder produced an unattended amount of PCM */
|
/frameworks/media/libvideoeditor/vss/mcs/src/ |
M4MCS_MediaAndCodecSubscription.c | 328 /* --- PCM --- */
|
/hardware/libhardware/include/hardware/ |
audio.h | 171 * This method might produce multiple PCM outputs or hardware accelerated
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 31 * This file implements OMX Component for PCM decoder that
|
/system/media/wilhelm/src/ |
classes.h | 101 /** plays the PCM data for this player */
|
/system/media/wilhelm/src/itf/ |
IEngine.c | 229 // Will be set soon for PCM buffer queues, or later by platform-specific code 287 | DATAFORMAT_MASK_PCM // for decode to PCM 311 // creating an AudioPlayer which decodes AAC ADTS buffers to a PCM buffer queue 466 // always PCM buffer queue, so we know the channel count and sample rate early. [all...] |
/external/bluetooth/bluez/tools/ |
csr.c | 882 return "Map SCO over PCM"; 884 return "PCM interface synchronisation is difficult"; 892 return "High frequency boost for PCM when transmitting CVSD"; 894 return "High frequency boost for PCM when receiving CVSD"; 896 return "PCM interface settings bitfields"; 902 return "PCM data format"; 910 return "PCM interface settings for low jitter master mode"; 912 return "Thresholds for SCO PCM buffers"; 916 return "Route SCO data to specified slot in pcm frame"; 940 return "PCM port is always enable when chip is running" [all...] |
/external/webrtc/src/modules/audio_processing/main/test/process_test/ |
process_test.cc | 298 const char far_file_default[] = "apm_far.pcm"; 299 const char near_file_default[] = "apm_near.pcm"; 300 const char out_file_default[] = "out.pcm";
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
amrdecode.cpp | 146 raw_pcm_buffer = pointer to the output pcm outputs array (Word16) 152 raw_pcm_buffer contains the newly decoded linear PCM speech samples 204 puts the decoded linear PCM samples in the buffer pointed to by
|
/frameworks/media/libvideoeditor/vss/src/ |
M4READER_Pcm.c | 19 * @brief Generic encapsulation of the core pcm reader 21 * on top of the PCM reader 172 /* Close tha PCM file */
|
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 1041 if (!snd_pcm_sw_params_current(io->pcm, swparams) && 1045 ret = snd_pcm_start(io->pcm); 1150 snd_pcm_hwsync(io->pcm); [all...] |
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.cpp | [all...] |
/external/sonivox/arm-fm-22k/lib_src/ |
eas_chorus.c | 187 * array: pointer to array of signed 16 bit values, typically either PCM data or control data 242 * src: pointer to input buffer of PCM values to be processed 243 * dst: pointer to output buffer of PCM values we are to sume the result with
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_chorus.c | 187 * array: pointer to array of signed 16 bit values, typically either PCM data or control data 242 * src: pointer to input buffer of PCM values to be processed 243 * dst: pointer to output buffer of PCM values we are to sume the result with
|