Home
last modified time | relevance | path

Searched refs:pcm_buf (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dspeech_eq.h54 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 Dframe_resize.h32 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 Dspeech_ff_3mic_ns1.h13 int32_t speech_3mic_ns1_process(SpeechFF3MicNs1State *st, short *pcm_buf, short *ref_buf, int32_t p…
A Dspeech_iir.h48 int speech_iir_process(SPEECH_IIR_STATE_T *inst, int16_t *pcm_buf, int32_t pcm_len);
A Dspeech_peak_detector.h39 int speech_peak_detector_process(SPEECH_PEAK_DETECTOR_STATE_T *inst, int16_t *pcm_buf, int32_t pcm_…
A Dtriple_mic_denoise3.h30 int32_t triple_mic_denoise3_process(TripleMicDenoise3State *st, speech_data_t *pcm_buf, int32_t pcm…
A Dagc.h30 int32_t agc_process(AgcState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dspeech_gain.h39 int32_t speech_gain_process(SpeechGainState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dspeech_noise_gate.h29 int32_t speech_noise_gate_process(NoisegateState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dcompexp.h34 int32_t compexp_process(CompexpState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dlc_mmse_ns.h30 int32_t speech_ns2_process(SpeechNs2State *st, int16_t *pcm_buf, int32_t pcm_len);
A Dspeech_3mic_ns.h37 int32_t speech_3mic_ns_process(Speech3MicNsState *st, short *pcm_buf, int32_t pcm_len, short *out_b…
A Dspeech_ns.h39 int32_t speech_ns_process(SpeechNsState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dspeech_dc_filter.h38 int32_t speech_dc_filter_process(SpeechDcFilterState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dlc_mmse_ns_float.h29 int32_t speech_ns2float_process(SpeechNs2FloatState *st, int16_t *pcm_buf, int32_t pcm_len);
A Dsensormic_denoise.h41 int32_t sensormic_denoise_process(SensorMicDenoiseState *st, short *pcm_buf, int32_t pcm_len, short…
A Dleftright_denoise.h42 int32_t leftright_denoise_process(LeftRightDenoiseState *st, short *pcm_buf, int32_t pcm_len, short…
A Dns3.h50 int32_t ns3_process(Ns3State *st, int16_t *pcm_buf, int32_t pcm_len);
A Dspeech_2mic_ns2_denoise.h44 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 DSDL_qsa_audio.c152 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 DSDL_qsa_audio.h51 Uint8 *pcm_buf; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/audio_dump/include/
A Daudio_dump.h17 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 Dapp_a2dp_source.h91 extern uint32_t a2dp_source_linein_more_pcm_data(uint8_t * pcm_buf, uint32_t len);

Completed in 23 milliseconds