HomeSort by relevance Sort by last modified time
    Searched full:interp_requested (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
jitter.c 155 int interp_requested; /**< An interpolation is requested by speex_jitter_update_delay() */ member in struct:JitterBuffer_
496 packet->span = jitter->interp_requested;
504 if (jitter->interp_requested != 0)
507 packet->span = jitter->interp_requested;
510 jitter->pointer_timestamp += jitter->interp_requested;
514 jitter->interp_requested = 0;
726 jitter->interp_requested = -opt;

Completed in 60 milliseconds