Searched refs:pcm_out (Results 1 – 3 of 3) sorted by relevance
98 char *pcm_out = mdecoder->buffer_out; in opus_decode_process() local179 pcm_out[2 * i] = sample & 0xff; in opus_decode_process()180 pcm_out[2 * i + 1] = (sample >> 8) & 0xff; in opus_decode_process()
45 …_process(SpeechAecState *st, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_len, int16_t *pcm_out);
50 …t_process(Ec2FloatState *st, int16_t *pcm_in, int16_t *pcm_ref, int32_t pcm_len, int16_t *pcm_out);
Completed in 8 milliseconds