Searched refs:pcm_buf (Results 1 – 23 of 23) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/ |
A D | speech_eq.h | 54 int32_t eq_process(EqState *st, int16_t *pcm_buf, int32_t pcm_len); 56 int32_t eq_process_int24(EqState *st, int32_t *pcm_buf, int32_t pcm_len); 58 int32_t eq_process_float(EqState *st, float *pcm_buf, int32_t pcm_len); 60 int32_t eq_process2(EqState *st, int16_t *pcm_buf, int32_t pcm_len, int32_t stride); 62 int32_t eq_process2_int24(EqState *st, int32_t *pcm_buf, int32_t pcm_len, int32_t stride); 64 int32_t eq_process2_float(EqState *st, float *pcm_buf, int32_t pcm_len, int32_t stride);
|
A D | frame_resize.h | 32 void frame_resize_process_capture(FrameResizeState *st, void *pcm_buf, void *ref_buf, int32_t *pcm_… 34 void frame_resize_process_playback(FrameResizeState *st, void *pcm_buf, int32_t *pcm_len);
|
A D | speech_ff_3mic_ns1.h | 13 int32_t speech_3mic_ns1_process(SpeechFF3MicNs1State *st, short *pcm_buf, short *ref_buf, int32_t p…
|
A D | speech_iir.h | 48 int speech_iir_process(SPEECH_IIR_STATE_T *inst, int16_t *pcm_buf, int32_t pcm_len);
|
A D | speech_peak_detector.h | 39 int speech_peak_detector_process(SPEECH_PEAK_DETECTOR_STATE_T *inst, int16_t *pcm_buf, int32_t pcm_…
|
A D | triple_mic_denoise3.h | 30 int32_t triple_mic_denoise3_process(TripleMicDenoise3State *st, speech_data_t *pcm_buf, int32_t pcm…
|
A D | agc.h | 30 int32_t agc_process(AgcState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | speech_gain.h | 39 int32_t speech_gain_process(SpeechGainState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | speech_noise_gate.h | 29 int32_t speech_noise_gate_process(NoisegateState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | compexp.h | 34 int32_t compexp_process(CompexpState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | lc_mmse_ns.h | 30 int32_t speech_ns2_process(SpeechNs2State *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | speech_3mic_ns.h | 37 int32_t speech_3mic_ns_process(Speech3MicNsState *st, short *pcm_buf, int32_t pcm_len, short *out_b…
|
A D | speech_ns.h | 39 int32_t speech_ns_process(SpeechNsState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | speech_dc_filter.h | 38 int32_t speech_dc_filter_process(SpeechDcFilterState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | lc_mmse_ns_float.h | 29 int32_t speech_ns2float_process(SpeechNs2FloatState *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | sensormic_denoise.h | 41 int32_t sensormic_denoise_process(SensorMicDenoiseState *st, short *pcm_buf, int32_t pcm_len, short…
|
A D | leftright_denoise.h | 42 int32_t leftright_denoise_process(LeftRightDenoiseState *st, short *pcm_buf, int32_t pcm_len, short…
|
A D | ns3.h | 50 int32_t ns3_process(Ns3State *st, int16_t *pcm_buf, int32_t pcm_len);
|
A D | speech_2mic_ns2_denoise.h | 44 int32_t speech_2mic_ns2_process(Speech2MicNs2State *st, short *pcm_buf, int32_t pcm_len, short *out…
|
/AliOS-Things-master/components/SDL2/src/audio/qsa/ |
A D | SDL_qsa_audio.c | 152 pcmbuffer = this->hidden->pcm_buf; in QSA_PlayDevice() 234 return this->hidden->pcm_buf; in QSA_GetDeviceBuf() 253 SDL_free(this->hidden->pcm_buf); in QSA_CloseDevice() 435 this->hidden->pcm_buf = in QSA_OpenDevice() 437 if (this->hidden->pcm_buf == NULL) { in QSA_OpenDevice() 440 SDL_memset(this->hidden->pcm_buf, this->spec.silence, in QSA_OpenDevice()
|
A D | SDL_qsa_audio.h | 51 Uint8 *pcm_buf; member
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/audio_dump/include/ |
A D | audio_dump.h | 17 void audio_dump_add_channel_data(int channel_id, void *pcm_buf, int pcm_len);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_app/ |
A D | app_a2dp_source.h | 91 extern uint32_t a2dp_source_linein_more_pcm_data(uint8_t * pcm_buf, uint32_t len);
|
Completed in 23 milliseconds