Home
last modified time | relevance | path

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

/external/libopus/src/
Dopus_decoder.c211 opus_int32 silk_frame_size; in opus_decode_frame() local
369 lost_flag, first_frame, &dec, pcm_ptr, &silk_frame_size ); in opus_decode_frame()
373 silk_frame_size = frame_size; in opus_decode_frame()
381 pcm_ptr += silk_frame_size * st->channels; in opus_decode_frame()
382 decoded_samples += silk_frame_size; in opus_decode_frame()