/frameworks/media/libvideoeditor/vss/mcs/inc/ |
M4MCS_InternalFunctions.h | 312 * @param pPCMdata (IN/OUT) Input and Output PCM audio data 328 * @param pPCMdata (IN/OUT) Input and Output PCM audio data
|
M4MCS_InternalTypes.h | 81 M4OSA_Int32 aMaxPCMSamplesPerCh; /**< max number of PCM samples per channel */ 493 M4OSA_UInt32 audioEncoderGranularity; /**< Minimum number of pcm samples needed 520 M4OSA_Context pOutputPCMfile; /**< Output PCM file if not NULL */
|
/system/extras/sound/ |
playwav.c | 167 hdr.audio_format == FORMAT_PCM ? "PCM" : "unknown"); 177 fprintf(stderr, "playwav: '%s' is not pcm format\n", fn);
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
echo_cancellation.c | 136 aecpc->aec->farFile = fopen("aecFar.pcm","wb"); 137 aecpc->aec->nearFile = fopen("aecNear.pcm","wb"); 138 aecpc->aec->outFile = fopen("aecOut.pcm","wb"); 139 aecpc->aec->outLpFile = fopen("aecOutLp.pcm","wb"); 144 aecpc->preCompFile = fopen("preComp.pcm", "wb"); 145 aecpc->postCompFile = fopen("postComp.pcm", "wb");
|
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/ |
OMX_Audio.h | 66 OMX_AUDIO_CodingPCM, /**< Any variant of PCM coding */ 112 port (e.g. PCM, AMR, MP3, etc) */ 124 OMX_AUDIO_CODINGTYPE eEncoding; /**< Type of data expected for this port (e.g. PCM, AMR, MP3, etc) */ 128 /** PCM mode type */ 130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ 131 OMX_AUDIO_PCMModeALaw, /**< A law PCM encoded data (G.711) */ 132 OMX_AUDIO_PCMModeMULaw, /**< Mu law PCM encoded data (G.711) */ 156 #define OMX_MIN_PCMPAYLOAD_MSEC 5 /**< Minimum audio buffer payload size for uncompressed (PCM) audio */ 158 /** PCM format description */ 164 OMX_NUMERICALDATATYPE eNumData; /**< indicates PCM data as signed or unsigned */ [all...] |
/external/qemu/audio/ |
paaudio.c | 343 "pcm.playback", 397 "pcm.capture", 520 "pcm.playback",
|
/frameworks/base/include/media/stagefright/openmax/ |
OMX_Audio.h | 83 OMX_AUDIO_CodingPCM, /**< Any variant of PCM coding */ 129 port (e.g. PCM, AMR, MP3, etc) */ 141 OMX_AUDIO_CODINGTYPE eEncoding; /**< Type of data expected for this port (e.g. PCM, AMR, MP3, etc) */ 145 /** PCM mode type */ 147 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ 148 OMX_AUDIO_PCMModeALaw, /**< A law PCM encoded data (G.711) */ 149 OMX_AUDIO_PCMModeMULaw, /**< Mu law PCM encoded data (G.711) */ 173 #define OMX_MIN_PCMPAYLOAD_MSEC 5 /**< Minimum audio buffer payload size for uncompressed (PCM) audio */ 175 /** PCM format description */ 181 OMX_NUMERICALDATATYPE eNumData; /**< indicates PCM data as signed or unsigned */ [all...] |
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_Audio.h | 66 OMX_AUDIO_CodingPCM, /**< Any variant of PCM coding */ 112 port (e.g. PCM, AMR, MP3, etc) */ 124 OMX_AUDIO_CODINGTYPE eEncoding; /**< Type of data expected for this port (e.g. PCM, AMR, MP3, etc) */ 128 /** PCM mode type */ 130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ 131 OMX_AUDIO_PCMModeALaw, /**< A law PCM encoded data (G.711) */ 132 OMX_AUDIO_PCMModeMULaw, /**< Mu law PCM encoded data (G.711) */ 156 #define OMX_MIN_PCMPAYLOAD_MSEC 5 /**< Minimum audio buffer payload size for uncompressed (PCM) audio */ 158 /** PCM format description */ 164 OMX_NUMERICALDATATYPE eNumData; /**< indicates PCM data as signed or unsigned */ [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Audio.h | 66 OMX_AUDIO_CodingPCM, /**< Any variant of PCM coding */
112 port (e.g. PCM, AMR, MP3, etc) */
124 OMX_AUDIO_CODINGTYPE eEncoding; /**< Type of data expected for this port (e.g. PCM, AMR, MP3, etc) */
128 /** PCM mode type */
130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */
131 OMX_AUDIO_PCMModeALaw, /**< A law PCM encoded data (G.711) */
132 OMX_AUDIO_PCMModeMULaw, /**< Mu law PCM encoded data (G.711) */
156 #define OMX_MIN_PCMPAYLOAD_MSEC 5 /**< Minimum audio buffer payload size for uncompressed (PCM) audio */
158 /** PCM format description */
164 OMX_NUMERICALDATATYPE eNumData; /**< indicates PCM data as signed or unsigned */ [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_Audio.h | 66 OMX_AUDIO_CodingPCM, /**< Any variant of PCM coding */ 112 port (e.g. PCM, AMR, MP3, etc) */ 124 OMX_AUDIO_CODINGTYPE eEncoding; /**< Type of data expected for this port (e.g. PCM, AMR, MP3, etc) */ 128 /** PCM mode type */ 130 OMX_AUDIO_PCMModeLinear = 0, /**< Linear PCM encoded data */ 131 OMX_AUDIO_PCMModeALaw, /**< A law PCM encoded data (G.711) */ 132 OMX_AUDIO_PCMModeMULaw, /**< Mu law PCM encoded data (G.711) */ 156 #define OMX_MIN_PCMPAYLOAD_MSEC 5 /**< Minimum audio buffer payload size for uncompressed (PCM) audio */ 158 /** PCM format description */ 164 OMX_NUMERICALDATATYPE eNumData; /**< indicates PCM data as signed or unsigned */ [all...] |
/system/media/wilhelm/src/itf/ |
IOutputMixExt.c | 26 // stereo is a frame consisting of a pair of 16-bit PCM samples 167 /** \brief This is the track mixer: fill the specified 16-bit stereo PCM buffer */ 173 // Force to be a multiple of a frame, assumes stereo 16-bit PCM
|
/cts/tests/tests/media/src/android/media/cts/ |
VisualizerTest.java | 306 private int computeEnergy(byte[] data, boolean pcm) { 309 if (pcm) {
|
/development/samples/TtsEngine/src/com/example/android/ttsengine/ |
RobotSpeakTtsService.java | 49 * audio at 16khz 16bits per sample PCM audio. 175 // in 16bit PCM mono.
|
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/ |
SDL_nto_audio.c | 117 /* PCM transfer channel parameters initialize function */ 480 SDL_SetError("NTO_OpenAudio(): pcm buffer allocation failed\n");
|
/frameworks/base/media/jni/mediaeditor/ |
VideoEditorPropertiesMain.cpp | 390 // Check if the extension is ".pcm". 391 else if (!(VideoEdit_chrCompare(extension, (M4OSA_Char*)"pcm", &cmpResult)))
|
/frameworks/media/libvideoeditor/vss/src/ |
M4VSS3GPP_MediaAndCodecSubscription.c | 216 /* --- PCM --- */ 229 "M4VSS3GPP_subscribeMediaAndCodec: can't register PCM reader");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
asoundef.h | 93 #define IEC958_AES1_CON_PCM_CODER (IEC958_AES1_CON_DIGDIGCONV_ID|0x00) /**< PCM coder */ 94 #define IEC958_AES1_CON_SAMPLER (IEC958_AES1_CON_DIGDIGCONV_ID|0x20) /**< PCM sampler */
|
/system/media/wilhelm/src/android/ |
AacBqToPcmCbRenderer.cpp | 146 // Initialize the PCM format info with the known parameters before the start of the decode 189 // the audio content is not raw PCM, so we need a decoder
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcm.c | 7 * Implements the PCM engine including ADPCM decode for SMAF and CMX audio playback. 119 * Initializes the PCM engine 145 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate memory for PCM streams\n"); */ } 163 * Shuts down the PCM engine 194 * Render a buffer of PCM audio 303 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %d seeking to start of PCM file\n", result); */ } 315 * Starts up a PCM playback 399 * Continues a PCM stream 449 * Update the pitch and volume parameters for a PCM stream 508 * Update the volume parameters for a PCM strea [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcm.c | 7 * Implements the PCM engine including ADPCM decode for SMAF and CMX audio playback. 119 * Initializes the PCM engine 145 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate memory for PCM streams\n"); */ } 163 * Shuts down the PCM engine 194 * Render a buffer of PCM audio 303 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %d seeking to start of PCM file\n", result); */ } 315 * Starts up a PCM playback 399 * Continues a PCM stream 449 * Update the pitch and volume parameters for a PCM stream 508 * Update the volume parameters for a PCM strea [all...] |
eas_wt_IPC_frame.h | 69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcm.c | 7 * Implements the PCM engine including ADPCM decode for SMAF and CMX audio playback. 119 * Initializes the PCM engine 145 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_FATAL, "Failed to allocate memory for PCM streams\n"); */ } 163 * Shuts down the PCM engine 194 * Render a buffer of PCM audio 303 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Error %d seeking to start of PCM file\n", result); */ } 315 * Starts up a PCM playback 399 * Continues a PCM stream 449 * Update the pitch and volume parameters for a PCM stream 508 * Update the volume parameters for a PCM strea [all...] |
eas_wt_IPC_frame.h | 69 EAS_U32 loopEnd; /* points to last PCM sample (not 1 beyond last) */
|
/device/moto/wingray/taudio/ |
trec.c | 64 hdr->audio_format = 1; /* PCM */
|
/external/bluetooth/bluez/doc/ |
media-api.txt | 165 Possible Values: "HCI" or "PCM"
|