Home
last modified time | relevance | path

Searched defs:pcm (Results 1 - 25 of 73) sorted by relevance

123

/third_party/libsnd/src/
H A Dima_oki_adpcm.h40 short pcm [IMA_OKI_ADPCM_PCM_LEN] ; member
/third_party/ffmpeg/libavcodec/
H A Dlibcelt_dec.c111 int16_t *pcm; in libcelt_dec_decode() local
H A Dlibopusdec.c188 float *pcm = (float *)frame->data[0]; in libopus_decode() local
192 int16_t *pcm = (int16_t *)frame->data[0]; in libopus_decode() local
H A Dlibvorbisdec.c134 static inline int conv(int samples, float **pcm, char *buf, int channels) { in conv() argument
156 float **pcm ; in oggvorbis_decode_frame() local
H A Dsbcdsp.c164 static int sbc_enc_process_input_4s(int position, const uint8_t *pcm, in sbc_enc_process_input_4s() argument
197 sbc_enc_process_input_8s(int position, const uint8_t *pcm, int16_t X[2][SBC_X_BUFFER_SIZE], int nsamples, int nchannels) sbc_enc_process_input_8s() argument
[all...]
H A Ddstdec.c256 float *pcm; in decode_frame() local
H A Dffwavesynth.c423 int16_t *pcm; in wavesynth_decode() local
/third_party/ffmpeg/libavfilter/
H A Daf_volumedetect.c44 int16_t *pcm; in filter_frame() local
/third_party/alsa-utils/topology/
H A Dpre-process-dai.c56 snd_config_t *top, *parent_obj, *obj, *dest, *cfg, *pcm, *child; in tplg_update_pcm_object() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_simple.c47 static int set_hw_params(snd_pcm_t *pcm, in set_hw_params() argument
110 set_sw_params(snd_pcm_t *pcm, snd_pcm_sw_params_t *sw_params, snd_spcm_xrun_type_t xrun_type) set_sw_params() argument
157 snd_spcm_init(snd_pcm_t *pcm, unsigned int rate, unsigned int channels, snd_pcm_format_t format, snd_pcm_subformat_t subformat, snd_spcm_latency_t latency, snd_pcm_access_t access, snd_spcm_xrun_type_t xrun_type) snd_spcm_init() argument
284 snd_spcm_init_get_params(snd_pcm_t *pcm, unsigned int *rate, snd_pcm_uframes_t *buffer_size, snd_pcm_uframes_t *period_size) snd_spcm_init_get_params() argument
[all...]
H A Dpcm_mmap.c33 void snd_pcm_mmap_appl_backward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_backward() argument
42 void snd_pcm_mmap_appl_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) in snd_pcm_mmap_appl_forward() argument
51 void snd_pcm_mmap_hw_backward(snd_pcm_t *pcm, snd_pcm_uframes_ argument
60 snd_pcm_mmap_hw_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_mmap_hw_forward() argument
69 snd_pcm_mmap_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_mmap_write_areas() argument
101 snd_pcm_mmap_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_mmap_read_areas() argument
150 snd_pcm_mmap_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) snd_pcm_mmap_writei() argument
175 snd_pcm_mmap_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) snd_pcm_mmap_writen() argument
200 snd_pcm_mmap_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) snd_pcm_mmap_readi() argument
225 snd_pcm_mmap_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) snd_pcm_mmap_readn() argument
233 snd_pcm_channel_info_shm(snd_pcm_t *pcm, snd_pcm_channel_info_t *info, int shmid) snd_pcm_channel_info_shm() argument
260 snd_pcm_mmap(snd_pcm_t *pcm) snd_pcm_mmap() argument
442 snd_pcm_munmap(snd_pcm_t *pcm) snd_pcm_munmap() argument
528 snd_pcm_write_mmap(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_write_mmap() argument
584 snd_pcm_read_mmap(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_read_mmap() argument
[all...]
H A Dpcm_copy.c88 static int snd_pcm_copy_hw_refine(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_copy_hw_refine() argument
98 static int snd_pcm_copy_hw_params(snd_pcm_t *pcm, snd_pcm_hw_params_t *params) in snd_pcm_copy_hw_params() argument
108 snd_pcm_copy_write_areas(snd_pcm_t *pcm, in snd_pcm_copy_write_areas() argument
126 snd_pcm_copy_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size, const snd_pcm_channel_area_t *slave_areas, snd_pcm_uframes_t slave_offset, snd_pcm_uframes_t *slave_sizep) snd_pcm_copy_read_areas() argument
143 snd_pcm_copy_dump(snd_pcm_t *pcm, snd_output_t *out) snd_pcm_copy_dump() argument
186 snd_pcm_t *pcm; snd_pcm_copy_open() local
[all...]
H A Dpcm_plugin.c138 snd_pcm_plugin_delay(snd_pcm_t *pcm, snd_pcm_sframes_t *delayp) snd_pcm_plugin_delay() argument
149 snd_pcm_plugin_call_init_cb(snd_pcm_t *pcm, snd_pcm_plugin_t *plugin) snd_pcm_plugin_call_init_cb() argument
165 snd_pcm_plugin_prepare(snd_pcm_t *pcm) snd_pcm_plugin_prepare() argument
175 snd_pcm_plugin_reset(snd_pcm_t *pcm) snd_pcm_plugin_reset() argument
185 snd_pcm_plugin_rewindable(snd_pcm_t *pcm) snd_pcm_plugin_rewindable() argument
190 snd_pcm_plugin_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_plugin_rewind() argument
209 snd_pcm_plugin_forwardable(snd_pcm_t *pcm) snd_pcm_plugin_forwardable() argument
214 snd_pcm_plugin_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_plugin_forward() argument
233 snd_pcm_plugin_write_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_plugin_write_areas() argument
290 snd_pcm_plugin_read_areas(snd_pcm_t *pcm, const snd_pcm_channel_area_t *areas, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_plugin_read_areas() argument
350 snd_pcm_plugin_writei(snd_pcm_t *pcm, const void *buffer, snd_pcm_uframes_t size) snd_pcm_plugin_writei() argument
359 snd_pcm_plugin_writen(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) snd_pcm_plugin_writen() argument
368 snd_pcm_plugin_readi(snd_pcm_t *pcm, void *buffer, snd_pcm_uframes_t size) snd_pcm_plugin_readi() argument
377 snd_pcm_plugin_readn(snd_pcm_t *pcm, void **bufs, snd_pcm_uframes_t size) snd_pcm_plugin_readn() argument
386 snd_pcm_plugin_mmap_commit(snd_pcm_t *pcm, snd_pcm_uframes_t offset ATTRIBUTE_UNUSED, snd_pcm_uframes_t size) snd_pcm_plugin_mmap_commit() argument
460 snd_pcm_plugin_sync_hw_ptr_capture(snd_pcm_t *pcm, snd_pcm_sframes_t slave_size) snd_pcm_plugin_sync_hw_ptr_capture() argument
525 snd_pcm_plugin_sync_hw_ptr(snd_pcm_t *pcm, snd_pcm_uframes_t slave_hw_ptr, snd_pcm_sframes_t slave_size) snd_pcm_plugin_sync_hw_ptr() argument
537 snd_pcm_plugin_avail_update(snd_pcm_t *pcm) snd_pcm_plugin_avail_update() argument
547 snd_pcm_plugin_status(snd_pcm_t *pcm, snd_pcm_status_t * status) snd_pcm_plugin_status() argument
577 snd_pcm_plugin_may_wait_for_avail_min_conv( snd_pcm_t *pcm, snd_pcm_uframes_t avail, snd_pcm_uframes_t (*conv)(snd_pcm_t *, snd_pcm_uframes_t)) snd_pcm_plugin_may_wait_for_avail_min_conv() argument
653 snd_pcm_plugin_may_wait_for_avail_min(snd_pcm_t *pcm, snd_pcm_uframes_t avail) snd_pcm_plugin_may_wait_for_avail_min() argument
[all...]
H A Dpcm_mmap_emul.c55 static int snd_pcm_mmap_emul_hw_refine(snd_pcm_t *pcm, in snd_pcm_mmap_emul_hw_refine() argument
153 static int snd_pcm_mmap_emul_hw_params(snd_pcm_t *pcm, in snd_pcm_mmap_emul_hw_params() argument
209 static int snd_pcm_mmap_emul_sw_params(snd_pcm_t *pcm, in snd_pcm_mmap_emul_sw_params() argument
230 snd_pcm_mmap_emul_prepare(snd_pcm_t *pcm) snd_pcm_mmap_emul_prepare() argument
242 snd_pcm_mmap_emul_reset(snd_pcm_t *pcm) snd_pcm_mmap_emul_reset() argument
255 snd_pcm_mmap_emul_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_mmap_emul_rewind() argument
264 snd_pcm_mmap_emul_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames) snd_pcm_mmap_emul_forward() argument
274 sync_slave_write(snd_pcm_t *pcm) sync_slave_write() argument
297 sync_slave_read(snd_pcm_t *pcm) sync_slave_read() argument
317 snd_pcm_mmap_emul_mmap_commit(snd_pcm_t *pcm, snd_pcm_uframes_t offset, snd_pcm_uframes_t size) snd_pcm_mmap_emul_mmap_commit() argument
331 snd_pcm_mmap_emul_avail_update(snd_pcm_t *pcm) snd_pcm_mmap_emul_avail_update() argument
343 snd_pcm_mmap_emul_dump(snd_pcm_t *pcm, snd_output_t *out) snd_pcm_mmap_emul_dump() argument
410 snd_pcm_t *pcm; __snd_pcm_mmap_emul_open() local
[all...]
/third_party/alsa-lib/test/
H A Dchmap.c33 static int query_chmaps(snd_pcm_t *pcm) in query_chmaps() argument
52 static int setup_pcm(snd_pcm_t *pcm, int format, int channels, int rate) in setup_pcm() argument
87 static int get_chmap(snd_pcm_t *pcm, int format, int channels, int rate) in get_chmap() argument
104 set_chmap(snd_pcm_t *pcm, int format, int channels, int rate, int nargs, char **arg) set_chmap() argument
159 snd_pcm_t *pcm; main() local
[all...]
H A Dpcm-multi-thread.c55 static snd_pcm_t *pcm; variable
[all...]
/third_party/alsa-lib/include/
H A Dpcm_extplug.h93 snd_pcm_t *pcm; member
H A Dpcm_ioplug.h110 snd_pcm_t *pcm; member
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-audio/
H A Daudio.c37 set_hw_params(struct lws_vhost *vh, snd_pcm_t **pcm, int type) in set_hw_params() argument
/third_party/ffmpeg/tests/
H A Dfate-run.sh174 pcm(){ function
/third_party/alsa-lib/src/pcm/scopes/
H A Dlevel.c38 snd_pcm_t *pcm; member
98 snd_pcm_t *pcm = level->pcm; in level_update() local
167 snd_pcm_t *pcm = level->pcm; level_reset() local
182 snd_pcm_scope_level_open(snd_pcm_t *pcm, const char *name, unsigned int bar_width, unsigned int decay_ms, unsigned int peak_ms, snd_pcm_scope_t **scopep) snd_pcm_scope_level_open() argument
220 _snd_pcm_scope_level_open(snd_pcm_t *pcm, const char *name, snd_config_t *root, snd_config_t *conf) _snd_pcm_scope_level_open() argument
[all...]
/third_party/alsa-utils/bat/
H A Dtinyalsa.c79 struct pcm *pcm = handle; in close_handle() local
163 static int latencytest_process_output(struct bat *bat, struct pcm *pcm, in latencytest_process_output() argument
197 static int play_sample(struct bat *bat, struct pcm *pcm, in play_sample() argument
287 struct pcm *pcm = NULL; playback_tinyalsa() local
384 capture_sample(struct bat *bat, struct pcm *pcm, void *buffer, unsigned int bytes) capture_sample() argument
429 latencytest_process_input(struct bat *bat, struct pcm *pcm, void *buffer, unsigned int bytes) latencytest_process_input() argument
483 struct pcm *pcm; record_tinyalsa() local
[all...]
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c126 set_hw_params(struct lws_vhost *vh, snd_pcm_t **pcm, int type) in set_hw_params() argument
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c28 snd_pcm_t *pcm; in main() local
[all...]
/third_party/ffmpeg/libavformat/
H A Ddv.c135 uint8_t *pcm, ipcm; in dv_extract_audio() local
[all...]

Completed in 14 milliseconds

123