Searched refs:nextRate (Results 1 - 2 of 2) sorted by last modified time

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c581 SLpermille nextRate = currentRate + deltaRate; local
582 result = (*playerPlaybackRate)->SetRate(playerPlaybackRate, nextRate);
584 fprintf(stderr, "next playback rate %d is unsupported\n", nextRate);
586 fprintf(stderr, "next playback rate %d is invalid\n", nextRate);
590 currentRate = nextRate;
H A Dplaybq.cpp581 SLpermille nextRate = currentRate + deltaRate; local
582 result = (*playerPlaybackRate)->SetRate(playerPlaybackRate, nextRate);
584 fprintf(stderr, "next playback rate %d is unsupported\n", nextRate);
586 fprintf(stderr, "next playback rate %d is invalid\n", nextRate);
590 currentRate = nextRate;

Completed in 55 milliseconds