Home
last modified time | relevance | path

Searched refs:pcm_out (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/uvoice/codec/
A Dopus_decoder.c98 char *pcm_out = mdecoder->buffer_out; in opus_decode_process() local
179 pcm_out[2 * i] = sample & 0xff; in opus_decode_process()
180 pcm_out[2 * i + 1] = (sample >> 8) & 0xff; in opus_decode_process()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/multimedia/speech/inc/
A Dspeech_aec.h45 …_process(SpeechAecState *st, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_len, int16_t *pcm_out);
A Decho_canceller.h50 …t_process(Ec2FloatState *st, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_len, int16_t *pcm_out);

Completed in 8 milliseconds